From a5df08a56160c385eef1232886f389da56e2e6a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:06: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 20dc28fe1..ef72fa2d3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "~3.4.1", "findit2": "~0.2.0", "jade": "~0.35.0", - "jshint": "~2.1.11", + "jshint": "~2.13.4", "mongoose": "~3.6.20", "passport": "~0.1.17", "passport-local": "~0.1.6",