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 @@ -13,7 +13,7 @@
"monaco-editor": "0.52.2"
},
"devDependencies": {
"@types/node": "^22.19.3",
"@types/node": "^22.19.7",

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.

Server/package-lock.json still pins @types/node to 22.15.17 (and the root devDependencies entry is still ^22.15.17). Please regenerate/update the lockfile (e.g., run npm install in Server/) so the lockfile reflects @types/node ^22.19.7; otherwise CI/builds that rely on the lockfile will continue using the old types.

Copilot uses AI. Check for mistakes.

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.

PR description states this upgrades @types/node from 22.15.17, but package.json is changing from ^22.19.3 to ^22.19.7 in this diff. If the intent is to upgrade from 22.15.17 (as currently pinned in package-lock.json), updating the lockfile will also make the PR description consistent with the actual installed version.

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