From 808f0f24dc5b2015a4c7491470ee9508ccc546e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 23:39:52 +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 12f6769e21..6bd4be7a4c 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": "^7.1.1", "mocha-webpack": "^2.0.0-beta.0" }, "devDependencies": {