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 presentation/plugin/multiplex/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": "~4.1.1"
},
"dependencies": {
"express": "~4.13.3",
"express": "~4.22.0",

Copilot AI Jan 1, 2026

Copy link

Choose a reason for hiding this comment

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

The PR description states this upgrade is from express 4.13.4 to 4.22.0, but the actual code change shows the upgrade is from 4.13.3 to 4.22.0. While this doesn't affect the security fix, the PR description should accurately reflect the actual version being upgraded from.

Copilot uses AI. Check for mistakes.
"grunt-cli": "~0.1.13",
"mustache": "~2.2.1",
"socket.io": "~1.3.7"
Expand Down
Loading