From 5b6014d5d2308990e3c0f7eda5fd01afe11f4444 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 08:27:36 +0000 Subject: [PATCH] fix: script/validate-data/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- script/validate-data/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/validate-data/package.json b/script/validate-data/package.json index e6403ee20d..9b45a28a85 100644 --- a/script/validate-data/package.json +++ b/script/validate-data/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@actions/core": "^1.2.6", - "js-yaml": "^3.13.1", + "js-yaml": "^4.1.1", "jsonschema": "^1.2.6" } } \ No newline at end of file