From 6aee105f15943897aa11ec26421ac88e24598006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 18:41:20 +0000 Subject: [PATCH] fix: node_modules/yargs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- node_modules/yargs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/yargs/package.json b/node_modules/yargs/package.json index 745bae01a8..18ed3b7c72 100644 --- a/node_modules/yargs/package.json +++ b/node_modules/yargs/package.json @@ -40,7 +40,7 @@ "cross-spawn": "^7.0.0", "es6-promise": "^4.2.5", "hashish": "0.0.4", - "mocha": "^7.0.0", + "mocha": "^10.1.0", "rimraf": "^3.0.0", "standard": "^14.0.0", "which": "^2.0.0",