From 57344212f5e661ce256d354ea89f818eec884018 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 17:55:17 +0000 Subject: [PATCH] fix: aspnetcore/security/anti-request-forgery/sample/MvcSample/wwwroot/lib/bootstrap/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- .../MvcSample/wwwroot/lib/bootstrap/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/aspnetcore/security/anti-request-forgery/sample/MvcSample/wwwroot/lib/bootstrap/package.json b/aspnetcore/security/anti-request-forgery/sample/MvcSample/wwwroot/lib/bootstrap/package.json index fe4b31dea364..4cfb097ac236 100644 --- a/aspnetcore/security/anti-request-forgery/sample/MvcSample/wwwroot/lib/bootstrap/package.json +++ b/aspnetcore/security/anti-request-forgery/sample/MvcSample/wwwroot/lib/bootstrap/package.json @@ -32,25 +32,25 @@ "devDependencies": { "btoa": "~1.1.2", "glob": "~7.0.3", - "grunt": "~1.0.1", + "grunt": "~1.3.0", "grunt-autoprefixer": "~3.0.4", "grunt-contrib-clean": "~1.0.0", - "grunt-contrib-compress": "~1.3.0", + "grunt-contrib-compress": "~2.0.0", "grunt-contrib-concat": "~1.0.0", - "grunt-contrib-connect": "~1.0.0", + "grunt-contrib-connect": "~3.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-csslint": "~1.0.0", "grunt-contrib-cssmin": "~1.0.0", - "grunt-contrib-htmlmin": "~1.5.0", + "grunt-contrib-htmlmin": "~2.3.0", "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-less": "~1.3.0", + "grunt-contrib-less": "~2.1.0", "grunt-contrib-pug": "~1.0.0", "grunt-contrib-qunit": "~0.7.0", - "grunt-contrib-uglify": "~1.0.0", + "grunt-contrib-uglify": "~2.2.0", "grunt-contrib-watch": "~1.0.0", "grunt-csscomb": "~3.1.0", "grunt-exec": "~1.0.0", - "grunt-html": "~8.0.1", + "grunt-html": "~11.0.0", "grunt-jekyll": "~0.4.4", "grunt-jscs": "~3.0.1", "grunt-saucelabs": "~9.0.0",