From 2120cb171994ec9d4776b3098bc07a5906a46e62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 02:26:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1daa1e12..64a14ed24 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "npm": "1.1.x" }, "dependencies": { - "grunt": "0.4.x", + "grunt": "1.0.3", "grunt-git": "0.2.x", "grunt-shell": "0.6.x", "grunt-contrib-clean": "0.5.x",