From 75e0bbfd53b6286f1c2bc34dca99d1a131d75fa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 03:46:06 +0000 Subject: [PATCH] fix: node_modules/removeNPMAbsolutePaths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- node_modules/removeNPMAbsolutePaths/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/removeNPMAbsolutePaths/package.json b/node_modules/removeNPMAbsolutePaths/package.json index 28ccddcaa4..2186b5fb4a 100644 --- a/node_modules/removeNPMAbsolutePaths/package.json +++ b/node_modules/removeNPMAbsolutePaths/package.json @@ -41,8 +41,8 @@ "eslint": "^6.0.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.0", - "mocha": "^6.1.4", - "nyc": "^14.1.1", + "mocha": "^10.1.0", + "nyc": "^15.0.0", "sinon": "^7.3.2", "sinon-chai": "^3.3.0" },