From 096eb211c81e2528c0d88c72b38f981ca4068dcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2024 04:52:52 +0000 Subject: [PATCH] fix: wwwroot/lib/semantic/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- wwwroot/lib/semantic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/lib/semantic/package.json b/wwwroot/lib/semantic/package.json index dad7ba1..33ce4f2 100644 --- a/wwwroot/lib/semantic/package.json +++ b/wwwroot/lib/semantic/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "better-console": "*", - "del": "^2.2.0", + "del": "^8.0.0", "extend": "^3.0.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0",