From 1a1e73101ef28a8549fd3abb335fca4a40a1f805 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 04:27:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f69bec567b..8bb7e6be4dc 100644 --- a/package.json +++ b/package.json @@ -53,12 +53,12 @@ "gulp-footer": "^1.0.5", "gulp-header": "^1.7.1", "gulp-if": "^1.2.1", - "gulp-imagemin": "^3.3.0", + "gulp-imagemin": "^9.1.0", "gulp-livereload": "^1.2.0", "gulp-load-plugins": "^0.8.0", "gulp-minify-css": "^0.3.0", "gulp-rename": "^1.2.0", - "gulp-sass": "^3.1.0", + "gulp-sass": "^5.0.0", "gulp-shell": "0.5.1", "gulp-size": "^1.0.0", "gulp-sourcemaps": "^2.4.1",