From ac84e5a5bfdc2fc54af08218f964db422bcb947d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 17:54:26 +0000 Subject: [PATCH] fix: packages/@vue/cli-plugin-unit-mocha/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- packages/@vue/cli-plugin-unit-mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-unit-mocha/package.json b/packages/@vue/cli-plugin-unit-mocha/package.json index 12f6769e21..b726a60e24 100644 --- a/packages/@vue/cli-plugin-unit-mocha/package.json +++ b/packages/@vue/cli-plugin-unit-mocha/package.json @@ -24,7 +24,7 @@ "@vue/cli-shared-utils": "^3.0.0-rc.3", "jsdom": "^11.10.0", "jsdom-global": "^3.0.2", - "mocha": "^5.1.1", + "mocha": "^6.2.3", "mocha-webpack": "^2.0.0-beta.0" }, "devDependencies": {