Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the major-updates group with 9 updates:

Package From To
@natlibfi/marc-record 9.1.6 10.0.1
@natlibfi/marc-record-serializers 10.1.6 11.0.1
@natlibfi/melinda-backend-commons 2.3.9 3.0.1
@natlibfi/melinda-rest-api-client 5.4.1 6.0.1
@natlibfi/sru-client 6.0.18 7.0.0
express 4.22.1 5.2.1
@natlibfi/fixura 3.0.14 4.0.0
chai 4.5.0 6.2.2
chai-http 4.4.0 5.1.2

Updates @natlibfi/marc-record from 9.1.6 to 10.0.1

Release notes

Sourced from @​natlibfi/marc-record's releases.

v10.0.1

What's Changed

Full Changelog: NatLibFi/marc-record-js@v10.0.0...v10.0.1

v10.0.0

What's Changed

Full Changelog: NatLibFi/marc-record-js@v9.1.6...v10.0.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/marc-record since your current version.


Updates @natlibfi/marc-record-serializers from 10.1.6 to 11.0.1

Release notes

Sourced from @​natlibfi/marc-record-serializers's releases.

v11.0.1

What's Changed

Full Changelog: NatLibFi/marc-record-serializers@v11.0.0...v11.0.1

v11.0.0

What's Changed

Full Changelog: NatLibFi/marc-record-serializers@v10.1.6...v11.0.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/marc-record-serializers since your current version.


Updates @natlibfi/melinda-backend-commons from 2.3.9 to 3.0.1

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/melinda-backend-commons since your current version.


Updates @natlibfi/melinda-rest-api-client from 5.4.1 to 6.0.1

Release notes

Sourced from @​natlibfi/melinda-rest-api-client's releases.

v6.0.1

What's Changed

Full Changelog: NatLibFi/melinda-rest-api-client-js@v6.0.0...v6.0.1

v6.0.0

What's Changed

Full Changelog: NatLibFi/melinda-rest-api-client-js@v5.4.1...v6.0.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/melinda-rest-api-client since your current version.


Updates @natlibfi/sru-client from 6.0.18 to 7.0.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/sru-client since your current version.


Updates express from 4.22.1 to 5.2.1

Release notes

Sourced from express's releases.

v5.2.1

What's Changed

[!IMPORTANT]
The prior release (5.2.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@v5.2.0...v5.2.1

v5.2.0

Important: Security

What's Changed

... (truncated)

Changelog

Sourced from express's changelog.

5.2.1 / 2025-12-01

  • Revert security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
    • The prior release (5.2.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.

5.2.0 / 2025-12-01

  • Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6)
  • deps: body-parser@^2.2.1
  • A deprecation warning was added when using res.redirect with undefined arguments, Express now emits a warning to help detect calls that pass undefined as the status or URL and make them easier to fix.

5.1.0 / 2025-03-31

  • Add support for Uint8Array in res.send()
  • Add support for ETag option in res.sendFile()
  • Add support for multiple links with the same rel in res.links()
  • Add funding field to package.json
  • perf: use loop for acceptParams
  • refactor: prefix built-in node module imports
  • deps: remove setprototypeof
  • deps: remove safe-buffer
  • deps: remove utils-merge
  • deps: remove methods
  • deps: remove depd
  • deps: debug@^4.4.0
  • deps: body-parser@^2.2.0
  • deps: router@^2.2.0
  • deps: content-type@^1.0.5
  • deps: finalhandler@^2.1.0
  • deps: qs@^6.14.0
  • deps: [email protected]
  • deps: [email protected]

5.0.1 / 2024-10-08

5.0.0 / 2024-09-10

  • remove:
    • path-is-absolute dependency - use path.isAbsolute instead
  • breaking:
    • res.status() accepts only integers, and input must be greater than 99 and less than 1000
      • will throw a RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000. for inputs outside this range
      • will throw a TypeError: Invalid status code: ${code}. Status code must be an integer. for non integer inputs
    • deps: [email protected]

... (truncated)

Commits

Updates @natlibfi/fixura from 3.0.14 to 4.0.0

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​natlibfi/fixura since your current version.


Updates chai from 4.5.0 to 6.2.2

Release notes

Sourced from chai's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

... (truncated)

Commits
  • 814172d chore(deps): update dependency esbuild to v0.27.2 (#1759)
  • b38c22b chore: add legal-comments=none option (#1756)
  • 180d4cc chore(deps): update dependencies to v9.39.2 (#1757)
  • 678cd00 chore(deps): update dependencies (#1755)
  • c8fb100 chore(deps): update dependency prettier to v3.7.3 (#1754)
  • d63c74e chore(deps): update dependency eslint-plugin-jsdoc to v61.4.1 (#1751)
  • 243bf86 fix: avoid BigInt literal in closeTo for runtime compat (#1748)
  • d8b0395 chore(deps): update actions/checkout action to v6 (#1749)
  • 7e1e247 build(deps): bump glob from 10.4.5 to 10.5.0 (#1747)
  • b25e5d8 chore(deps): update dependency eslint-plugin-jsdoc to v61.2.1 (#1746)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for chai since your current version.


Updates chai-http from 4.4.0 to 5.1.2

Release notes

Sourced from chai-http's releases.

5.1.2

What's Changed

New Contributors

Full Changelog: chaijs/chai-http@5.1.1...5.1.2

5.1.1

What's Changed

Full Changelog: chaijs/chai-http@5.1.0...5.1.1

5.1.0

What's Changed

New Contributors

Full Changelog: chaijs/chai-http@5.0.0...5.1.0

5.0.0

What's Changed

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the major-updates group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@natlibfi/marc-record](https://github.com/NatLibFi/marc-record-js) | `9.1.6` | `10.0.1` |
| [@natlibfi/marc-record-serializers](https://github.com/NatLibFi/marc-record-serializers) | `10.1.6` | `11.0.1` |
| [@natlibfi/melinda-backend-commons](https://github.com/NatLibFi/melinda-backend-commons-js) | `2.3.9` | `3.0.1` |
| [@natlibfi/melinda-rest-api-client](https://github.com/NatLibFi/melinda-rest-api-client-js) | `5.4.1` | `6.0.1` |
| [@natlibfi/sru-client](https://github.com/NatLibFi/sru-client-js) | `6.0.18` | `7.0.0` |
| [express](https://github.com/expressjs/express) | `4.22.1` | `5.2.1` |
| [@natlibfi/fixura](https://github.com/NatLibFi/fixura-js) | `3.0.14` | `4.0.0` |
| [chai](https://github.com/chaijs/chai) | `4.5.0` | `6.2.2` |
| [chai-http](https://github.com/chaijs/chai-http) | `4.4.0` | `5.1.2` |


Updates `@natlibfi/marc-record` from 9.1.6 to 10.0.1
- [Release notes](https://github.com/NatLibFi/marc-record-js/releases)
- [Commits](NatLibFi/marc-record-js@v9.1.6...v10.0.1)

Updates `@natlibfi/marc-record-serializers` from 10.1.6 to 11.0.1
- [Release notes](https://github.com/NatLibFi/marc-record-serializers/releases)
- [Commits](NatLibFi/marc-record-serializers@v10.1.6...v11.0.1)

Updates `@natlibfi/melinda-backend-commons` from 2.3.9 to 3.0.1
- [Release notes](https://github.com/NatLibFi/melinda-backend-commons-js/releases)
- [Commits](NatLibFi/melinda-backend-commons-js@v2.3.9...v3.0.1)

Updates `@natlibfi/melinda-rest-api-client` from 5.4.1 to 6.0.1
- [Release notes](https://github.com/NatLibFi/melinda-rest-api-client-js/releases)
- [Commits](NatLibFi/melinda-rest-api-client-js@v5.4.1...v6.0.1)

Updates `@natlibfi/sru-client` from 6.0.18 to 7.0.0
- [Release notes](https://github.com/NatLibFi/sru-client-js/releases)
- [Commits](NatLibFi/sru-client-js@v6.0.18...v7.0.0)

Updates `express` from 4.22.1 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@v4.22.1...v5.2.1)

Updates `@natlibfi/fixura` from 3.0.14 to 4.0.0
- [Release notes](https://github.com/NatLibFi/fixura-js/releases)
- [Commits](NatLibFi/fixura-js@v3.0.14...v4.0.0)

Updates `chai` from 4.5.0 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.5.0...v6.2.2)

Updates `chai-http` from 4.4.0 to 5.1.2
- [Release notes](https://github.com/chaijs/chai-http/releases)
- [Changelog](https://github.com/chaijs/chai-http/blob/main/History.md)
- [Commits](chaijs/chai-http@4.4.0...5.1.2)

---
updated-dependencies:
- dependency-name: "@natlibfi/marc-record"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@natlibfi/marc-record-serializers"
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@natlibfi/melinda-backend-commons"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@natlibfi/melinda-rest-api-client"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@natlibfi/sru-client"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@natlibfi/fixura"
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: chai-http
  dependency-version: 5.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 17:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
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