Skip to content

Commit

Permalink
Update dependency probot to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 4, 2021
1 parent ea966c9 commit fa3e832
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repl-deploy-bot",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"description": "Automatically deploy to repl.it from GitHub",
"author": "Khushraj Rathod <[email protected]>",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"node-fetch": "2.6.1",
"probot": "11.4.1",
"probot": "12.1.0",
"sshpk": "1.16.1"
},
"devDependencies": {
Expand Down
33 changes: 22 additions & 11 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,25 @@
dependencies:
"@octokit/openapi-types" "^8.2.0"

"@octokit/[email protected]":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.21.0.tgz#2aee3404aa311740a5f4ea37b070268752e21b02"
integrity sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==
"@octokit/webhooks-methods@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db"
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==

"@octokit/[email protected]":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.0.2.tgz#72cf5dcfcd88db7bab51793b8e8f74d8102bebb7"
integrity sha512-zeTNjX3GNaNw9lSlqjMwP55AluhCScW0OQ/4IkU6SmqT72k1UmFRTVK71l0LBoTGS6dJwj2PYGlx5YRG/9WKuw==

"@octokit/webhooks@^9.8.4":
version "9.8.4"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.8.4.tgz#cd0fcd4532b6e9a1347f51f6dddf2af5c117a7eb"
integrity sha512-P/FGFBYuy6YqSFKVMjvTKdHK0LhXZtUxpVPpBuBFn9YSpOYc1SZqS1d9UPK1VK06Z9UpRxc/RW7xH0b1vyFk8g==
dependencies:
"@octokit/request-error" "^2.0.2"
"@octokit/webhooks-methods" "^2.0.0"
"@octokit/webhooks-types" "4.0.2"
aggregate-error "^3.1.0"
debug "^4.0.0"

"@probot/get-private-key@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -868,7 +879,7 @@ [email protected]:
dependencies:
ms "2.0.0"

debug@4, debug@^4.0.0, debug@^4.1.1, debug@^4.3.1:
debug@4, debug@^4.1.1, debug@^4.3.1:
version "4.3.2"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
Expand Down Expand Up @@ -1877,10 +1888,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

probot@11.4.1:
version "11.4.1"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.4.1.tgz#c21c6483a41594917f636bddf6a253b0600e5b95"
integrity sha512-kxNImVNZIheWtDUFbQSp0F1Qb7EEi4MvZRtKFBQPS3GSklC+u4oqnILfH4GsmXs0g+brrIX7g8qf/SUyDkw2sw==
probot@12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/probot/-/probot-12.1.0.tgz#afbd581c1f9484800d4ec36b8cc9e6082b38b591"
integrity sha512-NHtoLzyiW3QBOVfrAQ3wqxtj/3/gUmJhNMBrugSttOlOLBzXq/V3RfZp0DpDQy708rFUwiqxtNLNPCeHGhmCSA==
dependencies:
"@octokit/core" "^3.2.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
Expand All @@ -1889,7 +1900,7 @@ [email protected]:
"@octokit/plugin-retry" "^3.0.6"
"@octokit/plugin-throttling" "^3.3.4"
"@octokit/types" "^6.1.1"
"@octokit/webhooks" "7.21.0"
"@octokit/webhooks" "^9.8.4"
"@probot/get-private-key" "^1.1.0"
"@probot/octokit-plugin-config" "^1.0.0"
"@probot/pino" "^2.2.0"
Expand Down

0 comments on commit fa3e832

Please sign in to comment.