From c362f7ddd260d8ae0c84d464965d0a4a2c58d59c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Mar 2023 16:24:37 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-jshint from 0.11.3 to 0.12.0 Snyk has created this PR to upgrade grunt-contrib-jshint from 0.11.3 to 0.12.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-jshint See this project in Snyk: https://app.snyk.io/org/auth0-dx-services/project/68e6e46e-6b31-4fc0-846f-4a41009ca8cd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1832f3..f4a300b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "hapi": ">=17.x.x", "lab": "15.x.x", "grunt": "0.4.x", - "grunt-contrib-jshint": "0.11.x", + "grunt-contrib-jshint": "0.12.0", "grunt-contrib-watch": "0.6.x", "grunt-bump": "0.1.x" },