From b4df4b1203f0a91901f3acef9c07189ea2abf1b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Nov 2025 08:38:10 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index a508d8cd91f838..f4f946dc0bba66 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -56,7 +56,7 @@ "imurmurhash": "^0.1.4", "inquirer": "^3.0.6", "is-resolvable": "^1.0.0", - "js-yaml": "^3.9.1", + "js-yaml": "^4.1.1", "json-stable-stringify": "^1.0.1", "levn": "^0.3.0", "lodash": "^4.17.4",