From f8c012d1f432ecff5399d0220142a84c9e255e22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 00:26:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a92b16f..22de2e0 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "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",