Skip to content

Commit 40f30f4

Browse files
committed
fix: packages/@vue/cli-test-utils/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381
1 parent 5e05b79 commit 40f30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"execa": "^0.10.0",
25-
"json-server": "^0.12.2",
25+
"json-server": "^0.15.0",
2626
"puppeteer": "^1.0.0",
2727
"strip-ansi": "^3.0.0"
2828
}

0 commit comments

Comments
 (0)