From 29a91129f0a811211d5042763fc983a1a55a11fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 19:38:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5031f6..953a8c7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "browser-sync": "^2.26.14", - "gulp": "^4.0.0", + "gulp": "^5.0.0", "gulp-concat": "^2.6.1", "gulp-csso": "^2.0.0", "gulp-imagemin": "^6.1.0",