Skip to content

Commit

Permalink
fix: server/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Apr 6, 2024
1 parent 3092f93 commit 97f159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/vuejs/vetur/tree/master/server",
"dependencies": {
"eslint": "^7.32.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^7.19.1",
"prettier": "^2.7.1",
"pug-lexer": "^5.0.1",
Expand Down

0 comments on commit 97f159f

Please sign in to comment.