From 906d7015d956e40b0f86401b7d1ca9d8eb6e9276 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Mar 2022 16:22:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2600af5d..30b377ed 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "express": "^4.13.3", "gulp": "^3.9.0", "gulp-bump": "^1.0.0", - "gulp-clone": "^1.0.0", + "gulp-clone": "^2.0.0", "gulp-cssnano": "^2.1.0", "gulp-gh-pages": "^0.5.2", "gulp-git": "^1.2.4", @@ -74,7 +74,7 @@ "lazypipe": "^1.0.1", "merge-stream": "^1.0.0", "minimist": "^1.1.1", - "mocha": "^2.2.5", + "mocha": "^6.2.3", "request": "^2.57.0", "require-dir": "^0.3.0", "run-sequence": "^1.1.0",