Bump qs and express#1379
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Bumps [qs](https://github.com/ljharb/qs) to 6.15.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.14.2 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) Updates `express` from 4.22.1 to 4.22.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md) - [Commits](expressjs/express@v4.22.1...v4.22.2) --- updated-dependencies: - dependency-name: express dependency-version: 4.22.2 dependency-type: direct:production - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7ca791d to
a2183dc
Compare
|
| Filename | Overview |
|---|---|
| package.json | Bumps express from ^4.21.1 to ^4.22.2 to pull in bug fixes in qs and body-parser |
| package-lock.json | Lockfile updated to reflect express 4.22.2, body-parser 1.20.5, and qs 6.15.2 with their new integrity hashes |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[ocean-node] -->|depends on| B[express ^4.22.2]
B -->|depends on| C[qs ~6.15.1]
B -->|depends on| D[body-parser ~1.20.5]
D -->|depends on| C
subgraph Before
B1[express 4.22.1]
C1[qs 6.14.2]
D1[body-parser 1.20.4]
end
subgraph After
B2[express 4.22.2]
C2[qs 6.15.2]
D2[body-parser 1.20.5]
end
Reviews (1): Last reviewed commit: "Bump qs and express" | Re-trigger Greptile
Bumps qs to 6.15.2 and updates ancestor dependency express. These dependencies need to be updated together.
Updates
qsfrom 6.14.2 to 6.15.2Changelog
Sourced from qs's changelog.
Commits
9aca407v6.15.25e33d33[Dev Deps] update@ljharb/eslint-config21f80b3[Fix]stringify: skip null/undefined entries inarrayFormat: 'comma'+ `e...a0a81ea[Fix]stringify: use configureddelimiteraftercharsetSentinele3062f7[Fix]stringify: applyformatterto encoded key understrictNullHandling0c180a4[Fix]stringify: skip null/undefined filter-array entries instead of crashi...3a8b94a[Tests] add regression tests for keys containing percent-encoded bracket text96755ab[readme] fix grammara419ce5[Fix]parse: handle nested bracket groups and add regression tests3f5e1c5v6.15.1Updates
expressfrom 4.22.1 to 4.22.2Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
df0abc94.22.2836d3664.xupdate qs to 6.15.1, body-parser 1.20.5 (#7224)8d09bfefix: restore array parsing for req.query repeated keys (#7181)d39e8addeps: body-parser@~1.20.4 (#7021)efe85d9deps: qs@^6.14.1 (#6972)f62378e📝 add note to history