From ed7fac8b109e8607bb9893ac71934014d96f2716 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 00:04:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a92b16f..3231d32 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "gulp-connect": "^2.2.0", "gulp-filter": "^1.0.2", "gulp-htmlclean": "^2.2.3", - "gulp-imagemin": "^1.2.1", + "gulp-imagemin": "^3.0.0", "gulp-jscs": "^1.4.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",