From 397ffdf4ed666cc8fc85b2a51abd7c951be2153f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 22:36:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18d6ab3571c..d0c1bf9ad5d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "event-stream": "^3.3.1", "express": "^4.12.3", "express-ab": "^0.7.0", - "gulp": "^3.8.8", + "gulp": "^4.0.0", "gulp-autoprefixer": "1.0.0", "gulp-cache": "^0.4.1", "gulp-cache-bust": "perrygovier/gulp-cache-bust", @@ -42,7 +42,7 @@ "gulp-footer": "^1.0.5", "gulp-header": "^1.7.1", "gulp-if": "^1.2.1", - "gulp-imagemin": "^2.0.0", + "gulp-imagemin": "^3.0.0", "gulp-livereload": "^1.2.0", "gulp-load-plugins": "^0.8.0", "gulp-minify-css": "^0.3.0",