Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| body-parser | 1.20.0 |
1.20.3 |
| express | 4.18.1 |
4.21.2 |
| braces | 3.0.2 |
3.0.3 |
| cookie | 0.3.1 |
0.7.1 |
| @lhci/cli | 0.10.0 |
0.15.1 |
| ip | 1.1.5 |
removed |
| @open-wc/testing | 3.1.6 |
3.2.2 |
| @web/test-runner | 0.14.0 |
0.20.2 |
Updates body-parser from 1.20.0 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: [email protected]
- 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 [email protected] by
@wesleytoddin expressjs/body-parser#527- deps: [email protected] 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: https://github.com/expressjs/body-parser/compare/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: [email protected]
1.20.1
- deps: [email protected]
- perf: remove unnecessary object clone
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: [email protected]
- 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: [email protected]
1.20.1 / 2022-10-06
- deps: [email protected]
- perf: remove unnecessary object clone
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: [email protected] (#521)9478591fix: pin to [email protected]83db46aci: 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.
Updates express from 4.18.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: [email protected] by
@blakeembreyin expressjs/express#5956- deps: bump [email protected] by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: [email protected]
- Fix backtracking protection
- deps: [email protected]
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")andres.redirect("back")magic string- deps: [email protected]
- includes [email protected]
- deps: [email protected]
- deps: [email protected]
4.20.0 / 2024-09-10
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirect- deps: [email protected]
- 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.maxAgeandoptions.expirestores.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
... (truncated)
Commits
1faf2284.21.22e0fb64deps: bump [email protected] (#6209)59fc270deps: [email protected] (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): [email protected]7e562c64.21.01bcde96fix(deps): [email protected] (#5946)7d36477fix(deps): [email protected] (#5951)40d2d8ffix(deps): [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates cookie from 0.3.1 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
0.4.1
- Fix
maxAgeoption to reject invalid values0.4.0
- Add
SameSite=Nonesupport
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates @lhci/cli from 0.10.0 to 0.15.1
Release notes
Sourced from @lhci/cli's releases.
v0.15.1
What's Changed
- fix: use viewer origin as string instead of object by
@akhilbvin GoogleChrome/lighthouse-ci#1109New Contributors
@akhilbvmade their first contribution in GoogleChrome/lighthouse-ci#1109Full Changelog: https://github.com/GoogleChrome/lighthouse-ci/compare/v0.15.0...v0.15.1
v0.15.0
v0.15.0 (2025-06-09)
- feat: upgrade to lighthouse 12.6.1 (#1103) (6b3b50e), closes #1103
- feat(cli): change wizard default branch to main (#1069) (d04aba1), closes #1069
- feat(server): configure viewer origin from args (#1004) (f6f80cb), closes #1004
- fix(cli): improve filename sanitization for hash routes (#1084) (e83b2f6), closes #1084
- fix(cli): don't mutate collect.settings (#1068) (55ae4a5), closes #1068
- fix(cli): assert - destructure lhr from options (#1062) (2cb0d07), closes #1062
- fix(cli): respect collect puppeteerLaunchOptions.headless (#1051) (03eff8f), closes #1051
- docs: added actions-lighthouseci-compare (#1054) (de45968), closes #1054
- docs: update link to default lighthouse config (#1091) (c200e07), closes #1091
- docs: update GitHub Actions versions in README.md (#1086) (3cac9eb), closes #1086
- chore: update docker images with latest version (5e7be65)
- chore: bump lhci references to 0.14 (#1050) (82b272c), closes #1050
- chore: update versions in heroku-server recipe (#1078) (ef83477), closes #1078
- chore: Heroku Postgres Hobby plan doesn't exist anymore (#1077) (115818a), closes #1077
- chore: update versions in ci (#1104) (912d985), closes #1104
- misc(release): set npm tag correctly (6914f5b)
- misc(release): fix lint issues in changelog script (d1dcd9a)
- Fixed typo in documentation (#1100) (7779db1), closes #1100
BREAKING CHANGE
- upgrade to lighthouse 12.6.1
v0.14.0
v0.14.0 (2024-06-20)
- feat: upgrade to lighthouse 12.0.0 (#1035) (cc564a6), closes #1035
- feat: support .htm files in fallback server (#1033) (2ed3b31), closes #1033
- feat: increase column width for project name (#1006) (8fe7e8d), closes #1006
- feat: upgrade to lighthouse 12.1.0 (#1046) (8a0e3dc), closes #1046
- feat(cli): add --lhr to assert command to load LHRs from anywhere (#1024) (19c7ca6), closes #1024
- fix(cli): use ProxyAgent instead of HttpsProxyAgent (#1038) (cdf4605), closes #1038
- chore: bump lhci references to 0.13 (083d639)
- misc(release): remove hulk from release process (mostly) (36e629e)
... (truncated)
Commits
76a49c7fix: use viewer origin as string instead of object (#1109)602bf7dchore: bump lhci references to 0.15d2cdea9chore: update docker images with latest version6b3b50efeat: upgrade to lighthouse 12.6.1 (#1103)912d985chore: update versions in ci (#1104)e83b2f6fix(cli): improve filename sanitization for hash routes (#1084)d04aba1feat(cli): change wizard default branch to main (#1069)115818achore: Heroku Postgres Hobby plan doesn't exist anymore (#1077)ef83477chore: update versions in heroku-server recipe (#1078)3cac9ebdocs: update GitHub Actions versions in README.md (#1086)- Additional commits viewable in compare view
Updates express from 4.18.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebasin expressjs/express#6065- deps: [email protected] by
@blakeembreyin expressjs/express#5956- deps: bump [email protected] by
@jonchurchin expressjs/express#6209- Release: 4.21.2 by
@UlisesGasconin expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbukerin expressjs/express#6029- Release: 4.21.1 by
@UlisesGasconin expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"magic string in redirects by@blakeembreyin expressjs/express#5935- [email protected] by
@wesleytoddin expressjs/express#5954- fix(deps): [email protected] by
@wesleytoddin expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93in expressjs/express#5946New Contributors
@agadzinski93made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirectOther Changes
- 4.19.2 Staging by
@wesleytoddin expressjs/express#5561- remove duplicate location test for data uri by
@wesleytoddin expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolitoin expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurchin expressjs/express#5564- Add a Threat Model by
@UlisesGasconin expressjs/express#5526- Assign captain of encodeurl by
@blakeembreyin expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors,expressjs.com,morgan,cors,body-parserby@jonchurchin expressjs/express#5587- docs: update Security.md by
@inigomarquinezin expressjs/express#5590- docs: update triage nomination policy by
@UlisesGasconin expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGasconin expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGasconin expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: [email protected]
- Fix backtracking protection
- deps: [email protected]
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")andres.redirect("back")magic string- deps: [email protected]
- includes [email protected]
- deps: [email protected]
- deps: [email protected]
4.20.0 / 2024-09-10
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- Remove link renderization in html while redirecting
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)- Remove link renderization in html while using
res.redirect- deps: [email protected]
- 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.maxAgeandoptions.expirestores.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
... (truncated)
Commits
1faf2284.21.22e0fb64deps: bump [email protected] (#6209)59fc270deps: [email protected] (#5956)51fc39cdocs: add funding (#6065)8e229f94.21.1a024c8afix(deps): [email protected]7e562c64.21.01bcde96fix(deps): [email protected] (#5946)7d36477fix(deps): [email protected] (#5951)40d2d8ffix(deps): [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Removes ip
Updates @open-wc/testing from 3.1.6 to 3.2.2
Release notes
Sourced from @open-wc/testing's releases.
@open-wc/testing@3.2.2Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
@open-wc/testing@3.2.1Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.1
@open-wc/testing@3.1.8Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1- Updated dependencies [077d07eb]
@open-wc/testing-helpers@2.2.1
@open-wc/testing@3.1.7Patch Changes
- b187c0bc: Add types export for node16 module resolution
- Updated dependencies [b187c0bc]
@open-wc/testing-helpers@2.1.4
Changelog
Sourced from @open-wc/testing's changelog.
3.2.2
Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
3.2.1
Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.13.2.0
Minor Changes
- 935c8ffe: Drop support for Node@14
Patch Changes
- 3289e0eb: Add oneDefaultPreventedEvent export into testing package and no-side-effect indexes
- Updated dependencies [935c8ffe]
- Updated dependencies [3289e0eb]
- Updated dependencies [80c6ae66]
- [email protected]
@open-wc/semantic-dom-diff@0.20.0@open-wc/testing-helpers@2.3.03.1.8
Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1- Updated dependencies [077d07eb]
@open-wc/testing-helpers@2.2.13.1.7
Patch Changes
- b187c0bc: Add types export for node16 module resolution
- Updated dependencies [b187c0bc]
@open-wc/testing-helpers@2.1.4
Commits
c4debddVersion Packages (#2737)e94ca9achore(testing): remove unused dependencies (#2736)d91a621Version Packages14e4270feat: new a11y rules (#2686)57ddb3cVersion Packages3289e0efix(testing|testing-helpers): export oneDefaultPreventedEvent through testing...74f51a7Version Packagesf077923fix(deps): update dependency@types/chai-domto v10182490Version Packages (#2508)b187c0bAdd types export to testing & testing-helpers (#2507)- See full diff in compare view
Updates @web/test-runner from 0.14.0 to 0.20.2
Release notes
Sourced from @web/test-runner's releases.
@web/test-runner@0.20.2Patch Changes
- 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter
@web/test-runner@0.20.1Patch Changes
24e3290: Improve debug message for test runner uncaught exceptions
This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).
Updated dependencies [79b0ba4]
@web/test-runner-chrome@0.18.1
@web/test-runner@0.20.0Minor Changes
- 86eaa21: Upgrade puppeteer version to v24
Patch Changes
- Updated dependencies [86eaa21]
@web/test-runner-chrome@0.18.0
@web/test-runner@0.19.0Minor Changes
- b546e8b5: Upgrade puppeteer-core and puppeteer to v23
Patch Changes
- Updated dependencies [b546e8b5]
@web/test-runner-chrome@0.17.0
@web/test-runner@0.18.3Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true
@web/test-runner@0.18.2Patch Changes
- 6a97a691: Unify visual-written representation of skipped tests.
@web/test-runner@0.18.1Patch Changes
... (truncated)
Changelog
Sourced from @web/test-runner's changelog.
0.20.2
Patch Changes
- 7aedbaa: Summary Reporter - re-enabled error reporting and made option to disable browser logs and error reporting in this reporter
0.20.1
Patch Changes
24e3290: Improve debug message for test runner uncaught exceptions
This should make debugging easier. It wasn't very easy to figure out where the errors originated from (because of how the actual uncaught exception only happened with many concurrent builds inside a sandbox environment that is hard to debug).
Updated dependencies [79b0ba4]
@web/test-runner-chrome@0.18.10.20.0
Minor Changes
- 86eaa21: Upgrade puppeteer version to v24
Patch Changes
- Updated dependencies [86eaa21]
@web/test-runner-chrome@0.18.00.19.0
Minor Changes
- b546e8b5: Upgrade puppeteer-core and puppeteer to v23
Patch Changes
- Updated dependencies [b546e8b5]
@web/test-runner-chrome@0.17.00.18.3
Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true0.18.2
... (truncated)
Commits
9645344Version Packages61260d5Turned error reporting back on by default to match old behviour before it was...4fa7523add back broken error reporting and make log reporting optionaldb00ed5Version Packages24e3290refactor: improve debug message for test runner uncaught exceptionsf00a581Version Packagesfcb71cdVersion Packages8834ad8Version Packagesd5ae228Version Packages (#2803)9a88d83Version Packages (#2774)- Additional commits viewable in compare view
Updates ws from 7.5.7 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
7.5.9
Bug fixes
- Backported bc8bd34e to the 7.x release line (0435e6e1).
7.5.8
Bug fixes
- Backported 0fdcc0af to the 7.x release line (2758ed35).
- Backported d68ba9e1 to the 7.x release line (dc1781bc).
Commits
d962d70[dist] 7.5.1022c2876[security] Fix crash when the Upgrade header cannot be read (#2231)8a78f87[dist] 7.5.90435e6e[security] Fix same host check for ws+unix: redirects4271f07[dist] 7.5.8dc1781b[security] Drop sensitive headers when following insecure redirects2758ed3[fix] Abort the handshake if the Upgrade header is invalid- See full diff 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.