From addbc2680c7cf61e87dc1891ebb0aa49bcf52810 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 10:49:47 +0000 Subject: [PATCH] fix: packages/shared-lib/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/shared-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index 8e6ebe96..a767492d 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -47,7 +47,7 @@ "aws-cdk": "^2.1007.0", "aws-cdk-lib": "^2.189.0", "aws-lambda": "^1.0.7", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "uuid": "^8.3.2", "zod": "^3.24.2" },