From 697659188ee97a6915ac426d207de62dde8d7e32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 03:27:35 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 0619a17..3daab72 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "grunt-contrib-clean": "^0.5.0", "grunt-contrib-csslint": "^0.2.0", "grunt-contrib-cssmin": "^0.9.0", - "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-jshint": "^0.11.1", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-watch": "^0.6.1", "grunt-db-migrate": "0.2.0",