From bcf286f92439801f47b49fb54d211e75922d1eb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:52:21 +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 557235d..05864fe 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,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": "0.0.x",