From 73a85ef279e2d140707308d5e602a9f325bd6b3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 18:16:10 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 179efe7..b52408e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.1", "description": "myApp: An Ionic project", "dependencies": { - "gulp": "^3.5.6", + "gulp": "^5.0.0", "gulp-sass": "^2.0.4", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0",