From 38e0a7abbe090007aad08be77559bceadd1c7fd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 02:24:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2813632 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 201acbe..e59148c 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.3", "grunt-browser-sync": "^2.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-contrib-copy": "^1.0.0",