From 86123858d0e5b2cc9db32112f9a5eaa850a6a033 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Nov 2025 10:35:46 +0000 Subject: [PATCH] fix: tools/challenge-parser/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- tools/challenge-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/challenge-parser/package.json b/tools/challenge-parser/package.json index 0fa54eb06cf4f2..cd53c1bd3462d9 100644 --- a/tools/challenge-parser/package.json +++ b/tools/challenge-parser/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "hast-util-to-html": "7.1.3", - "js-yaml": "3.14.1", + "js-yaml": "3.14.2", "lodash": "4.17.21", "mdast-builder": "1.1.1", "mdast-util-directive": "1.0.1",