Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2c66eea

Browse files
chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#1567)
Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.20.0 to 9.21.0. - [Release notes](https://github.com/octokit/webhooks.js/releases) - [Commits](octokit/webhooks.js@v9.20.0...v9.21.0) --- updated-dependencies: - dependency-name: "@octokit/webhooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4f5585 commit 2c66eea

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: modules/webhook/lambdas/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@aws-sdk/client-ssm": "^3.45.0",
4141
"@octokit/rest": "^18.12.0",
42-
"@octokit/webhooks": "^9.20.0",
42+
"@octokit/webhooks": "^9.21.0",
4343
"aws-lambda": "^1.0.7",
4444
"tslog": "^3.3.0"
4545
}

Diff for: modules/webhook/lambdas/webhook/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1277,19 +1277,19 @@
12771277
resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db"
12781278
integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig==
12791279

1280-
"@octokit/webhooks-types@4.17.1":
1281-
version "4.17.1"
1282-
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.17.1.tgz#850a29131c9cb03c22ad76a3c9d5c55500ce9beb"
1283-
integrity sha512-L8VCfue+t5oopkPr81f2+LgWLAZbaX6gyu5fVYhWq8QE/QmzdyHuQr5zbUbCfAGAC0a1eRPPYmwPFPFOncku7A==
1280+
"@octokit/webhooks-types@5.0.0":
1281+
version "5.0.0"
1282+
resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-5.0.0.tgz#7986fc44170d19e1879118ca9f1d41467693a54f"
1283+
integrity sha512-ZML/+BD4zK3ss2e5M8JN2wWi/hiBh5sCEWfiok96eUR6GszasebNJ5xwCt9do8C49PNfackkJgw+N8cYrJNaTg==
12841284

1285-
"@octokit/webhooks@^9.20.0":
1286-
version "9.20.0"
1287-
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.20.0.tgz#ff68774f7c0aad916959566801d42fb56c4bf116"
1288-
integrity sha512-NUFZKaQkGJl19FIfyaHdwjpR7XG0ekT3EFICjaz1vOFb/Dp/ebg9hn8bOwTusTsZjD0oPfPWxuHPKprBJ52swA==
1285+
"@octokit/webhooks@^9.21.0":
1286+
version "9.21.0"
1287+
resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.21.0.tgz#ffcf02fe8cc525f88291464ce527f4849c5350f9"
1288+
integrity sha512-a7fikLm7MIX9xndN6N7v83vU0POTJENaxwsqBVAVWhRv9E05C9LLogy2KJvyMlsk07Y3d+WvmaO637NUxQdN3Q==
12891289
dependencies:
12901290
"@octokit/request-error" "^2.0.2"
12911291
"@octokit/webhooks-methods" "^2.0.0"
1292-
"@octokit/webhooks-types" "4.17.1"
1292+
"@octokit/webhooks-types" "5.0.0"
12931293
aggregate-error "^3.1.0"
12941294

12951295
"@sinonjs/commons@^1.7.0":

0 commit comments

Comments
 (0)