From 3145a8d3f5c7989381fae2e8e13a4941b1186b4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Apr 2023 21:45:57 +0000 Subject: [PATCH] fix: tools/node_modules/eslint/node_modules/espree/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-AXIOS-174505 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- .../node_modules/eslint/node_modules/espree/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/node_modules/eslint/node_modules/espree/package.json b/tools/node_modules/eslint/node_modules/espree/package.json index 724e6fcee72c3f..0450382e5af439 100644 --- a/tools/node_modules/eslint/node_modules/espree/package.json +++ b/tools/node_modules/eslint/node_modules/espree/package.json @@ -28,15 +28,15 @@ "eslint": "^6.0.1", "eslint-config-eslint": "^5.0.1", "eslint-plugin-node": "^9.1.0", - "eslint-release": "^1.0.0", + "eslint-release": "^2.0.0", "esprima": "latest", "esprima-fb": "^8001.2001.0-dev-harmony-fb", "json-diff": "^0.5.4", "leche": "^2.3.0", - "mocha": "^6.2.0", - "nyc": "^14.1.1", + "mocha": "^10.1.0", + "nyc": "^15.0.0", "regenerate": "^1.4.0", - "shelljs": "^0.3.0", + "shelljs": "^0.8.5", "shelljs-nodecli": "^0.1.1", "unicode-6.3.0": "^0.7.5" },