From 67dc029d820b65a65713946a9e22ade8f07c54bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 15:16:32 +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 25203bfcc4..2acd8062ec 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "immutable": "3.7.6", "ini": "1.3.4", "jest-editor-support": "19.0.2", - "js-yaml": "3.7.0", + "js-yaml": "4.1.1", "lodash.memoize": "3.0.4", "log4js": "1.1.1", "lru-cache": "4.0.2",