Commit 7edb890
build(deps): Bump express and supertest to fix qs prototype pollution (#206)
express@4 and supertest@6 both pulled in vulnerable versions of qs
(<6.14.2, GHSA-hrpp-h998-j3pp). express@5 natively requires qs@^6.14.0
which resolves to the patched 6.15.0; supertest@7 drops formidable
entirely so qs is no longer in that dependency chain at all.
Also bumps @types/express (^4→^5) and @types/supertest (^2→^7) to match.
All existing tests pass against the new versions.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0a14d19 commit 7edb890
2 files changed
Lines changed: 364 additions & 324 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments