From 976baa757494a419afc1d9a0b3499bd576f7403e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 08:24:03 +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 6bdc8f610c9e..69c3be6904b3 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,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.6", "liquidjs": "^9.22.1", "lodash": "^4.17.20",