From fde9c40f7d7e123d9d37a9e46f63c02bb32ac9cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Dec 2023 14:02:45 +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 3e87003..7f0e916 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "koonic: An Ionic project", "dependencies": { "gulp": "^3.5.6", - "gulp-sass": "^1.3.3", + "gulp-sass": "^5.0.0", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0"