From 4a39c14db9c04a0c3160332b63bfcb7033fc5643 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:31:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1daa1e12..30d86b48b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "npm": "1.1.x" }, "dependencies": { - "grunt": "0.4.x", + "grunt": "1.0.0", "grunt-git": "0.2.x", "grunt-shell": "0.6.x", "grunt-contrib-clean": "0.5.x",