Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.4",
"webpack-dev-server": "^5.2.1",
"webpack-dev-server": "^5.2.4",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update lockfile alongside webpack-dev-server bump

This change updates package.json to webpack-dev-server@^5.2.4 but leaves package-lock.json pinned to ^5.2.1 (top-level dependency entry), which makes the dependency metadata inconsistent. In environments that use npm ci, this mismatch can fail installs, and in lockfile-driven installs the vulnerable version may remain in use, so the security fix is not reliably applied until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^7.4.0"
},
Expand Down
Loading