From 4e321f67a490f481a963867e78061e8c54970153 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 16:22:11 +0000 Subject: [PATCH] fix: node_modules/require-directory/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:growl:20160721 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:ms:20170412 --- node_modules/require-directory/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/require-directory/package.json b/node_modules/require-directory/package.json index 0970ec04c1..d5bf641a1e 100644 --- a/node_modules/require-directory/package.json +++ b/node_modules/require-directory/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "jshint": "^2.6.0", - "mocha": "^2.1.0" + "mocha": "^10.1.0" }, "scripts": { "test": "mocha",