From 577449ce6a41fb38c11e57305b52fe716a155a75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Apr 2022 16:05:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2635969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 201acbe..071e6d8 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.5.0", "grunt-browser-sync": "^2.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-contrib-copy": "^1.0.0",