-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Bump qs, body-parser and express in /todo-ai #911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
gh-pages
Choose a base branch
from
dependabot/npm_and_yarn/todo-ai/multi-6d05d0e569
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump qs, body-parser and express in /todo-ai #911
dependabot
wants to merge
1
commit into
gh-pages
from
dependabot/npm_and_yarn/todo-ai/multi-6d05d0e569
Conversation
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
Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.13.0 to 6.14.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.13.0...v6.14.1) Updates `body-parser` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.3...1.20.4) Updates `express` from 4.21.2 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](expressjs/express@4.21.2...v4.22.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect - dependency-name: body-parser dependency-version: 1.20.4 dependency-type: indirect - dependency-name: express dependency-version: 4.22.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
patrick
…On Thu, Jan 1, 2026 at 8:35 AM dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/GoogleChrome/samples/security/dependabot/755> (high
severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps qs <https://github.com/ljharb/qs>, body-parser
<https://github.com/expressjs/body-parser> and express
<https://github.com/expressjs/express>. These dependencies needed to be
updated together.
Updates qs from 6.13.0 to 6.14.1
Changelog
*Sourced from qs's changelog
<https://github.com/ljharb/qs/blob/main/CHANGELOG.md>.*
*6.14.1*
- [Fix] ensure arrayLength applies to [] notation as well
- [Fix] parse: when a custom decoder returns null for a key, ignore
that key
- [Refactor] parse: extract key segment splitting helper
- [meta] add threat model
- [actions] add workflow permissions
- [Tests] stringify: increase coverage
- [Dev Deps] update eslint, @ljharb/eslint-config, npmignore,
es-value-fixtures, for-each, object-inspect
*6.14.0*
- [New] parse: add throwOnParameterLimitExceeded option (#517
<https://redirect.github.com/ljharb/qs/issues/517>)
- [Refactor] parse: use utils.combine more
- [patch] parse: add explicit throwOnLimitExceeded default
- [actions] use shared action; re-add finishers
- [meta] Fix changelog formatting bug
- [Deps] update side-channel
- [Dev Deps] update es-value-fixtures, has-bigints, has-proto,
has-symbols
- [Tests] increase coverage
*6.13.1*
- [Fix] stringify: avoid a crash when a filter key is null
- [Fix] utils.merge: functions should not be stringified into keys
- [Fix] parse: avoid a crash with interpretNumericEntities: true,
comma: true, and iso charset
- [Fix] stringify: ensure a non-string filter does not crash
- [Refactor] use __proto__ syntax instead of Object.create for null
objects
- [Refactor] misc cleanup
- [Tests] utils.merge: add some coverage
- [Tests] fix a test case
- [actions] split out node 10-20, and 20+
- [Dev Deps] update es-value-fixtures, mock-property, object-inspect,
tape
Commits
- 3fa11a5
<ljharb/qs@3fa11a5>
v6.14.1
- a626704
<ljharb/qs@a626704>
[Dev Deps] update npmignore
- 3086902
<ljharb/qs@3086902>
[Fix] ensure arrayLength applies to [] notation as well
- fc7930e
<ljharb/qs@fc7930e>
[Dev Deps] update eslint, @ljharb/eslint-config
- 0b06aac
<ljharb/qs@0b06aac>
[Dev Deps] update @ljharb/eslint-config
- 64951f6
<ljharb/qs@64951f6>
[Refactor] parse: extract key segment splitting helper
- e1bd259
<ljharb/qs@e1bd259>
[Dev Deps] update @ljharb/eslint-config
- f4b3d39
<ljharb/qs@f4b3d39>
[eslint] add eslint 9 optional peer dep
- 6e94d95
<ljharb/qs@6e94d95>
[Dev Deps] update eslint, @ljharb/eslint-config, npmignore
- 973dc3c
<ljharb/qs@973dc3c>
[actions] add workflow permissions
- Additional commits viewable in compare view
<ljharb/qs@v6.13.0...v6.14.1>
Updates body-parser from 1.20.3 to 1.20.4
Release notes
*Sourced from body-parser's releases
<https://github.com/expressjs/body-parser/releases>.*
1.20.4 What's Changed
- Remove redundant depth check by @blakeembrey
<https://github.com/blakeembrey> in expressjs/body-parser#538
<https://redirect.github.com/expressjs/body-parser/pull/538>
- ci: add support for Node.js v23 by @Phillip9587
<https://github.com/Phillip9587> in expressjs/body-parser#553
<https://redirect.github.com/expressjs/body-parser/pull/553>
- ci: restore CI for 1.x branch by @bjohansebas
<https://github.com/bjohansebas> in expressjs/body-parser#665
<https://redirect.github.com/expressjs/body-parser/pull/665>
- deps: qs@^6.14.0 by @bjohansebas <https://github.com/bjohansebas>
in expressjs/body-parser#664
<https://redirect.github.com/expressjs/body-parser/pull/664>
- deps: use tilde notation and update certain dependencies by
@Phillip9587 <https://github.com/Phillip9587> in
expressjs/body-parser#668
<https://redirect.github.com/expressjs/body-parser/pull/668>
- chore: remove SECURITY.md by @Phillip9587
<https://github.com/Phillip9587> in expressjs/body-parser#669
<https://redirect.github.com/expressjs/body-parser/pull/669>
- ci: add CodeQL (SAST) by @Phillip9587
<https://github.com/Phillip9587> in expressjs/body-parser#670
<https://redirect.github.com/expressjs/body-parser/pull/670>
- Release: 1.20.4 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/body-parser#672
<https://redirect.github.com/expressjs/body-parser/pull/672>
*Full Changelog*: ***@***.***
<expressjs/body-parser@1.20.3...1.20.4>
Changelog
*Sourced from body-parser's changelog
<https://github.com/expressjs/body-parser/blob/master/HISTORY.md>.*
1.20.4 / 2025-12-01
- deps: qs@~6.14.0
- deps: use tilde notation for dependencies
- deps: http-errors@~2.0.1
- deps: raw-body@~2.5.3
Commits
- 7db202c
<expressjs/body-parser@7db202c>
1.20.4 (#672
<https://redirect.github.com/expressjs/body-parser/issues/672>)
- d8f8adb
<expressjs/body-parser@d8f8adb>
ci: add CodeQL (SAST) (#670
<https://redirect.github.com/expressjs/body-parser/issues/670>)
- 6d133c1
<expressjs/body-parser@6d133c1>
chore: remove SECURITY.md (#669
<https://redirect.github.com/expressjs/body-parser/issues/669>)
- fcd1535
<expressjs/body-parser@fcd1535>
deps: use tilde notation and update certain dependencies (#668
<https://redirect.github.com/expressjs/body-parser/issues/668>)
- ec5fa29
<expressjs/body-parser@ec5fa29>
deps: qs@~6.14.0 (#664
<https://redirect.github.com/expressjs/body-parser/issues/664>)
- ffb95c1
<expressjs/body-parser@ffb95c1>
ci: restore CI for 1.x branch (#665
<https://redirect.github.com/expressjs/body-parser/issues/665>)
- 48a5f07
<expressjs/body-parser@48a5f07>
ci: add support for Node.js v23 (#553
<https://redirect.github.com/expressjs/body-parser/issues/553>)
- f20f6ad
<expressjs/body-parser@f20f6ad>
Remove redundant depth check (#538
<https://redirect.github.com/expressjs/body-parser/issues/538>)
- See full diff in compare view
<expressjs/body-parser@1.20.3...1.20.4>
Updates express from 4.21.2 to 4.22.1
Release notes
*Sourced from express's releases
<https://github.com/expressjs/express/releases>.*
v4.22.1 What's Changed
[!IMPORTANT]
The prior release (4.22.0) included an erroneous breaking change related
to the extended query parser. There is no actual security vulnerability
associated with this behavior (CVE-2024-51999
<https://github.com/advisories/GHSA-pj86-cfqh-vqx6> has been rejected).
The change has been fully reverted in this release.
- Release: 4.22.1 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/express#6934
<https://redirect.github.com/expressjs/express/pull/6934>
*Full Changelog*: ***@***.***
<expressjs/express@4.22.0...v4.22.1>
4.22.0 Important: Security
- Security fix for CVE-2024-51999
<https://www.cve.org/CVERecord?id=CVE-2024-51999> (GHSA-pj86-cfqh-vqx6
<https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6>
)
What's Changed
- Refactor: improve readability by @sazk07 <https://github.com/sazk07>
in expressjs/express#6190
<https://redirect.github.com/expressjs/express/pull/6190>
- ci: add support for ***@***.*** by @UlisesGascon
<https://github.com/UlisesGascon> in expressjs/express#6080
<https://redirect.github.com/expressjs/express/pull/6080>
- Method functions with no path should error by @wesleytodd
<https://github.com/wesleytodd> in expressjs/express#5957
<https://redirect.github.com/expressjs/express/pull/5957>
- ci: updated github actions ci workflow by @Phillip9587
<https://github.com/Phillip9587> in expressjs/express#6323
<https://redirect.github.com/expressjs/express/pull/6323>
- ci: reorder npm i steps to fix ci for older node versions by
@Phillip9587 <https://github.com/Phillip9587> in
expressjs/express#6336
<https://redirect.github.com/expressjs/express/pull/6336>
- Backport: ci: add node.js 24 to test matrix by @Phillip9587
<https://github.com/Phillip9587> in expressjs/express#6506
<https://redirect.github.com/expressjs/express/pull/6506>
- chore(4.x): wider range for query test skip by @jonchurch
<https://github.com/jonchurch> in expressjs/express#6513
<https://redirect.github.com/expressjs/express/pull/6513>
- use tilde notation for certain dependencies by @UlisesGascon
<https://github.com/UlisesGascon> in expressjs/express#6905
<https://redirect.github.com/expressjs/express/pull/6905>
- deps: ***@***.*** by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/express#6909
<https://redirect.github.com/expressjs/express/pull/6909>
- deps: use tilde notation for qs by @Phillip9587
<https://github.com/Phillip9587> in expressjs/express#6919
<https://redirect.github.com/expressjs/express/pull/6919>
- Release: 4.22.0 by @UlisesGascon <https://github.com/UlisesGascon>
in expressjs/express#6921
<https://redirect.github.com/expressjs/express/pull/6921>
*Full Changelog*: ***@***.***
<expressjs/express@4.21.2...4.22.0>
Changelog
*Sourced from express's changelog
<https://github.com/expressjs/express/blob/v4.22.1/History.md>.*
4.22.1 / 2025-12-01
- Revert security fix for CVE-2024-51999
<https://www.cve.org/CVERecord?id=CVE-2024-51999> (GHSA-pj86-cfqh-vqx6
<https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6>
)
4.22.0 / 2025-12-01
- Security fix for CVE-2024-51999
<https://www.cve.org/CVERecord?id=CVE-2024-51999> (GHSA-pj86-cfqh-vqx6
<https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6>
)
- deps: use tilde notation for dependencies
- deps: ***@***.***
Commits
- 12fae14
<expressjs/express@12fae14>
4.22.1
- 5ddf311
<expressjs/express@5ddf311>
Revert "sec: security patch for CVE-2024-51999
<https://github.com/advisories/GHSA-pj86-cfqh-vqx6>"
- 49744ab
<expressjs/express@49744ab>
4.22.0 (#6921
<https://redirect.github.com/expressjs/express/issues/6921>)
- 6e97452
<expressjs/express@6e97452>
sec: security patch for CVE-2024-51999
<https://github.com/advisories/GHSA-pj86-cfqh-vqx6>
- 6a23d34
<expressjs/express@6a23d34>
deps: use tilde notation for qs (#6919
<https://redirect.github.com/expressjs/express/issues/6919>)
- 8c12cdf
<expressjs/express@8c12cdf>
deps: ***@***.*** (#6909
<https://redirect.github.com/expressjs/express/issues/6909>)
- 7fea74f
<expressjs/express@7fea74f>
deps: use tilde notation for certain dependencies (#6905
<https://redirect.github.com/expressjs/express/issues/6905>)
- dac7a04
<expressjs/express@dac7a04>
chore: wider range for query test skip (#6513
<https://redirect.github.com/expressjs/express/issues/6513>)
- 997919b
<expressjs/express@997919b>
ci: add node.js 24 to test matrix (#6506
<https://redirect.github.com/expressjs/express/issues/6506>)
- 36fb59c
<expressjs/express@36fb59c>
fix(ci): reorder npm i steps to fix ci for older node versions (#6336
<https://redirect.github.com/expressjs/express/issues/6336>)
- Additional commits viewable in compare view
<expressjs/express@4.21.2...v4.22.1>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/GoogleChrome/samples/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#911
Commit Summary
- 569a1e0
<569a1e0>
Bump qs, body-parser and express in /todo-ai
File Changes
(1 file <https://github.com/GoogleChrome/samples/pull/911/files>)
- *M* todo-ai/package-lock.json
<https://github.com/GoogleChrome/samples/pull/911/files#diff-99cf13d5898ab7c991eab2f5ad4d060c0c9d57a23c5709128049cef66a08cc01>
(363)
Patch Links:
- https://github.com/GoogleChrome/samples/pull/911.patch
- https://github.com/GoogleChrome/samples/pull/911.diff
—
Reply to this email directly, view it on GitHub
<#911>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRUBRDOL66AGGDS5BKIT34EUPA3AVCNFSM6AAAAACQORPZJ2VHI2DSMVQWIX3LMV43ASLTON2WKOZTG43TINRUGQZDIMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
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.
Bumps qs, body-parser and express. These dependencies needed to be updated together.
Updates
qsfrom 6.13.0 to 6.14.1Changelog
Sourced from qs's changelog.
Commits
3fa11a5v6.14.1a626704[Dev Deps] updatenpmignore3086902[Fix] ensure arrayLength applies to[]notation as wellfc7930e[Dev Deps] updateeslint,@ljharb/eslint-config0b06aac[Dev Deps] update@ljharb/eslint-config64951f6[Refactor]parse: extract key segment splitting helpere1bd259[Dev Deps] update@ljharb/eslint-configf4b3d39[eslint] add eslint 9 optional peer dep6e94d95[Dev Deps] updateeslint,@ljharb/eslint-config,npmignore973dc3c[actions] add workflow permissionsUpdates
body-parserfrom 1.20.3 to 1.20.4Release notes
Sourced from body-parser's releases.
Changelog
Sourced from body-parser's changelog.
Commits
7db202c1.20.4 (#672)d8f8adbci: add CodeQL (SAST) (#670)6d133c1chore: remove SECURITY.md (#669)fcd1535deps: use tilde notation and update certain dependencies (#668)ec5fa29deps: qs@~6.14.0 (#664)ffb95c1ci: restore CI for 1.x branch (#665)48a5f07ci: add support for Node.js v23 (#553)f20f6adRemove redundant depth check (#538)Updates
expressfrom 4.21.2 to 4.22.1Release notes
Sourced from express's releases.
Changelog
Sourced from express's changelog.
Commits
12fae144.22.15ddf311Revert "sec: security patch for CVE-2024-51999"49744ab4.22.0 (#6921)6e97452sec: security patch for CVE-2024-519996a23d34deps: use tilde notation forqs(#6919)8c12cdfdeps: qs@6.14.0 (#6909)7fea74fdeps: use tilde notation for certain dependencies (#6905)dac7a04chore: wider range for query test skip (#6513)997919bci: add node.js 24 to test matrix (#6506)36fb59cfix(ci): reordernpm isteps to fix ci for older node versions (#6336)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.