From 57026201cd63c737b4efd4214265a3c4c5e808cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 21:21:28 +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..46db759680 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": "^9.1.2", "mochapack": "^1.1.1" }, "devDependencies": {