From 492515e5080459f2349f2c94148d64ddf352e005 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Oct 2024 16:01:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2793493..bf255b1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "bootstrap": "^4.5.2", "browser-sync": "^2.26.12", - "del": "^5.1.0", + "del": "^8.0.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-newer": "^1.4.0",