From 186c442fdf4d3392436a6861a066433ea09a4407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 14:29:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b46eda62..a7e98109 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "name": "my-project-name", "version": "0.1.0", "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~1.0.0", "grunt-contrib-handlebars": "~0.5.6", "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-jshint": "~0.2.0", + "grunt-contrib-jshint": "~0.11.1", "grunt-mindirect": "~0.1.3", - "grunt-contrib-watch": "~0.3.1" + "grunt-contrib-watch": "~0.5.0" } }