From 5f71210cc735cf53aa503e66e1e512c83629c4ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 22:06:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d53b0d040d..da405831aa 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "babelify": "^7.3.0", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-autoprefixer": "^4.0.0", "gulp-bump": "^2.7.0", "gulp-clean": "^0.3.2",