From fb27e6b9e77eb731ca04a9422e3d27b6f2a133ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2020 08:00:18 +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-559764 --- 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 224d0ef324..f444d6690e 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.1", "jsdom": "^15.2.0", "jsdom-global": "^3.0.2", - "mocha": "^5.2.0", + "mocha": "^7.1.1", "mocha-webpack": "^2.0.0-beta.0" }, "devDependencies": {