From 063ac75e1a2dbed96a446d8be503973302f29772 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 17:01:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac58bfb..c6a5d28 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "dependencies": { "colors": "^0.6.2", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-bump": "^0.1.13", "gulp-clean": "^0.2.4", "gulp-concat": "~2.1.7",