From 8ac18da7e5042c70059c2c3b236a09fc78f592d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Apr 2024 04:55:07 +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 5250a53..72e7572 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "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",