chore(deps): bump body-parser, express, @nestjs/core, @nestjs/microservices, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing#359
Open
dependabot[bot] wants to merge 1 commit intodevfrom
Conversation
…rvices, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/swagger](https://github.com/nestjs/swagger) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together. Updates `body-parser` from 1.20.2 to 1.20.3 - [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.2...1.20.3) Updates `express` from 4.18.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.18.2...4.21.0) Updates `@nestjs/core` from 9.4.0 to 10.4.2 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/core) Updates `@nestjs/microservices` from 9.4.0 to 10.4.2 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/microservices) Updates `@nestjs/platform-express` from 9.4.0 to 10.4.2 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/platform-express) Updates `@nestjs/swagger` from 6.3.0 to 7.4.1 - [Release notes](https://github.com/nestjs/swagger/releases) - [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json) - [Commits](nestjs/swagger@6.3.0...7.4.1) Updates `@nestjs/testing` from 9.4.0 to 10.4.2 - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v10.4.2/packages/testing) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect - dependency-name: express dependency-type: indirect - dependency-name: "@nestjs/core" dependency-type: direct:production - dependency-name: "@nestjs/microservices" dependency-type: direct:production - dependency-name: "@nestjs/platform-express" dependency-type: direct:production - dependency-name: "@nestjs/swagger" dependency-type: direct:production - dependency-name: "@nestjs/testing" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 body-parser to 1.20.3 and updates ancestor dependencies body-parser, express, @nestjs/core, @nestjs/microservices, @nestjs/platform-express, @nestjs/swagger and @nestjs/testing. These dependencies need to be updated together.
Updates
body-parserfrom 1.20.2 to 1.20.3Release notes
Sourced from body-parser's releases.
Changelog
Sourced from body-parser's changelog.
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: qs@6.12.3 (#521)9478591fix: pin to node@22.4.183db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates
expressfrom 4.18.2 to 4.21.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
7e562c64.21.01bcde96fix(deps): qs@6.13.0 (#5946)7d36477fix(deps): serve-static@1.16.2 (#5951)40d2d8ffix(deps): finalhandler@1.3.177ada90Deprecate"back"magic string in redirects (#5935)21df4214.20.04c9ddc1feat: upgrade to serve-static@0.16.09ebe5d5feat: upgrade to send@0.19.0 (#5928)ec4a01bfeat: upgrade to body-parser@1.20.3 (#5926)54271f6fix: don't render redirect values in anchor hrefMaintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
@nestjs/corefrom 9.4.0 to 10.4.2Release notes
Sourced from
@nestjs/core's releases.... (truncated)
Commits
696b441chore(@nestjs) publish v10.4.2 releasefff4b96chore(deps): bump tslib from 2.6.3 to 2.7.0e0d2ba6chore(core,express,fastify): fix deps with security issues8b4af57chore: fix some comments67f32e8chore(@nestjs) publish v10.4.1 release6f624d1chore: update readme5bcd024chore(@nestjs) publish v10.4.0 release821b080fix(core): unhandled promise rejection in interceptors consumerb59d5acchore(@nestjs) publish v10.3.10 release284f437docs: update readmeUpdates
@nestjs/microservicesfrom 9.4.0 to 10.4.2Release notes
Sourced from
@nestjs/microservices's releases.... (truncated)
Commits
696b441chore(@nestjs) publish v10.4.2 releasefff4b96chore(deps): bump tslib from 2.6.3 to 2.7.067f32e8chore(@nestjs) publish v10.4.1 release6f624d1chore: update readme0c84c7etest: update client unit tests, add cleanup1b8e328fix(microservices): hold nats client connection promise ref #138805bcd024chore(@nestjs) publish v10.4.0 releaseccfa23eMerge pull request #13731 from JadenKim-dev/grpc-package-nameb59d5acchore(@nestjs) publish v10.3.10 release284f437docs: update readmeUpdates
@nestjs/platform-expressfrom 9.4.0 to 10.4.2Release notes
Sourced from
@nestjs/platform-express's releases.... (truncated)
Commits
696b441chore(@nestjs) publish v10.4.2 releasefff4b96chore(deps): bump tslib from 2.6.3 to 2.7.0e0d2ba6chore(core,express,fastify): fix deps with security issues67f32e8chore(@nestjs) publish v10.4.1 release6f624d1chore: update readme5bcd024chore(@nestjs) publish v10.4.0 releaseb59d5acchore(@nestjs) publish v10.3.10 release284f437docs: update readme99d31e3chore(deps): bump tslib from 2.6.2 to 2.6.3013dbd3chore: update readmesUpdates
@nestjs/swaggerfrom 6.3.0 to 7.4.1Release notes
Sourced from
@nestjs/swagger's releases.... (truncated)
Commits
14f6521chore(): release v7.4.1057e560Merge pull request #3071 from nestjs/renovate/npm-path-to-regexp-vulnerability7721ad5chore(deps): update dependency@types/jestto v29.5.13ba963e1chore(deps): update dependency husky to v9.1.60c1e756fix(deps): update dependency path-to-regexp to v3.3.0 [security]4e13bb0chore(deps): update commitlint monorepo to v19.5.0df76aa1chore(deps): update dependency express to v4.20.0f5f1b02chore(deps): update typescript-eslint monorepo to v8.5.0d1a3da6chore(deps): update dependency@types/nodeto v20.16.5f7098cechore(deps): update dependency@types/nodeto v20.16.4Updates
@nestjs/testingfrom 9.4.0 to 10.4.2Release notes
Sourced from
@nestjs/testing's releases.... (truncated)
Commits
696b441chore(@nestjs) publish v10.4.2 releasefff4b96chore(deps): bump tslib from 2.6.3 to 2.7.067f32e8chore(@nestjs) publish v10.4.1 release6f624d1chore: update readme5bcd024chore(@nestjs) publish v10.4.0 releaseb59d5acchore(@nestjs) publish v10.3.10 release284f437docs: update readme99d31e3chore(deps): bump tslib from 2.6.2 to 2.6.3013dbd3chore: update readmesfcd2c58chore(@nestjs) publish v10.3.9 releaseDependabot 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-au...
Description has been truncated