From f2304e0bf1337a9d7265f47552a7d70528cf3f3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jan 2026 00:41:24 +0000 Subject: [PATCH] fix: samples/databases/wide-world-importers/wwi-app/wwwroot/lib/bootstrap/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- .../wwi-app/wwwroot/lib/bootstrap/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/databases/wide-world-importers/wwi-app/wwwroot/lib/bootstrap/package.json b/samples/databases/wide-world-importers/wwi-app/wwwroot/lib/bootstrap/package.json index fe4b31dea3..9ba911113d 100644 --- a/samples/databases/wide-world-importers/wwi-app/wwwroot/lib/bootstrap/package.json +++ b/samples/databases/wide-world-importers/wwi-app/wwwroot/lib/bootstrap/package.json @@ -43,11 +43,11 @@ "grunt-contrib-cssmin": "~1.0.0", "grunt-contrib-htmlmin": "~1.5.0", "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-less": "~1.3.0", + "grunt-contrib-less": "~2.0.0", "grunt-contrib-pug": "~1.0.0", - "grunt-contrib-qunit": "~0.7.0", + "grunt-contrib-qunit": "~1.0.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",