From 1f886b961d9012718a8a93687869890ec7c85ee9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jan 2022 02:53:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOUT-1014544 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e37787d..5bc4c182 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-contrib-watch": "^0.6.1", "grunt-filerev": "^0.2.1", "grunt-filerev-replace": "~0.1.3", - "grunt-injector": "~0.6.0", + "grunt-injector": "~1.1.0", "grunt-newer": "^0.7.0", "grunt-ng-annotate": "^0.3.0", "grunt-usemin": "^2.1.1",