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 @@ -37,7 +37,7 @@
"homepage": "https://github.com/tjenkinson/mock-hls-server#readme",
"dependencies": {
"command-line-args": "^4.0.7",
"express": "^4.16.2",
"express": "^4.22.0",
Copy link

Copilot AI Dec 31, 2025

Choose a reason for hiding this comment

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

The package.json specifies express ^4.22.0, but the package-lock.json still references express version 4.18.2. This mismatch means the security fix won't actually be applied when installing dependencies. The package-lock.json must be regenerated with the new version (by running npm install) before merging this PR to ensure the vulnerability is actually addressed.

Copilot uses AI. Check for mistakes.
"node-fetch": "^2.6.1",
"url-toolkit": "^2.1.2",
"winston": "^2.4.0"
Expand Down
Loading