Skip to content

Commit 290e56b

Browse files
committed
fix: packages/@vue/cli-plugin-eslint/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469
1 parent 53509e1 commit 290e56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-plugin-eslint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dependencies": {
2525
"@vue/cli-shared-utils": "^3.0.1",
2626
"babel-eslint": "^8.2.5",
27-
"eslint": "^4.19.1",
27+
"eslint": "^6.0.0",
2828
"eslint-loader": "^2.0.0",
29-
"eslint-plugin-vue": "^4.5.0"
29+
"eslint-plugin-vue": "^6.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)