From 3a2cb01e922e0ae014628b262b319dd50c3d757f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 May 2025 03:50:44 +0000 Subject: [PATCH] fix: lambdas/functions/webhook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 --- lambdas/functions/webhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 812af35f58..a44c518b58 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -42,7 +42,7 @@ "@aws-github-runner/aws-ssm-util": "*", "@aws-sdk/client-sqs": "^3.758.0", "@middy/core": "^4.7.0", - "@octokit/rest": "20.1.2", + "@octokit/rest": "22.0.0", "@octokit/types": "^13.8.0", "@octokit/webhooks": "^12.3.1", "aws-lambda": "^1.0.7"