From 0d484e33d80dce7ab54bd0f190362cc2fc3f5650 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 04:20:22 +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-DEBUG-3227433 --- .../wwi-app/wwwroot/lib/bootstrap/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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..922bc94c5c 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 @@ -45,9 +45,9 @@ "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-less": "~1.3.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",