Skip to content

Commit 8392117

Browse files
chore(deps): bump body-parser to latest across mastra lockfiles (#497)
## Pull Request Checklist Please ensure that your PR meets the following requirements: - [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guide. - [ ] I have updated the documentation (if applicable). -- N/A - [x] My code follows the style guidelines of this project. - [x] I have performed a self-review of my own code. - [ ] I have added tests that prove my fix is effective or that my feature works. -- N/A as this is a dependency bump - [x] New and existing unit tests pass locally with my changes. ## Description `body-parser` was outdated as a transitive dependency (pulled in via `@mastra/core` → `@a2a-js/sdk`/`@modelcontextprotocol/sdk`) in two npm lockfiles: `packages/mastra-moss/package-lock.json` and `examples/cookbook/mastra/package-lock.json`. Ran `npm update body-parser` in both to advance it to the newest versions allowed by the existing dependency ranges: - `2.2.2` → `2.3.0` (top-level, required by `@a2a-js/sdk` and the nested `express@5` from `@modelcontextprotocol/sdk`) - `1.20.5` → `1.20.6` (nested under `express@4.22.2`, still within express's own pinned `~1.20.5` range) No `package.json` changes were needed since `body-parsern either project. Verified typecheck and test suite passfor `packages/mastra-moss`, and confirmed no new `npm audit` vulnerabilities were introduced. Fixes #472 ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functi - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/usemoss/moss/pull/497?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
1 parent 441d388 commit 8392117

2 files changed

Lines changed: 73 additions & 29 deletions

File tree

examples/cookbook/mastra/package-lock.json

Lines changed: 47 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mastra-moss/package-lock.json

Lines changed: 26 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)