From 894ab8394917f9b92a2d04bfef967941b1330bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 05:10:02 +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-FASTXMLPARSER-15155603 --- 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 8cd68c6520..2019c17cb2 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -30,7 +30,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.844.0", + "@aws-sdk/client-sqs": "^3.894.0", "@middy/core": "^6.1.6", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0",