Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump body-parser from 1.20.1 to 1.20.3 in /BookingWebApi#93

Merged
dependabot[bot] merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/BookingWebApi/body-parser-1.20.3
Sep 10, 2024
Merged

Bump body-parser from 1.20.1 to 1.20.3 in /BookingWebApi#93
dependabot[bot] merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/BookingWebApi/body-parser-1.20.3

Conversation

Copy link
Contributor

dependabot bot commented on behalf of github Sep 10, 2024

Bumps body-parser from 1.20.1 to 1.20.3.

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: qs@6.13.0
  • 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

1.20.2

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2
Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: qs@6.13.0
  • 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)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: raw-body@2.5.2
Commits
Maintainer changes

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


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 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) from 1.20.1 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.1...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
...

Signed-off-by: dependabot[bot]
dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
Copy link
Owner

MilkaChucky commented Sep 10, 2024 via email

@dependabot squash and merge dependabot[bot] ***@***.***> ezt irta (idopont: 2024. szept. 10., Ke 18:59):
...
This automated pull request fixes a security vulnerability <https://github.com/MilkaChucky/BookingWebApp/security/dependabot/110> (high severity). Learn more about Dependabot security updates <https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>. ------------------------------ Bumps body-parser <https://github.com/expressjs/body-parser> from 1.20.1 to 1.20.3. Release notes *Sourced from body-parser's releases <https://github.com/expressjs/body-parser/releases>.* 1.20.3 What's Changed Important - deps: ***@***.*** - 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 <https://github.com/expressjs/body-parser/blob/17529513673e39ba79886a7ce3363320cf1c0c50/README.md#depth> Other changes - chore: add support for OSSF scorecard reporting by @ inigomarquinez <https://github.com/inigomarquinez> in expressjs/body-parser#522 <https://redirect.github.com/expressjs/body-parser/pull/522> - ci: fix errors in ci github action for node 8 and 9 by @ inigomarquinez <https://github.com/inigomarquinez> in expressjs/body-parser#523 <https://redirect.github.com/expressjs/body-parser/pull/523> - fix: pin to ***@***.*** by @ wesleytodd <https://github.com/wesleytodd> in expressjs/body-parser#527 <https://redirect.github.com/expressjs/body-parser/pull/527> - deps: ***@***.*** by @ melikhov-dev <https://github.com/melikhov-dev> in expressjs/body-parser#521 <https://redirect.github.com/expressjs/body-parser/pull/521> - Add OSSF Scorecard badge by @ bjohansebas <https://github.com/bjohansebas> in expressjs/body-parser#531 <https://redirect.github.com/expressjs/body-parser/pull/531> - Linter by @ UlisesGascon <https://github.com/UlisesGascon> in expressjs/body-parser#534 <https://redirect.github.com/expressjs/body-parser/pull/534> - Release: 1.20.3 by @ UlisesGascon <https://github.com/UlisesGascon> in expressjs/body-parser#535 <https://redirect.github.com/expressjs/body-parser/pull/535> New Contributors - @ inigomarquinez <https://github.com/inigomarquinez> made their first contribution in expressjs/body-parser#522 <https://redirect.github.com/expressjs/body-parser/pull/522> - @ melikhov-dev <https://github.com/melikhov-dev> made their first contribution in expressjs/body-parser#521 <https://redirect.github.com/expressjs/body-parser/pull/521> - @ bjohansebas <https://github.com/bjohansebas> made their first contribution in expressjs/body-parser#531 <https://redirect.github.com/expressjs/body-parser/pull/531> - @ UlisesGascon <https://github.com/UlisesGascon> made their first contribution in expressjs/body-parser#534 <https://redirect.github.com/expressjs/body-parser/pull/534> *Full Changelog*: ***@***.*** <expressjs/body-parser@1.20.2...1.20.3> 1.20.2 - Fix strict json error message on Node.js 19+ - deps: content-type@~1.0.5 - perf: skip value escaping when unnecessary - deps: ***@***.*** Changelog *Sourced from body-parser's changelog <https://github.com/expressjs/body-parser/blob/master/HISTORY.md>.* 1.20.3 / 2024-09-10 - deps: ***@***.*** - 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) 1.20.2 / 2023-02-21 - Fix strict json error message on Node.js 19+ - deps: content-type@~1.0.5 - perf: skip value escaping when unnecessary - deps: ***@***.*** Commits - 1752951 <expressjs/body-parser@1752951> 1.20.3 - 39744cf <expressjs/body-parser@39744cf> chore: linter (#534 <https://redirect.github.com/expressjs/body-parser/issues/534>) - b2695c4 <expressjs/body-parser@b2695c4> Merge commit from fork - ade0f3f <expressjs/body-parser@ade0f3f> add scorecard to readme (#531 <https://redirect.github.com/expressjs/body-parser/issues/531>) - 99a1bd6 <expressjs/body-parser@99a1bd6> deps: ***@***.*** (#521 <https://redirect.github.com/expressjs/body-parser/issues/521>) - 9478591 <expressjs/body-parser@9478591> fix: pin to ***@***.*** - 83db46a <expressjs/body-parser@83db46a> ci: fix errors in ci github action for node 8 and 9 (#523 <https://redirect.github.com/expressjs/body-parser/issues/523>) - 9d4e212 <expressjs/body-parser@9d4e212> chore: add support for OSSF scorecard reporting (#522 <https://redirect.github.com/expressjs/body-parser/issues/522>) - ee91374 <expressjs/body-parser@ee91374> 1.20.2 - 368a93a <expressjs/body-parser@368a93a> Fix strict json error message on Node.js 19+ - Additional commits viewable in compare view <expressjs/body-parser@1.20.1...1.20.3> Maintainer changes This version was pushed to npm by ulisesgascon <https://www.npmjs.com/~ulisesgascon>, a new releaser for body-parser since your current version. [image: Dependabot compatibility score] <https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores> 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 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 <https://github.com/MilkaChucky/BookingWebApp/network/alerts>. ------------------------------ You can view, comment on, or merge this pull request online at: #93 Commit Summary - 6d93720 <6d93720> Bump body-parser from 1.20.1 to 1.20.3 in /BookingWebApi File Changes (2 files <https://github.com/MilkaChucky/BookingWebApp/pull/93/files>) - *M* BookingWebApi/package-lock.json <https://github.com/MilkaChucky/BookingWebApp/pull/93/files#diff-001ad73b33921bce6413acbe4eed6a636bc46564bff32dd9a3186ab3c2b33206> (78) - *M* BookingWebApi/package.json <https://github.com/MilkaChucky/BookingWebApp/pull/93/files#diff-a2fd631012e51a45a7e15aa2979f06212b91eb7f9d34ce9d2e62de4a84a0f7fe> (2) Patch Links: - https://github.com/MilkaChucky/BookingWebApp/pull/93.patch - https://github.com/MilkaChucky/BookingWebApp/pull/93.diff -- Reply to this email directly, view it on GitHub <#93>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AGH6IVFCYYHJ23FGAYRMC6TZV4QOHAVCNFSM6AAAAABN7GCZO6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTOMBQGEZDGMQ> . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
dependabot[bot] reacted with thumbs up emoji

dependabot bot merged commit 688ba71 into develop Sep 10, 2024
dependabot bot deleted the dependabot/npm_and_yarn/BookingWebApi/body-parser-1.20.3 branch September 10, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant