From cb2a930b951cd984849499867c89b0c655a6a671 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 04:17:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d61c05b17b..19e5dd0fa5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-config-airbnb": "^6.2.0", "eslint-plugin-react": "^4.2.3", "event-stream": "^3.3.4", - "gulp": "^3.8.7", + "gulp": "^4.0.0", "gulp-autoprefixer": "3.1.1", "gulp-cached": "^1.1.1", "gulp-clean": "^0.3.0", @@ -37,11 +37,11 @@ "gulp-css-flipper": "^1.0.2", "gulp-csslint": "^1.0.0", "gulp-eslint": "^2.1.0", - "gulp-htmlhint": "0.3.1", + "gulp-htmlhint": "2.2.1", "gulp-iconfont": "^8.0.1", "gulp-imagemin": "^3.1.1", "gulp-jshint": "^2.0.4", - "gulp-jsx-coverage": "0.3.8", + "gulp-jsx-coverage": "0.4.0", "gulp-livereload": "^3.8.1", "gulp-load-plugins": "^1.4.0", "gulp-minify-css": "^1.2.4", @@ -108,7 +108,7 @@ "react-weekday-picker": "1.0.8", "reactify": "1.1.1", "require-dir": "^0.3.1", - "rev-del": "^1.0.5", + "rev-del": "^2.0.0", "rewire": "^2.5.2", "run-sequence": "^1.2.2", "rupture": "^0.6.2",