From ee6b169b1c9d18971d8cea51d19e974b6d58e084 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 05:22:22 +0000 Subject: [PATCH] fix: node_modules/eslint-plugin-no-async-foreach/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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-SHELLJS-2332187 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:diff:20180305 - https://snyk.io/vuln/npm:eslint:20180222 - https://snyk.io/vuln/npm:growl:20160721 --- node_modules/eslint-plugin-no-async-foreach/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/eslint-plugin-no-async-foreach/package.json b/node_modules/eslint-plugin-no-async-foreach/package.json index 0ce033466a..6e1b54d4f8 100644 --- a/node_modules/eslint-plugin-no-async-foreach/package.json +++ b/node_modules/eslint-plugin-no-async-foreach/package.json @@ -16,8 +16,8 @@ "requireindex": "~1.1.0" }, "devDependencies": { - "eslint": "~3.9.1", - "mocha": "^3.1.2" + "eslint": "~8.0.0", + "mocha": "^10.1.0" }, "engines": { "node": ">=0.10.0"