From e667a278f6218bd733a97e6fc781ca7415c96536 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:46:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db65f5586..a72fce107 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "grunt-contrib-connect": "0.5.x", "grunt-contrib-concat": "0.3.x", "grunt-contrib-uglify": "0.2.x", - "grunt-contrib-jshint": "0.7.x", + "grunt-contrib-jshint": "0.11.1", "grunt-contrib-watch": "0.5.x", "grunt-tagrelease": "0.1.x", "faketouches": "git://github.com/jtangelder/faketouches.js.git",