Skip to content

Commit 0a2190e

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#128)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.9.3 to 7.11.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v7.9.3...v7.11.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c54a9a2 commit 0a2190e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist": "yarn build && cd dist && zip ../webhook.zip index.js"
1212
},
1313
"devDependencies": {
14-
"@octokit/webhooks": "^7.9.3",
14+
"@octokit/webhooks": "^7.11.0",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.9",
1717
"@types/node": "^14.0.23",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@
608608
dependencies:
609609
"@types/node" ">= 8"
610610

611-
"@octokit/webhooks@^7.9.3":
612-
version "7.9.3"
613-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.9.3.tgz#a766f197c772b4b56edf4b2c2f460c3513ecc9af"
614-
integrity sha512-lAbK39QrsKAG1hN4YfQ3cDXHXHiA+dd6hVW5hYGKdIKp/fwcJ4/tQ4868ErKQiqU2u5PG9FdIJ8NJp/1Q+AnyQ==
611+
"@octokit/webhooks@^7.11.0":
612+
version "7.11.0"
613+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.11.0.tgz#167531c9adf6f10b62b04215c756f017bf78b830"
614+
integrity sha512-ADKEcFYgPs1blBaW1MDvn+rJ/5qu8gpjrADf909Ew5prOgvsVFbuCfhLWZKJv21u4qWodJsy5K1zTufjnaAUNw==
615615
dependencies:
616616
"@octokit/request-error" "^2.0.2"
617617
"@pika/plugin-ts-standard-pkg" "^0.9.2"

0 commit comments

Comments
 (0)