From 6873be7b181ef9fd441357204757c31dc4de0b5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:04:35 +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-ANSIREGEX-1583908 --- 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..aea6ca4c30 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": "^8.3.0", "mochapack": "^1.1.1" }, "devDependencies": {