From 933a9626d6d847d7e246212c18967ab4e280b227 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Feb 2026 03:15:36 +0000 Subject: [PATCH] fix: lambdas/functions/ami-housekeeper/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15155603 --- lambdas/functions/ami-housekeeper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index c6f9f55681..e090b93404 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -26,7 +26,7 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.844.0", + "@aws-sdk/client-ec2": "^3.894.0", "@aws-sdk/client-ssm": "^3.844.0", "cron-parser": "^5.0.4" },