From 43232b5506e18e186f5628921b461812d77b3270 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 19:14:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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 081e4c7..5bc6e24 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "sass": "^1.56.1" }, "dependencies": { - "gulp": "^4.0.2", + "gulp": "^5.0.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }