Skip to content

Commit

Permalink
Bump probot from 12.3.1 to 12.3.3
Browse files Browse the repository at this point in the history
Bumps [probot](https://github.com/probot/probot) from 12.3.1 to 12.3.3.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](probot/probot@v12.3.1...v12.3.3)

---
updated-dependencies:
- dependency-name: probot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 33c155e commit 219c4fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:watch": "jest --watch --notify --notifyMode=change --coverage"
},
"dependencies": {
"probot": "^12.3.1"
"probot": "^12.3.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -859,19 +859,19 @@
resolved "https://registry.npmjs.org/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz"
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==

"@octokit/webhooks-types@4.0.2":
version "4.0.2"
resolved "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-4.0.2.tgz"
integrity sha512-zeTNjX3GNaNw9lSlqjMwP55AluhCScW0OQ/4IkU6SmqT72k1UmFRTVK71l0LBoTGS6dJwj2PYGlx5YRG/9WKuw==
"@octokit/webhooks-types@5.8.0":
version "5.8.0"
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.8.0.tgz#b76d1a3e3ad82cec5680d3c6c3443a620047a6ef"
integrity sha512-8adktjIb76A7viIdayQSFuBEwOzwhDC+9yxZpKNHjfzrlostHCw0/N7JWpWMObfElwvJMk2fY2l1noENCk9wmw==

"@octokit/webhooks@^9.8.4":
version "9.8.4"
resolved "https://registry.npmjs.org/@octokit/webhooks/-/webhooks-9.8.4.tgz"
integrity sha512-P/FGFBYuy6YqSFKVMjvTKdHK0LhXZtUxpVPpBuBFn9YSpOYc1SZqS1d9UPK1VK06Z9UpRxc/RW7xH0b1vyFk8g==
"@octokit/webhooks@^9.26.3":
version "9.26.3"
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.26.3.tgz#44353c4915229efeb3d01f9ab7adfdc2911535ae"
integrity sha512-DLGk+gzeVq5oK89Bo601txYmyrelMQ7Fi5EnjHE0Xs8CWicy2xkmnJMKptKJrBJpstqbd/9oeDFi/Zj2pudBDQ==
dependencies:
"@octokit/request-error" "^2.0.2"
"@octokit/webhooks-methods" "^2.0.0"
"@octokit/webhooks-types" "4.0.2"
"@octokit/webhooks-types" "5.8.0"
aggregate-error "^3.1.0"

"@probot/get-private-key@^1.1.0":
Expand Down Expand Up @@ -4422,10 +4422,10 @@ pretty-format@^29.0.0, pretty-format@^29.7.0:
ansi-styles "^5.0.0"
react-is "^18.0.0"

probot@^12.3.1:
version "12.3.1"
resolved "https://registry.yarnpkg.com/probot/-/probot-12.3.1.tgz#6a19f3faf941978df04afb2dd3f5f65422450c03"
integrity sha512-ECSgycmAC0ILEK6cOa+x3QPufP5JybsuohOFCYr3glQU5SkbmypZJE/Sfio9mxAFHK5LCXveIDsfZCxf6ck4JA==
probot@^12.3.3:
version "12.3.3"
resolved "https://registry.yarnpkg.com/probot/-/probot-12.3.3.tgz#f5a430cd34efa27d9abb2318417be029bfe3d511"
integrity sha512-cdtKd+xISzi8sw6++BYBXleRknCA6hqUMoHj/sJqQBrjbNxQLhfeFCq9O2d0Z4eShsy5YFRR3MWwDKJ9uAE0CA==
dependencies:
"@octokit/core" "^3.2.4"
"@octokit/plugin-enterprise-compatibility" "^1.2.8"
Expand All @@ -4434,7 +4434,7 @@ probot@^12.3.1:
"@octokit/plugin-retry" "^3.0.6"
"@octokit/plugin-throttling" "^3.3.4"
"@octokit/types" "^8.0.0"
"@octokit/webhooks" "^9.8.4"
"@octokit/webhooks" "^9.26.3"
"@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 219c4fa

Please sign in to comment.