From 066e54aa7bd968acb5d6a22b6840051e33cb1ef8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:39:02 +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 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a92b16f..eadf4aa 100644 --- a/package.json +++ b/package.json @@ -14,23 +14,23 @@ "del": "^1.1.1", "event-stream": "^3.1.7", "glob": "^4.5.3", - "gulp": "^3.8.10", + "gulp": "^4.0.0", "gulp-cached": "^1.0.4", "gulp-chmod": "^1.2.0", "gulp-connect": "^2.2.0", "gulp-filter": "^1.0.2", "gulp-htmlclean": "^2.2.3", - "gulp-imagemin": "^1.2.1", - "gulp-jscs": "^1.4.0", + "gulp-imagemin": "^3.0.0", + "gulp-jscs": "^2.0.0", "gulp-jshint": "^1.9.0", "gulp-karma": "0.0.4", "gulp-minify-css": "^0.3.13", - "gulp-ng-annotate": "^0.5.2", + "gulp-ng-annotate": "^1.1.0", "gulp-ng-config": "^1.0.0", "gulp-plumber": "^1.0.0", "gulp-remember": "^0.3.0", "gulp-rename": "^1.2.0", - "gulp-sass": "^1.3.3", + "gulp-sass": "^2.0.0", "gulp-template": "^2.1.1", "gulp-uglify": "^1.0.1", "gulp-useref": "^1.0.2", @@ -53,7 +53,7 @@ "type-is": "^1.6.1", "vinyl-source-stream": "^1.0.0", "winston": "^0.8.3", - "wiredep": "^2.2.2" + "wiredep": "^3.0.1" }, "cordovaPlugins": [ "cordova-plugin-whitelist",