From a6d37ffe0065315db343efe3507090da4a7b6eff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 14:48:04 +0000 Subject: [PATCH] fix: node_modules/eslint-plugin-prettier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 --- node_modules/eslint-plugin-prettier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/eslint-plugin-prettier/package.json b/node_modules/eslint-plugin-prettier/package.json index 5b42531a71..cc6cc73ebb 100644 --- a/node_modules/eslint-plugin-prettier/package.json +++ b/node_modules/eslint-plugin-prettier/package.json @@ -42,7 +42,7 @@ "eslint-plugin-eslint-plugin": "^2.0.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-self": "^1.1.0", - "mocha": "^6.0.0", + "mocha": "^10.1.0", "prettier": "^1.15.3", "vue-eslint-parser": "^6.0.0" },