From 8a3124c8aa78ba5225a106563f3dbd07f6114c31 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 07:55:01 +0000 Subject: [PATCH] fix: build-tests-samples/heft-serverless-stack-tutorial/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- build-tests-samples/heft-serverless-stack-tutorial/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tests-samples/heft-serverless-stack-tutorial/package.json b/build-tests-samples/heft-serverless-stack-tutorial/package.json index 7f3ce60fb52..17f84e28526 100644 --- a/build-tests-samples/heft-serverless-stack-tutorial/package.json +++ b/build-tests-samples/heft-serverless-stack-tutorial/package.json @@ -28,7 +28,7 @@ "@types/node": "18.17.15", "aws-cdk-lib": "2.80.0", "constructs": "~10.0.98", - "eslint": "~8.57.0", + "eslint": "~10.0.0", "local-eslint-config": "workspace:*", "typescript": "~5.4.2" }