Commit 978f938
committed
fix(test-app-node-express): upgrade express to v5 to fix path-to-regexp >=8.4.0 override
Express 4.x internally calls `pathRegexp` from path-to-regexp, which was
removed in 8.4.0. The workspace override forces >=8.4.0 for security;
upgrading the test app to express 5 (which uses 8.4+ natively) resolves
the TypeError and makes all smoke tests pass.1 parent 6d92b5f commit 978f938
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments