From 33a54224c8a3438000eafea21ef791b454210327 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 06:02:08 +0000 Subject: [PATCH] fix: _site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- _site/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_site/package.json b/_site/package.json index 0c61c59..f12109d 100644 --- a/_site/package.json +++ b/_site/package.json @@ -6,8 +6,8 @@ "homepage": "https://github.com/paypal/bootstrap-accessibility-plugin", "author": "PayPal Accessibility Team", "dependencies": { - "grunt": "~0.4.1", - "grunt-contrib-jshint": "~0.6.4", + "grunt": "~1.0.0", + "grunt-contrib-jshint": "~0.11.1", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-concat": "0.4.0", "grunt-contrib-compass": "0.8.0"