From 637a0a04a15660d4e60615a1ae843e684ab47dde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:13:12 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40aff03..a1996a9 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,10 @@ "chai": "^4.1.1", "eslint": "^4.12.0", "flow": "^0.2.3", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-banner": "^0.1.3", "gulp-bump": "^2.8.0", - "gulp-nuget-pack": "0.0.7", + "gulp-nuget-pack": "0.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-sequence": "^0.4.6",