From 7b08136d7aadc584d36b189a1a9a9b3fc4df2941 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 16:19:39 +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 5250a53..2ed57b2 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "del": "^2.2", "eslint-config-punchcard": "^1.0", "eyeglass": "^1.1", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-autoprefixer": "^4.0.0", "gulp-eslint": "^3.0", "gulp-if": "^2.0", - "gulp-imagemin": "^3.0", + "gulp-imagemin": "^5.0.0", "gulp-nodemon": "^2.2.1", "gulp-sass": "^3.1.0", "gulp-sass-lint": "^1.2",