Skip to content

Commit ec72b94

Browse files
committed
Update dependency probot to v12
1 parent a362b57 commit ec72b94

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.9",
3+
"version": "1.0.10",
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" "^8.2.1"
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.1.0"
202+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.1.0.tgz#d27f8ef496e788d60dab8790155fdb204ca720e7"
203+
integrity sha512-KQtzFYhhi3k3cGCeqo/PSEhmLZO/4DCtPSgeDG8M9De84fIvTvJbbt2ApeLgzNd6YNAbPjfbdxx8dRkc7jy5uA==
204+
205+
"@octokit/webhooks@^9.8.4":
206+
version "9.9.0"
207+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.9.0.tgz#13a9284fb649aa86c3204532406890defb12c90d"
208+
integrity sha512-qoXPkYzttB/23zcsMI1PzAjgEkwtPyJrsln4L4O8mkdSqfNcXHfD8dZQVR5GUveDT0VwFAYuNaGv8CfyN1hPAg==
199209
dependencies:
200210
"@octokit/request-error" "^2.0.2"
211+
"@octokit/webhooks-methods" "^2.0.0"
212+
"@octokit/webhooks-types" "4.1.0"
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.2"
868879
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
869880
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -1871,10 +1882,10 @@ prepend-http@^2.0.0:
18711882
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
18721883
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
18731884

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

0 commit comments

Comments
 (0)