From 4a870210fbe99b29e87fecd7493230d8f763f57c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 May 2021 08:55:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISSVG-1243891 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a92b16f..264985b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "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",