From b13ab85d54aa2389224ed6c017d91711f34f9ae7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Apr 2023 17:51:52 +0000 Subject: [PATCH] fix: 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/espree/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/espree/package.json b/node_modules/espree/package.json index 96926a2bb0..4d5af15da3 100644 --- a/node_modules/espree/package.json +++ b/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" },