From adb2b01d724ec60dcf170c87350b2ef7c2b6bbf4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 00:01:48 +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 851ba46e68..1301d572f8 100644 --- a/packages/@vue/cli-plugin-unit-mocha/package.json +++ b/packages/@vue/cli-plugin-unit-mocha/package.json @@ -25,7 +25,7 @@ "@vue/cli-shared-utils": "^4.2.3", "jsdom": "^15.2.1", "jsdom-global": "^3.0.2", - "mocha": "^6.2.2", + "mocha": "^6.2.3", "mochapack": "^1.1.13" }, "devDependencies": {