From 49dbd61ff7bdd2229cc42c608942e7aa4ff9ee14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Oct 2021 01:04: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-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 67b8759e0f..c85ca4d361 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.1.2", "jsdom": "^15.2.1", "jsdom-global": "^3.0.2", - "mocha": "^6.2.2", + "mocha": "^9.1.2", "mochapack": "^1.1.12" }, "devDependencies": {