Skip to content

Commit 6d25a36

Browse files
committed
fix: ui/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent 38b31de commit 6d25a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"unidiff": "^1.0.2",
7676
"webpack": "^4.44.2",
7777
"webpack-cli": "^3.3.12",
78-
"webpack-dev-server": "^3.11.0"
78+
"webpack-dev-server": "^5.2.1"
7979
},
8080
"resolutions": {
8181
"@types/react": "16.9.3",

0 commit comments

Comments
 (0)