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 Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/node": "^22.19.3",
"copy-webpack-plugin": "^13.0.0",
"copy-webpack-plugin": "^13.0.1",

Copilot AI Feb 6, 2026

Copy link

Choose a reason for hiding this comment

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

package-lock.json still pins copy-webpack-plugin to 13.0.0, so npm ci will likely fail due to the package.json/package-lock mismatch and installs won’t actually pick up 13.0.1. Please update/commit the regenerated lockfile (and ensure it resolves to 13.0.1).

Suggested change
"copy-webpack-plugin": "^13.0.1",
"copy-webpack-plugin": "^13.0.0",

Copilot uses AI. Check for mistakes.
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.16",
Expand Down