From d1510f6e3305fd308c0665ccf61c8369b153fd08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jun 2025 18:28:57 +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-PUG-1071616 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-7086056 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- .../sample/MvcSample/wwwroot/lib/bootstrap/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 fe4b31dea3..c45326fd41 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 @@ -39,15 +39,15 @@ "grunt-contrib-concat": "~1.0.0", "grunt-contrib-connect": "~1.0.0", "grunt-contrib-copy": "~1.0.0", - "grunt-contrib-csslint": "~1.0.0", + "grunt-contrib-csslint": "~2.0.0", "grunt-contrib-cssmin": "~1.0.0", - "grunt-contrib-htmlmin": "~1.5.0", + "grunt-contrib-htmlmin": "~3.1.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-less": "~1.3.0", - "grunt-contrib-pug": "~1.0.0", + "grunt-contrib-pug": "~3.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",