-
Notifications
You must be signed in to change notification settings - Fork 0
Bump body-parser from 1.20.1 to 1.20.3 in /BookingWebApi#93
Merged
dependabot[bot] merged 1 commit intodevelopfrom Sep 10, 2024
Merged
Bump body-parser from 1.20.1 to 1.20.3 in /BookingWebApi#93dependabot[bot] merged 1 commit intodevelopfrom
dependabot[bot] merged 1 commit intodevelopfrom
Conversation
Contributor
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
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@ inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@ inigomarquinezin expressjs/body-parser#523- fix: pin to node@22.4.1 by
@ wesleytoddin expressjs/body-parser#527- deps: qs@6.12.3 by
@ melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@ bjohansebasin expressjs/body-parser#531- Linter by
@ UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@ UlisesGasconin expressjs/body-parser#535New Contributors
@ inigomarquinezmade their first contribution in expressjs/body-parser#522@ melikhov-devmade their first contribution in expressjs/body-parser#521@ bjohansebasmade their first contribution in expressjs/body-parser#531@ UlisesGasconmade their first contribution in expressjs/body-parser#534Full 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
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)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
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)ee913741.20.2368a93aFix strict json error message on Node.js 19+- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot showwill show all of the ignore conditions of the specified dependencyignore conditions @dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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]
- [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
Owner
|
@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
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/BookingWebApi/body-parser-1.20.3
branch
September 10, 2024 17:01
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.