Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yasai-T/doclack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c02417e258a91a4cf2bf4cec45d18c264fa50302
Choose a base ref
..
head repository: Yasai-T/doclack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 262459355c054919369f96f1c3dd801356df2f4e
Choose a head ref
Showing with 11 additions and 11 deletions.
  1. +1 −1 package.json
  2. +10 −10 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"start": "npm run build && node dist/app.js"
},
"dependencies": {
"@slack/bolt": "3.21.2",
"@slack/bolt": "3.21.3",
"dotenv": "14.2.0",
"slackify-markdown": "4.3.1"
},
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==

"@slack/bolt@3.21.2":
version "3.21.2"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.21.2.tgz#64b585c84572579b1df80bddc064512cbaea8087"
integrity sha512-Cft+5dbl+YApK2GVFX9O86k0qIqQXshnBGq9oK4a4rLfklyfw9TcydmOxEd32aR/2HbBwr7o/pwu5UAI2c/bUg==
"@slack/bolt@3.21.3":
version "3.21.3"
resolved "https://registry.yarnpkg.com/@slack/bolt/-/bolt-3.21.3.tgz#78510afa5517a0ada2f544d96b2a65daece96e39"
integrity sha512-Xoa5kd1ffte902xVMgAaTOy0/CTq7d4aW38/0jcYQ3QOlPSBcTn6eqLiUjxmpzaFowzL54VxiNtNvkQcCrZdug==
dependencies:
"@slack/logger" "^4.0.0"
"@slack/oauth" "^2.6.3"
@@ -79,9 +79,9 @@
ws "^7.5.3"

"@slack/types@^2.11.0", "@slack/types@^2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.13.0.tgz#eb51a9ae2968b563551556f22b14fe17f255cdfe"
integrity sha512-OAQVtKYIgBVNRmgIoiTjorGPTlgfcfstU3XYYCBA+czlB9aGcKb9MQc+6Jovi4gq3S98yP/GPBZsJSI/2mHKDQ==
version "2.13.1"
resolved "https://registry.yarnpkg.com/@slack/types/-/types-2.13.1.tgz#d1af332103ce96e22b10692bef9b34483f4c002c"
integrity sha512-YVtJCVtDcjOPKsvOedIThb7YmKNCcSoZN0mUSQqD2fc2ZyI59gOLCF4rYGfw/0C0agzFxAmb7hV5tbMGrgK0Tg==

"@slack/web-api@^6.12.1":
version "6.12.1"
@@ -820,9 +820,9 @@ finity@^0.5.4:
integrity sha512-3l+5/1tuw616Lgb0QBimxfdd2TqaDGpfCBpfX6EqtFmqUV3FtQnVEX4Aa62DagYEqnsTIjZcTfbq9msDbXYgyA==

follow-redirects@^1.15.6:
version "1.15.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.8.tgz#ae67b97ae32e0a7b36066a5448938374ec18d13d"
integrity sha512-xgrmBhBToVKay1q2Tao5LI26B83UhrB/vM1avwVSDzt8rx3rO6AizBAaF46EgksTVr+rFTQaqZZ9MVBfUe4nig==
version "1.15.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

form-data@^2.5.0:
version "2.5.1"