From 9378136862d936bc93e64e3dd454d0b667722e9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Oct 2022 18:07:59 +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-MOCHA-2863123 --- 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 61d1283938..284ee3328e 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.0.0-rc.1", "jsdom": "^15.1.0", "jsdom-global": "^3.0.2", - "mocha": "^6.1.4", + "mocha": "^10.1.0", "mochapack": "^1.1.1" }, "devDependencies": {