From acaf3d09107b8772b56bca352258c521f7372557 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 17:28:56 +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-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 7dc0d9a..ed383ce 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.1", "description": "blank: An Ionic project", "dependencies": { - "gulp": "^4.0.0", + "gulp": "^5.0.0", "gulp-sass": "^5.0.0", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0",