Skip to content

Commit

Permalink
Update to webpack-dev-server 4.15.2
Browse files Browse the repository at this point in the history
This fixes security issues
in dependencies.

This also requires updating webpack-cli
to version 4, so use the latest version
available.
  • Loading branch information
pjonsson committed May 4, 2024
1 parent d4ccee3 commit 4e8ed45
Show file tree
Hide file tree
Showing 2 changed files with 662 additions and 435 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@
"urijs": "^1.18.12",
"url-loader": "^1.1.2",
"webpack": "~4.47.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.1.14",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2",
"worker-loader": "^2.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4e8ed45

Please sign in to comment.