Skip to content

chore(deps): Bump the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates#249

Merged
edenreich merged 1 commit intomainfrom
dependabot/npm_and_yarn/examples/docker-compose/mcp/pizza-server/examples-npm-62ae8c0a9c
Mar 5, 2026
Merged

chore(deps): Bump the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates#249
edenreich merged 1 commit intomainfrom
dependabot/npm_and_yarn/examples/docker-compose/mcp/pizza-server/examples-npm-62ae8c0a9c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates: @modelcontextprotocol/sdk, express, @types/express and @types/node.

Updates @modelcontextprotocol/sdk from 1.26.0 to 1.27.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

v1.27.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.27.0...v1.27.1

v1.27.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.0

Commits
  • 4faa8c8 chore: bump version to 1.27.1 (#1581)
  • 09a85a8 fix: call onerror for silently swallowed transport errors (#1580)
  • e79d14a fix: prevent command injection in example URL opening (v1.x backport) (#1579)
  • 342ea39 docs: comprehensive feature documentation for SEP-1730 Tier 1 (#1548)
  • 2084a22 docs: add governance documentation for SEP-1730 (#1547)
  • f2d2145 feat: implement auth/pre-registration conformance scenario (#1545)
  • 8cbc658 chore: bump version for v1.27.0 (#1541)
  • 5c16ae3 [v1.x] feat(tasks): add streaming methods for elicitation and sampling (#1528)
  • 97ab379 feat: add url property to RequestInfo interface (#1353)
  • 825e9ab feat: backport discoverOAuthServerInfo() and discovery caching to v1.x (#1533)
  • Additional commits viewable in compare view

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: server-static@2.2.0
  • deps: type-is@2.0.1

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: send@1.0.0

... (truncated)

Commits

Updates @types/express from 4.17.25 to 5.0.6

Commits

Updates @types/express from 4.17.25 to 5.0.6

Commits

Updates @types/node from 20.19.27 to 25.3.3

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 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 examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk), [express](https://github.com/expressjs/express), [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@modelcontextprotocol/sdk` from 1.26.0 to 1.27.1
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.26.0...v1.27.1)

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 `@types/express` from 4.17.25 to 5.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `@types/express` from 4.17.25 to 5.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `@types/node` from 20.19.27 to 25.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-npm
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: examples-npm
- dependency-name: "@types/express"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-npm
- dependency-name: "@types/express"
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-npm
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: examples-npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2026

Assignees

The following users could not be added as assignees: @inference-gateway/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: examples, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@infer-bot
Copy link
Copy Markdown

infer-bot bot commented Mar 5, 2026

Agent Plan

I'll be working on updating the dependencies in the pizza-server example as requested in issue #249. Here's my plan:

  • Examine the repository structure and locate the package.json file
  • Update package.json with the new dependency versions:
    • @modelcontextprotocol/sdk from 1.26.0 to 1.27.1
    • express from 4.22.1 to 5.2.1
    • @types/express from 4.17.21 to 5.0.6
    • @types/node from 20.10.0 to 25.3.3
  • Test if the application still builds and runs correctly
  • Create a pull request with the changes
  • Update this comment with final results and PR link

✅ Task Completed Successfully

Summary of Changes:

  1. Updated package.json with all new dependency versions as specified in issue chore(deps): Bump the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates #249
  2. Removed outdated package-lock.json file (will be regenerated on npm install)
  3. Created pull request chore(deps): update pizza-server dependencies #251 with the changes

Pull Request: #251 - chore(deps): update pizza-server dependencies

Compatibility Check: The existing TypeScript code has been reviewed and appears compatible with Express 5. The code uses standard Express APIs that remain unchanged between v4 and v5.

The PR is now ready for review and merging. All dependencies have been successfully updated as requested.

infer-bot bot pushed a commit that referenced this pull request Mar 5, 2026
- Update @modelcontextprotocol/sdk from 1.26.0 to 1.27.1
- Update express from 4.22.1 to 5.2.1
- Update @types/express from 4.17.21 to 5.0.6
- Update @types/node from 20.10.0 to 25.3.3
- Remove outdated package-lock.json

Resolves #249
@edenreich edenreich changed the title chore(deps)(deps): Bump the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates chore(deps): Bump the examples-npm group in /examples/docker-compose/mcp/pizza-server with 4 updates Mar 5, 2026
@edenreich edenreich merged commit 42ae2f5 into main Mar 5, 2026
1 check passed
@edenreich edenreich deleted the dependabot/npm_and_yarn/examples/docker-compose/mcp/pizza-server/examples-npm-62ae8c0a9c branch March 5, 2026 10:06
ig-semantic-release-bot bot added a commit that referenced this pull request Mar 5, 2026
## [0.23.3](v0.23.2...v0.23.3) (2026-03-05)

### ♻️ Improvements

* Remove deprecated web UI ([#233](#233)) ([1738332](1738332))

### 🔧 Miscellaneous

* **deps)(deps:** Bump go.opentelemetry.io/otel/sdk ([#242](#242)) ([5660f71](5660f71))
* **deps:** Bump @hono/node-server ([#245](#245)) ([379e1b9](379e1b9))
* **deps:** Bump @modelcontextprotocol/sdk ([#235](#235)) ([987087e](987087e))
* **deps:** Bump ajv in /examples/docker-compose/mcp/pizza-server ([#240](#240)) ([9a24b04](9a24b04))
* **deps:** bump dev tool and CI action versions ([#247](#247)) ([0deb374](0deb374))
* **deps:** Bump hono in /examples/docker-compose/mcp/pizza-server ([#234](#234)) ([ad5bd93](ad5bd93))
* **deps:** Bump hono in /examples/docker-compose/mcp/pizza-server ([#239](#239)) ([289f2d1](289f2d1))
* **deps:** Bump hono in /examples/docker-compose/mcp/pizza-server ([#241](#241)) ([bdfb283](bdfb283))
* **deps:** Bump hono in /examples/docker-compose/mcp/pizza-server ([#244](#244)) ([cbad88f](cbad88f))
* **deps:** Bump qs in /examples/docker-compose/mcp/pizza-server ([#238](#238)) ([df33864](df33864))
* **deps:** Bump the examples-go group across 7 directories with 5 updates ([#250](#250)) ([11f16ec](11f16ec))
* **deps:** Bump the examples-npm group ([#249](#249)) ([42ae2f5](42ae2f5))
* **deps:** Reduce dependabot noise for examples dependencies ([#248](#248)) ([0611eaa](0611eaa))
@ig-semantic-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.23.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant