Upgrade Express 4→5, fix wildcard routes, regenerate lock file#10
Merged
matthias-lay merged 2 commits intocopilot/update-express-dependencyfrom May 6, 2026
Conversation
Agent-Logs-Url: https://github.com/Securepoint/nginx-ntlm-module/sessions/c7221bd9-ecc5-4cf8-a594-898c9ab08d7f Co-authored-by: matthias-lay <163420385+matthias-lay@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update npm packages and regenerate package-lock.json
Upgrade Express 4→5, fix wildcard routes, regenerate lock file
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot was flagging 30+ vulnerable transitive dependencies locked in the Express 4.x dependency tree. Upgrading to Express 5 and regenerating the lock file eliminates all known vulnerabilities (0 found after update).
Changes
t/backend/package.json— bumpsexpressfrom^4.22.1to^5.0.0t/backend/index.js— fixes wildcard routes broken by Express 5's adoption of path-to-regexp v8, which requires named wildcards:t/backend/package-lock.json— fully regenerated vianpm install; reflects Express 5.x transitive tree with no known vulnerabilitiesOriginal prompt
This pull request was created from Copilot chat.