From 33da4d4a05257b98e4ba9c1133714a47ef1497d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 10:01:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d48e8e30910..7c251ca6c206 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "imurmurhash": "^0.1.4", "is-url": "^1.2.4", "js-cookie": "^2.2.1", - "js-yaml": "^3.14.0", + "js-yaml": "^4.1.1", "linkinator": "^2.13.1", "liquidjs": "^9.22.1", "lodash": "^4.17.20",