Skip to content

Commit a78963a

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#175)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 7.11.0 to 7.11.2. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v7.11.0...v7.11.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6de83fc commit a78963a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.11.0",
14+
"@octokit/webhooks": "^7.11.2",
1515
"@types/express": "^4.17.3",
1616
"@types/jest": "^26.0.9",
1717
"@types/node": "^14.6.0",

modules/webhook/lambdas/webhook/yarn.lock

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

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==
611+
"@octokit/webhooks@^7.11.2":
612+
version "7.11.2"
613+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.11.2.tgz#dac23cc371201c92f27ab7d7a08f05be61b68264"
614+
integrity sha512-5sYNoh7E40UDK2wrma0LiwBPtOg8Rq0g3G58cUYyZmwV2EdwSeZoIrJF/sanWrRsNPIxwEKkRvb7VruXkmeCWg==
615615
dependencies:
616616
"@octokit/request-error" "^2.0.2"
617617
"@pika/plugin-ts-standard-pkg" "^0.9.2"
618-
aggregate-error "^3.0.1"
618+
aggregate-error "^3.1.0"
619619
debug "^4.0.0"
620620

621621
"@pika/babel-plugin-esm-import-rewrite@^0.6.1":
@@ -871,10 +871,10 @@ acorn@^7.1.1:
871871
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
872872
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
873873

874-
aggregate-error@^3.0.1:
875-
version "3.0.1"
876-
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.0.1.tgz#db2fe7246e536f40d9b5442a39e117d7dd6a24e0"
877-
integrity sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA==
874+
aggregate-error@^3.1.0:
875+
version "3.1.0"
876+
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
877+
integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
878878
dependencies:
879879
clean-stack "^2.0.0"
880880
indent-string "^4.0.0"

0 commit comments

Comments
 (0)