-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump body-parser from 1.19.0 to 1.20.3 in /BookingWebApp #96
Merged
dependabot
merged 1 commit into
develop
from
dependabot/npm_and_yarn/BookingWebApp/body-parser-1.20.3
Sep 17, 2024
Merged
Bump body-parser from 1.19.0 to 1.20.3 in /BookingWebApp #96
dependabot
merged 1 commit into
develop
from
dependabot/npm_and_yarn/BookingWebApp/body-parser-1.20.3
Sep 17, 2024
Conversation
This file contains 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
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 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.19.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 17, 2024
@dependabot squash and merge
dependabot[bot] ***@***.***> ezt írta (időpont: 2024. szept.
17., Ke 12:46):
… This automated pull request fixes a security vulnerability
<https://github.com/MilkaChucky/BookingWebApp/security/dependabot/111>
(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.19.0
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: ***@***.***
1.20.1
- deps: ***@***.***
- perf: remove unnecessary object clone
1.20.0
- Fix error message for json parse whitespace in strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: ***@***.***
- Replace internal eval usage with Function constructor
- Use instance methods on process to check for listeners
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
... (truncated)
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: ***@***.***
1.20.1 / 2022-10-06
- deps: ***@***.***
- perf: remove unnecessary object clone
1.20.0 / 2022-04-02
- Fix error message for json parse whitespace in strict
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: ***@***.***
- Replace internal eval usage with Function constructor
- Use instance methods on process to check for listeners
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
- deps: ***@***.***
1.19.2 / 2022-02-15
- deps: ***@***.***
- deps: ***@***.***
- Fix handling of __proto__ keys
- deps: ***@***.***
- deps: ***@***.***
1.19.1 / 2021-12-10
... (truncated)
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.19.0...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 <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
<https://github.com/MilkaChucky/BookingWebApp/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#96
Commit Summary
- 59b90be
<59b90be>
Bump body-parser from 1.19.0 to 1.20.3 in /BookingWebApp
File Changes
(1 file <https://github.com/MilkaChucky/BookingWebApp/pull/96/files>)
- *M* BookingWebApp/package-lock.json
<https://github.com/MilkaChucky/BookingWebApp/pull/96/files#diff-05b53782cb55a5306d3fd1118647edfd2b5da5761e77041bbebd322fc289fb52>
(215)
Patch Links:
- https://github.com/MilkaChucky/BookingWebApp/pull/96.patch
- https://github.com/MilkaChucky/BookingWebApp/pull/96.diff
—
Reply to this email directly, view it on GitHub
<#96>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGH6IVGEZ74M2TXCJWMROWTZXACA3AVCNFSM6AAAAABOLFX7SSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZTAOBQGQ2TENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/BookingWebApp/body-parser-1.20.3
branch
September 17, 2024 10:49
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 from 1.19.0 to 1.20.3.
Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
... (truncated)
Commits
1752951
1.20.339744cf
chore: linter (#534)b2695c4
Merge commit from forkade0f3f
add scorecard to readme (#531)99a1bd6
deps: [email protected] (#521)9478591
fix: pin to [email protected]83db46a
ci: fix errors in ci github action for node 8 and 9 (#523)9d4e212
chore: add support for OSSF scorecard reporting (#522)ee91374
1.20.2368a93a
Fix strict json error message on Node.js 19+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 <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.