From aece64d3f03481df81b000d86998a18cadf71b0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 16:05:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- 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",