Skip to content

Commit 2329c5c

Browse files
committed
fix: glances/outputs/static/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
1 parent f233f73 commit 2329c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glances/outputs/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue-loader": "^17.1.1",
2626
"webpack": "^5.82.1",
2727
"webpack-cli": "^5.1.1",
28-
"webpack-dev-server": "^4.15.0"
28+
"webpack-dev-server": "^5.1.0"
2929
},
3030
"scripts": {
3131
"build": "webpack --progress --mode=production",

0 commit comments

Comments
 (0)