From b60089859a156c80a1e964882b4bf5553585d235 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 19:30:23 +0000 Subject: [PATCH] fix: node_modules/nise/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - 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 --- node_modules/nise/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/nise/package.json b/node_modules/nise/package.json index e42d985f8a..7d899216ec 100644 --- a/node_modules/nise/package.json +++ b/node_modules/nise/package.json @@ -54,8 +54,8 @@ "husky": "^4.2.1", "jsdom": "^15.1.1", "jsdom-global": "3.0.2", - "mocha": "^7.0.1", - "mochify": "^6.6.0", + "mocha": "^10.1.0", + "mochify": "^9.0.0", "nyc": "^15.0.0", "prettier": "^1.19.1", "proxyquire": "^2.1.3",