From 0dd87acdf1a14f087d315484a8a6f976ddf0b8c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 09:06:58 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-jshint from 0.6.5 to 0.12.0 Snyk has created this PR to upgrade grunt-contrib-jshint from 0.6.5 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/parys-github/project/5b22b388-669f-4fa1-8896-27beb5b39dc0?utm_source=github&utm_medium=referral&page=upgrade-pr --- _site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/package.json b/_site/package.json index 0c61c59..daa52a5 100644 --- a/_site/package.json +++ b/_site/package.json @@ -7,7 +7,7 @@ "author": "PayPal Accessibility Team", "dependencies": { "grunt": "~0.4.1", - "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-jshint": "~0.12.0", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-concat": "0.4.0", "grunt-contrib-compass": "0.8.0"