From 3242a83ad68a16bb318cccb52dfc20278f675a05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 05:29:26 +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 1e2f431b373b..0a755f5fbd00 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "ioredis-mock": "^5.2.0", "is-url": "^1.2.4", "js-cookie": "^2.2.1", - "js-yaml": "^3.14.0", + "js-yaml": "^4.1.1", "linkinator": "^2.13.1", "liquid": "^5.1.0", "lodash": "^4.17.19",