Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump body-parser, @nestjs/platform-express and nest-shared #424

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps body-parser to 1.20.3 and updates ancestor dependencies body-parser, @nestjs/platform-express and nest-shared. These dependencies need to be updated together.

Updates body-parser from 1.20.2 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: [email protected]
  • 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). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: [email protected]
  • 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)
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates @nestjs/platform-express from 10.2.8 to 10.4.3

Release notes

Sourced from @​nestjs/platform-express's releases.

v10.4.2 (2024-09-16)

Dependencies

Committers: 3

v10.3.10 (2024-07-01)

Bug fixes

Enhancements

  • platform-fastify

Dependencies

... (truncated)

Commits

Updates nest-shared from 5.0.3 to 5.0.6

Release notes

Sourced from nest-shared's releases.

v5.0.6

Full Changelog: hebertcisco/nest-shared@v5.0.5...v5.0.6

v5.0.5

What's Changed

Full Changelog: hebertcisco/nest-shared@v5.0.4...v5.0.5

v5.0.4

What's Changed

Full Changelog: hebertcisco/nest-shared@v5.0.3...v5.0.4

Commits
  • a851117 v5.0.6
  • a987a2b chore: Update dependencies
  • 1eb6c72 🔧 chore: Updated package-lock.json
  • 37d9e30 v5.0.5
  • 4cf3b36 🔧 chore: Updated package-lock.json
  • 97001c7 Merge pull request #85 from hebertcisco/dependabot/npm_and_yarn/braces-3.0.3
  • 027b3d5 build(deps-dev): bump braces from 3.0.2 to 3.0.3
  • a41a031 🔧 chore: Updated package-lock.json
  • f23c3f7 Merge pull request #83 from hebertcisco/dependabot/npm_and_yarn/examples/nest...
  • 1cced12 build(deps): bump express
  • 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 [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) and [nest-shared](https://github.com/hebertcisco/nest-shared). 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 `@nestjs/platform-express` from 10.2.8 to 10.4.3
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.3/packages/platform-express)

Updates `nest-shared` from 5.0.3 to 5.0.6
- [Release notes](https://github.com/hebertcisco/nest-shared/releases)
- [Changelog](https://github.com/hebertcisco/nest-shared/blob/main/.releaserc.json)
- [Commits](hebertcisco/nest-shared@v5.0.3...v5.0.6)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: nest-shared
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.60%. Comparing base (bf32b95) to head (5ddbdc4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #424   +/-   ##
=======================================
  Coverage   27.60%   27.60%           
=======================================
  Files           9        9           
  Lines         163      163           
  Branches       49       49           
=======================================
  Hits           45       45           
  Misses        118      118           
Flag Coverage Δ
27.60% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hebertcisco hebertcisco merged commit ee5c288 into main Sep 22, 2024
5 checks passed
@hebertcisco hebertcisco deleted the dependabot/npm_and_yarn/multi-81423dd366 branch September 22, 2024 21:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant