Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps qs to 6.14.1 and updates ancestor dependencies qs, express and cordova. These dependencies need to be updated together.

Updates qs from 6.11.0 to 6.14.1

Changelog

Sourced from qs's changelog.

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)
  • [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

6.13.0

  • [New] parse: add strictDepth option (#511)
  • [Tests] use npm audit instead of aud

6.12.3

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

6.12.2

  • [Fix] parse: parse encoded square brackets (#506)
  • [readme] add CII best practices badge

6.12.1

  • [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior (#501)
  • [Performance] utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)
  • [Refactor] utils: use +=
  • [Tests] increase coverage

6.12.0

... (truncated)

Commits
  • 3fa11a5 v6.14.1
  • a626704 [Dev Deps] update npmignore
  • 3086902 [Fix] ensure arrayLength applies to [] notation as well
  • fc7930e [Dev Deps] update eslint, @ljharb/eslint-config
  • 0b06aac [Dev Deps] update @ljharb/eslint-config
  • 64951f6 [Refactor] parse: extract key segment splitting helper
  • e1bd259 [Dev Deps] update @ljharb/eslint-config
  • f4b3d39 [eslint] add eslint 9 optional peer dep
  • 6e94d95 [Dev Deps] update eslint, @ljharb/eslint-config, npmignore
  • 973dc3c [actions] add workflow permissions
  • Additional commits viewable in compare view

Updates express from 4.19.2 to 4.22.1

Release notes

Sourced from express's 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 has been rejected). The change has been fully reverted in this release.

Full Changelog: expressjs/express@4.22.0...v4.22.1

4.22.0

Important: Security

What's Changed

Full Changelog: expressjs/express@4.21.2...4.22.0

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

... (truncated)

Changelog

Sourced from express's changelog.

4.22.1 / 2025-12-01

4.22.0 / 2025-12-01

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates cordova from 12.0.0 to 13.0.0

Changelog

Sourced from cordova's changelog.

13.0.0 (Nov 23, 2025)

Breaking Changes:

  • GH-678 feat!: bump dependencies & node engine requirement
  • GH-633 feat!: remove telemetry feature
  • GH-672 chore(npm)!: bump various npm packages
  • GH-666 chore!: bump node requirement & npm dependencies
  • GH-642 chore!: Prepare for next major

Fixes:

  • GH-662 fix: bump @​babel/helpers
  • GH-640 fix: remove potential error when setting exit code

Others:

  • GH-679 chore: update release audit workflow & license headers
  • GH-677 chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
  • GH-676 chore(deps): bump glob from 10.4.5 to 10.5.0
  • GH-673 chore: license headers
  • GH-671 chore(deps): bump tmp from 0.2.3 to 0.2.4
  • GH-668 chore(coverage): Move from nyc to c8 for code coverage
  • GH-667 chore(deps): bump on-headers and compression
  • GH-665 chore(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12
  • GH-658 chore(deps): bump systeminformation from 5.22.11 to 5.23.8
  • GH-657 chore(deps): bump path-to-regexp and express
  • GH-654 chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
  • GH-655 chore(ci): Add code scanning & fix dependabot failures
  • GH-646 chore(deps): bump micromatch from 4.0.7 to 4.0.8
  • GH-652 chore(deps): bump cookie and express
  • GH-643 chore: Update dependencies
  • GH-637 chore(deps): bump express from 4.18.2 to 4.19.2
  • GH-639 chore(deps): bump tar from 6.2.0 to 6.2.1
  • GH-641 chore(deps): bump braces from 3.0.2 to 3.0.3
  • GH-635 chore(deps): bump ip from 2.0.0 to 2.0.1
  • GH-631 chore: Rolled dependencies to the latest non-breaking versions
  • GH-670 ci: various workflow improvements
  • GH-669 ci(workflow): update release-audit & license config
  • GH-656 ci: use apache-rat-action@v1 (tag)
  • GH-638 ci: update codecov@v4 w/ token
  • GH-636 ci: update release audit workflow
  • GH-630 ci(gh-action): add Apache RAT & package license checker workflow
  • GH-554 doc(create): update default values
  • GH-428 doc: update README.md
  • GH-616 doc: update & refactor cli reference
Commits
  • 42e4205 release(13.0.0): updated release notes & version (cli-13.0.0)
  • 43e1f13 chore: update release audit workflow & license headers (#679)
  • bcdfedc doc(create): update default values (#554)
  • adc0026 feat!: bump dependencies & node engine requirement (#678)
  • c1daa3d chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#677)
  • 576c4a7 chore(deps): bump glob from 10.4.5 to 10.5.0 (#676)
  • cd54859 chore: license headers (#673)
  • b4c3503 chore(npm)!: bump various npm packages (#672)
  • 51571b4 chore(deps): bump tmp from 0.2.3 to 0.2.4 (#671)
  • 1707938 ci: various workflow improvements (#670)
  • Additional commits viewable in compare view

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.

Bumps [qs](https://github.com/ljharb/qs) to 6.14.1 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [express](https://github.com/expressjs/express) and [cordova](https://github.com/apache/cordova-cli). These dependencies need to be updated together.


Updates `qs` from 6.11.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.0...v6.14.1)

Updates `express` from 4.19.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.19.2...v4.22.1)

Updates `cordova` from 12.0.0 to 13.0.0
- [Changelog](https://github.com/apache/cordova-cli/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-cli@12.0.0...13.0.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
- dependency-name: express
  dependency-version: 4.22.1
  dependency-type: indirect
- dependency-name: cordova
  dependency-version: 13.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 30, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant