From 6d0f740f1ba7366966cca8ef68f488536a5fdb7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 12:58:31 +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-LODASH-15053838 --- 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..2e19befedad987 100644 --- a/tools/challenge-parser/package.json +++ b/tools/challenge-parser/package.json @@ -24,7 +24,7 @@ "dependencies": { "hast-util-to-html": "7.1.3", "js-yaml": "3.14.1", - "lodash": "4.17.21", + "lodash": "4.17.23", "mdast-builder": "1.1.1", "mdast-util-directive": "1.0.1", "mdast-util-gfm-strikethrough": "0.2.3",