From 069024449f25eedafa92f81af5710d544c107938 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 02:08:24 +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-SEMVER-3247795 --- 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..f729a3c8e9 100644 --- a/packages/@vue/cli-plugin-unit-mocha/package.json +++ b/packages/@vue/cli-plugin-unit-mocha/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/vuejs/vue-cli/packages/@vue/cli-plugin-unit-mocha#readme", "dependencies": { - "@vue/cli-shared-utils": "^3.0.0-rc.3", + "@vue/cli-shared-utils": "^5.0.0", "jsdom": "^11.10.0", "jsdom-global": "^3.0.2", "mocha": "^5.1.1",