-
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 and express #20
Closed
Closed
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) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `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) Updates `express` from 4.17.1 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.17.1...4.21.0) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 12, 2024
@dependabot rebase
…On Thursday, September 12th, 2024 at 11:40, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a [security vulnerability](https://github.com/reposman33/giphiesViewer/security/dependabot/200) (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) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates 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.
Updates express from 4.17.1 to 4.21.0
Release notes
Sourced from [express's releases](https://github.com/expressjs/express/releases).
> 4.21.0
>
> What's Changed
>
> - Deprecate "back" magic string in redirects by [@blakeembrey](https://github.com/blakeembrey) in [expressjs/express#5935](https://redirect.github.com/expressjs/express/pull/5935)
> - ***@***.*** by [@wesleytodd](https://github.com/wesleytodd) in [expressjs/express#5954](https://redirect.github.com/expressjs/express/pull/5954)
> - fix(deps): ***@***.*** by [@wesleytodd](https://github.com/wesleytodd) in [expressjs/express#5951](https://redirect.github.com/expressjs/express/pull/5951)
> - Upgraded dependency qs to 6.13.0 to match qs in body-parser by [@agadzinski93](https://github.com/agadzinski93) in [expressjs/express#5946](https://redirect.github.com/expressjs/express/pull/5946)
>
> New Contributors
>
> - [@agadzinski93](https://github.com/agadzinski93) made their first contribution in [expressjs/express#5946](https://redirect.github.com/expressjs/express/pull/5946)
>
> Full Changelog: ***@***.***(expressjs/express@4.20.0...4.21.0)
>
> 4.20.0
>
> What's Changed
>
> Important
>
> - IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
> - Remove link renderization in html while using res.redirect
>
> Other Changes
>
> - 4.19.2 Staging by [@wesleytodd](https://github.com/wesleytodd) in [expressjs/express#5561](https://redirect.github.com/expressjs/express/pull/5561)
> - remove duplicate location test for data uri by [@wesleytodd](https://github.com/wesleytodd) in [expressjs/express#5562](https://redirect.github.com/expressjs/express/pull/5562)
> - feat: document beta releases expectations by [@marco-ippolito](https://github.com/marco-ippolito) in [expressjs/express#5565](https://redirect.github.com/expressjs/express/pull/5565)
> - Cut down on duplicated CI runs by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5564](https://redirect.github.com/expressjs/express/pull/5564)
> - Add a Threat Model by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5526](https://redirect.github.com/expressjs/express/pull/5526)
> - Assign captain of encodeurl by [@blakeembrey](https://github.com/blakeembrey) in [expressjs/express#5579](https://redirect.github.com/expressjs/express/pull/5579)
> - Nominate jonchurch as repo captain for http-errors, expressjs.com, morgan, cors, body-parser by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5587](https://redirect.github.com/expressjs/express/pull/5587)
> - docs: update Security.md by [@inigomarquinez](https://github.com/inigomarquinez) in [expressjs/express#5590](https://redirect.github.com/expressjs/express/pull/5590)
> - docs: update triage nomination policy by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5600](https://redirect.github.com/expressjs/express/pull/5600)
> - Add CodeQL (SAST) by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5433](https://redirect.github.com/expressjs/express/pull/5433)
> - docs: add UlisesGascon as triage initiative captain by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5605](https://redirect.github.com/expressjs/express/pull/5605)
> - deps: encodeurl@~2.0.0 by [@blakeembrey](https://github.com/blakeembrey) in [expressjs/express#5569](https://redirect.github.com/expressjs/express/pull/5569)
> - skip QUERY method test by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5628](https://redirect.github.com/expressjs/express/pull/5628)
> - ignore ETAG query test on 21 and 22, reuse skip util by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5639](https://redirect.github.com/expressjs/express/pull/5639)
> - add support ***@***.*** in the CI by [@mertcanaltin](https://github.com/mertcanaltin) in [expressjs/express#5627](https://redirect.github.com/expressjs/express/pull/5627)
> - doc: add table of contents, tc/triager lists to readme by [@mertcanaltin](https://github.com/mertcanaltin) in [expressjs/express#5619](https://redirect.github.com/expressjs/express/pull/5619)
> - List and sort all projects, add captains by [@blakeembrey](https://github.com/blakeembrey) in [expressjs/express#5653](https://redirect.github.com/expressjs/express/pull/5653)
> - docs: add [@UlisesGascon](https://github.com/UlisesGascon) as captain for cookie-parser by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5666](https://redirect.github.com/expressjs/express/pull/5666)
> - ✨ bring back query tests for node 21 by [@ctcpip](https://github.com/ctcpip) in [expressjs/express#5690](https://redirect.github.com/expressjs/express/pull/5690)
> - [v4] Deprecate res.clearCookie accepting options.maxAge and options.expires by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5672](https://redirect.github.com/expressjs/express/pull/5672)
> - skip QUERY tests for Node 21 only, still not supported by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5695](https://redirect.github.com/expressjs/express/pull/5695)
> - 📝 update people, add ctcpip to TC by [@ctcpip](https://github.com/ctcpip) in [expressjs/express#5683](https://redirect.github.com/expressjs/express/pull/5683)
> - remove minor version pinning from ci by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5722](https://redirect.github.com/expressjs/express/pull/5722)
> - Fix link variable use in attribution section of CODE OF CONDUCT by [@IamLizu](https://github.com/IamLizu) in [expressjs/express#5762](https://redirect.github.com/expressjs/express/pull/5762)
> - Replace Appveyor windows testing with GHA by [@jonchurch](https://github.com/jonchurch) in [expressjs/express#5599](https://redirect.github.com/expressjs/express/pull/5599)
> - Add OSSF Scorecard badge by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5436](https://redirect.github.com/expressjs/express/pull/5436)
> - update scorecard link by [@bjohansebas](https://github.com/bjohansebas) in [expressjs/express#5814](https://redirect.github.com/expressjs/express/pull/5814)
> - Nominate [@IamLizu](https://github.com/IamLizu) to the triage team by [@UlisesGascon](https://github.com/UlisesGascon) in [expressjs/express#5836](https://redirect.github.com/expressjs/express/pull/5836)
> - deps: ***@***.*** by [@blakeembrey](https://github.com/blakeembrey) in [expressjs/express#5603](https://redirect.github.com/expressjs/express/pull/5603)
... (truncated)
Changelog
Sourced from [express's changelog](https://github.com/expressjs/express/blob/4.21.0/History.md).
> 4.21.0 / 2024-09-11
>
> - Deprecate res.location("back") and res.redirect("back") magic string
> - deps: ***@***.***
>
> - includes ***@***.***
>
> - deps: ***@***.***
> - deps: ***@***.***
>
> 4.20.0 / 2024-09-10
>
> - deps: ***@***.***
>
> - Remove link renderization in html while redirecting
>
> - deps: ***@***.***
>
> - Remove link renderization in html while redirecting
>
> - 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)
>
> - Remove link renderization in html while using res.redirect
> - deps: ***@***.***
>
> - Adds support for named matching groups in the routes using a regex
> - Adds backtracking protection to parameters without regexes defined
>
> - deps: encodeurl@~2.0.0
>
> - Removes encoding of \, |, and ^ to align better with URL spec
>
> - Deprecate passing options.maxAge and options.expires to res.clearCookie
>
> - Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
>
> 4.19.2 / 2024-03-25
>
> - Improved fix for open redirect allow list bypass
>
> 4.19.1 / 2024-03-20
>
> - Allow passing non-strings to res.location with new encoding handling checks
>
> 4.19.0 / 2024-03-20
>
> - Prevent open redirect allow list bypass due to encodeurl
> - deps: ***@***.***
>
> 4.18.3 / 2024-02-29
>
> - Fix routing requests without method
> - deps: ***@***.***
>
> - Fix strict json error message on Node.js 19+
> - deps: content-type@~1.0.5
... (truncated)
Commits
- [7e562c6](expressjs/express@7e562c6) 4.21.0
- [1bcde96](expressjs/express@1bcde96) fix(deps): ***@***.*** ([#5946](https://redirect.github.com/expressjs/express/issues/5946))
- [7d36477](expressjs/express@7d36477) fix(deps): ***@***.*** ([#5951](https://redirect.github.com/expressjs/express/issues/5951))
- [40d2d8f](expressjs/express@40d2d8f) fix(deps): ***@***.***
- [77ada90](expressjs/express@77ada90) Deprecate "back" magic string in redirects ([#5935](https://redirect.github.com/expressjs/express/issues/5935))
- [21df421](expressjs/express@21df421) 4.20.0
- [4c9ddc1](expressjs/express@4c9ddc1) feat: upgrade to ***@***.***
- [9ebe5d5](expressjs/express@9ebe5d5) feat: upgrade to ***@***.*** ([#5928](https://redirect.github.com/expressjs/express/issues/5928))
- [ec4a01b](expressjs/express@ec4a01b) feat: upgrade to ***@***.*** ([#5926](https://redirect.github.com/expressjs/express/issues/5926))
- [54271f6](expressjs/express@54271f6) fix: don't render redirect values in anchor href
- Additional commits viewable in [compare view](expressjs/express@4.17.1...4.21.0)
Maintainer changes
This version was pushed to npm by [wesleytodd](https://www.npmjs.com/~wesleytodd), a new releaser for express 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](https://github.com/reposman33/giphiesViewer/network/alerts).
---------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#20
Commit Summary
- [ee0ae80](ee0ae80) Bump body-parser and express
File Changes
([2 files](https://github.com/reposman33/giphiesViewer/pull/20/files))
- M [package-lock.json](https://github.com/reposman33/giphiesViewer/pull/20/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519) (691)
- M [yarn.lock](https://github.com/reposman33/giphiesViewer/pull/20/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de) (428)
Patch Links:
- https://github.com/reposman33/giphiesViewer/pull/20.patch
- https://github.com/reposman33/giphiesViewer/pull/20.diff
—
Reply to this email directly, [view it on GitHub](#20), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAYNOZV7B4RWDEUVDNHW5XTZWFOQZAVCNFSM6AAAAABOCZGTLCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDCOBYGM4DENA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Superseded by #26. |
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 and express. These dependencies needed to be updated together.
Updates
body-parser
from 1.19.0 to 1.20.3Release 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: qs@6.12.3 (#521)9478591
fix: pin to node@22.4.183db46a
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.
Updates
express
from 4.17.1 to 4.21.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
7e562c6
4.21.01bcde96
fix(deps): qs@6.13.0 (#5946)7d36477
fix(deps): serve-static@1.16.2 (#5951)40d2d8f
fix(deps): finalhandler@1.3.177ada90
Deprecate"back"
magic string in redirects (#5935)21df421
4.20.04c9ddc1
feat: upgrade to serve-static@0.16.09ebe5d5
feat: upgrade to send@0.19.0 (#5928)ec4a01b
feat: upgrade to body-parser@1.20.3 (#5926)54271f6
fix: 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.
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.