From fe0ce5371c9f7dee1fe15f8549b73332637dd07b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Jan 2021 00:24:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 179efe7..2c6b410 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "myApp: An Ionic project", "dependencies": { "gulp": "^3.5.6", - "gulp-sass": "^2.0.4", + "gulp-sass": "^3.0.0", "gulp-concat": "^2.2.0", "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0"