From 07856cbcfa3590cf81f13218dcd14e37d8e31168 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 17:20:20 +0000 Subject: [PATCH] fix: node_modules/eslint-visitor-keys/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-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/eslint-visitor-keys/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/eslint-visitor-keys/package.json b/node_modules/eslint-visitor-keys/package.json index 959b517925..acd4756b44 100644 --- a/node_modules/eslint-visitor-keys/package.json +++ b/node_modules/eslint-visitor-keys/package.json @@ -11,11 +11,11 @@ }, "dependencies": {}, "devDependencies": { - "eslint": "^4.7.2", + "eslint": "^6.0.0", "eslint-config-eslint": "^4.0.0", - "eslint-release": "^1.0.0", + "eslint-release": "^2.0.0", "mocha": "^3.5.3", - "nyc": "^11.2.1", + "nyc": "^15.0.0", "opener": "^1.4.3" }, "scripts": {