From f09f7079bf6f26384e44302842643d7d1fdd63c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 08:02:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-597546 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 201acbe..064eff9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./core/lib/patternlab.js", "dependencies": { "bs-html-injector": "^3.0.0", - "grunt": "~1.0.1", + "grunt": "~1.3.0", "grunt-browser-sync": "^2.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-contrib-copy": "^1.0.0",