From 57b5645c30fab0b7e88a7004986563702bd1a240 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Nov 2025 06:18:45 +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 947348b02980..783356f5a013 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": "^4.0.0", "liquid": "^5.1.0", "lodash": "^4.17.21",