Skip to content

Commit fb27e6b

Browse files
committed
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-MINIMIST-559764
1 parent 1fe5bd4 commit fb27e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-unit-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/cli-shared-utils": "^3.0.1",
2525
"jsdom": "^15.2.0",
2626
"jsdom-global": "^3.0.2",
27-
"mocha": "^5.2.0",
27+
"mocha": "^7.1.1",
2828
"mocha-webpack": "^2.0.0-beta.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)