From 574138d90dacbd677577d6dc6f27d65e2ffb0015 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Oct 2023 02:00:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aac49e..ce55c7a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gulp-jasmine": "2.4.2", "gulp-jshint": "2.0.4", "gulp-less": "3.3.0", - "gulp-mocha": "3.0.1", + "gulp-mocha": "9.0.0", "gulp-plumber": "^1.1.0", "gulp-rename": "1.2.2", "gulp-strip-debug": "1.1.0",