From 2c3a9f67513c1f7354d8b669169e7acae65dcc72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 16:49:48 +0000 Subject: [PATCH] fix: node_modules/node-fetch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - 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/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:mem:20180117 --- node_modules/node-fetch/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/node-fetch/package.json b/node_modules/node-fetch/package.json index 27d2e44ee9..c898e8d470 100644 --- a/node_modules/node-fetch/package.json +++ b/node_modules/node-fetch/package.json @@ -41,7 +41,7 @@ "abort-controller": "^1.1.0", "abortcontroller-polyfill": "^1.3.0", "babel-core": "^6.26.3", - "babel-plugin-istanbul": "^4.1.6", + "babel-plugin-istanbul": "^5.0.1", "babel-preset-env": "^1.6.1", "babel-register": "^6.16.3", "chai": "^3.5.0", @@ -52,8 +52,8 @@ "cross-env": "^5.2.0", "form-data": "^2.3.3", "is-builtin-module": "^1.0.0", - "mocha": "^5.0.0", - "nyc": "11.9.0", + "mocha": "^10.1.0", + "nyc": "15.0.0", "parted": "^0.1.1", "promise": "^8.0.3", "resumer": "0.0.0",