Skip to content

Commit c6e7836

Browse files
committed
Update dependency probot to v12
1 parent 3100ed1 commit c6e7836

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repl-deploy-bot",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"private": true,
55
"description": "Automatically deploy to repl.it from GitHub",
66
"author": "Khushraj Rathod <[email protected]>",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"node-fetch": "2.6.1",
16-
"probot": "11.4.1",
16+
"probot": "12.1.0",
1717
"sshpk": "1.16.1"
1818
},
1919
"devDependencies": {

server/yarn.lock

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,25 @@
192192
dependencies:
193193
"@octokit/openapi-types" "^7.3.5"
194194

195-
"@octokit/[email protected]":
196-
version "7.21.0"
197-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.21.0.tgz#2aee3404aa311740a5f4ea37b070268752e21b02"
198-
integrity sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==
195+
"@octokit/webhooks-methods@^2.0.0":
196+
version "2.0.0"
197+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db"
198+
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==
199+
200+
"@octokit/[email protected]":
201+
version "4.0.2"
202+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.0.2.tgz#72cf5dcfcd88db7bab51793b8e8f74d8102bebb7"
203+
integrity sha512-zeTNjX3GNaNw9lSlqjMwP55AluhCScW0OQ/4IkU6SmqT72k1UmFRTVK71l0LBoTGS6dJwj2PYGlx5YRG/9WKuw==
204+
205+
"@octokit/webhooks@^9.8.4":
206+
version "9.8.4"
207+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.8.4.tgz#cd0fcd4532b6e9a1347f51f6dddf2af5c117a7eb"
208+
integrity sha512-P/FGFBYuy6YqSFKVMjvTKdHK0LhXZtUxpVPpBuBFn9YSpOYc1SZqS1d9UPK1VK06Z9UpRxc/RW7xH0b1vyFk8g==
199209
dependencies:
200210
"@octokit/request-error" "^2.0.2"
211+
"@octokit/webhooks-methods" "^2.0.0"
212+
"@octokit/webhooks-types" "4.0.2"
201213
aggregate-error "^3.1.0"
202-
debug "^4.0.0"
203214

204215
"@probot/get-private-key@^1.1.0":
205216
version "1.1.0"
@@ -863,7 +874,7 @@ [email protected]:
863874
dependencies:
864875
ms "2.0.0"
865876

866-
debug@4, debug@^4.0.0, debug@^4.1.1, debug@^4.3.1:
877+
debug@4, debug@^4.1.1, debug@^4.3.1:
867878
version "4.3.1"
868879
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
869880
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -1872,10 +1883,10 @@ prepend-http@^2.0.0:
18721883
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
18731884
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
18741885

1875-
probot@11.4.1:
1876-
version "11.4.1"
1877-
resolved "https://registry.yarnpkg.com/probot/-/probot-11.4.1.tgz#c21c6483a41594917f636bddf6a253b0600e5b95"
1878-
integrity sha512-kxNImVNZIheWtDUFbQSp0F1Qb7EEi4MvZRtKFBQPS3GSklC+u4oqnILfH4GsmXs0g+brrIX7g8qf/SUyDkw2sw==
1886+
probot@12.1.0:
1887+
version "12.1.0"
1888+
resolved "https://registry.yarnpkg.com/probot/-/probot-12.1.0.tgz#afbd581c1f9484800d4ec36b8cc9e6082b38b591"
1889+
integrity sha512-NHtoLzyiW3QBOVfrAQ3wqxtj/3/gUmJhNMBrugSttOlOLBzXq/V3RfZp0DpDQy708rFUwiqxtNLNPCeHGhmCSA==
18791890
dependencies:
18801891
"@octokit/core" "^3.2.4"
18811892
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
@@ -1884,7 +1895,7 @@ [email protected]:
18841895
"@octokit/plugin-retry" "^3.0.6"
18851896
"@octokit/plugin-throttling" "^3.3.4"
18861897
"@octokit/types" "^6.1.1"
1887-
"@octokit/webhooks" "7.21.0"
1898+
"@octokit/webhooks" "^9.8.4"
18881899
"@probot/get-private-key" "^1.1.0"
18891900
"@probot/octokit-plugin-config" "^1.0.0"
18901901
"@probot/pino" "^2.2.0"

0 commit comments

Comments
 (0)