Skip to content

Commit

Permalink
feat(deps): update dependency probot to v11.0.6 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 9, 2021
1 parent d6939d7 commit 4f3aed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"jsonwebtoken": "8.5.1",
"liwi-mongo": "8.0.4",
"lock": "1.1.0",
"probot": "11.0.5",
"probot": "11.0.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"simple-oauth2": "2.5.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -1020,7 +1020,7 @@
"@octokit/openapi-types" "^3.2.0"
"@types/node" ">= 8"

"@octokit/webhooks@7.21.0", "@octokit/webhooks@^7.18.1":
"@octokit/webhooks@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.21.0.tgz#2aee3404aa311740a5f4ea37b070268752e21b02"
integrity sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA==
Expand Down Expand Up @@ -7271,10 +7271,10 @@ pretty-format@^26.0.0, pretty-format@^26.6.2:
ansi-styles "^4.0.0"
react-is "^17.0.1"

probot@11.0.5:
version "11.0.5"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.5.tgz#c00a7c5fc0e57257e9aefa058436f38e6720c212"
integrity sha512-o8euQLHiJobgbKwbJb/1fg+ghC5Rf1gzSAk1qFH55tUhBkmTIxgVp1P21mkuFbyyTVlw9MZ0AwaVmdJJc6tpxQ==
probot@11.0.6:
version "11.0.6"
resolved "https://registry.yarnpkg.com/probot/-/probot-11.0.6.tgz#9ed421a8d4b89f8ee8873374668aeb9eca5760c4"
integrity sha512-KvX931ZXno/jveNbMk+1QeWa63XOJWfnGHDGiE1R+r54VHEg7dQAeLpaOjTX34DiZpTlFUvyulXZoFMDFnQsYQ==
dependencies:
"@octokit/core" "^3.2.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
Expand All @@ -7283,7 +7283,7 @@ probot@11.0.5:
"@octokit/plugin-retry" "^3.0.6"
"@octokit/plugin-throttling" "^3.3.4"
"@octokit/types" "^6.1.1"
"@octokit/webhooks" "^7.18.1"
"@octokit/webhooks" "7.21.0"
"@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 4f3aed3

Please sign in to comment.