From d82e7cdc4882ca83a29143013651e8dbe6c02f2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 22:10:16 +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 | 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",