From 9d5d8a7936fc0723671de0520470218d810a26a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 04:30:39 +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-BODYPARSER-7926860 --- .../sample/MvcSample/wwwroot/lib/bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fe4b31dea3..9ce82a5acc 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 @@ -47,7 +47,7 @@ "grunt-contrib-pug": "~1.0.0", "grunt-contrib-qunit": "~0.7.0", "grunt-contrib-uglify": "~1.0.0", - "grunt-contrib-watch": "~1.0.0", + "grunt-contrib-watch": "~1.1.0", "grunt-csscomb": "~3.1.0", "grunt-exec": "~1.0.0", "grunt-html": "~8.0.1",