Skip to content

fix(lambda): bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas in the octokit group #4689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@middy/core": "^6.4.1",
"@octokit/rest": "22.0.0",
"@octokit/types": "^14.1.0",
"@octokit/webhooks": "^14.1.1",
"@octokit/webhooks": "^14.1.3",
"aws-lambda": "^1.0.7"
},
"nx": {
Expand Down
10 changes: 5 additions & 5 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ __metadata:
"@middy/core": "npm:^6.4.1"
"@octokit/rest": "npm:22.0.0"
"@octokit/types": "npm:^14.1.0"
"@octokit/webhooks": "npm:^14.1.1"
"@octokit/webhooks": "npm:^14.1.3"
"@octokit/webhooks-types": "npm:^7.6.1"
"@types/aws-lambda": "npm:^8.10.152"
"@types/express": "npm:^5.0.0"
Expand Down Expand Up @@ -3884,14 +3884,14 @@ __metadata:
languageName: node
linkType: hard

"@octokit/webhooks@npm:^14.1.1":
version: 14.1.1
resolution: "@octokit/webhooks@npm:14.1.1"
"@octokit/webhooks@npm:^14.1.3":
version: 14.1.3
resolution: "@octokit/webhooks@npm:14.1.3"
dependencies:
"@octokit/openapi-webhooks-types": "npm:12.0.3"
"@octokit/request-error": "npm:^7.0.0"
"@octokit/webhooks-methods": "npm:^6.0.0"
checksum: 10c0/61ce5230335923234f1c4b42df105ec2f8d6b443b914ac528aad3ee040a088ca447c544b97678186973726f207fd094643259ecd5b39dc452b37324dd0d775f2
checksum: 10c0/7f423700784cb769f15303353154e841f66e031289a25ce44852883121ad9752f0b9ea06bde1388ff38310f64208b6de748e2c24ccd9f3021f708e5e9c6ecfac
languageName: node
linkType: hard

Expand Down