Bump debug, body-parser, compression, express, express-session, helmet, mongoose, morgan and mocha
Bumps debug to 2.6.9 and updates ancestor dependencies debug, body-parser, compression, express, express-session, helmet, mongoose, morgan and mocha. These dependencies need to be updated together.
Updates debug from 2.6.8 to 2.6.9
Release notes
Sourced from debug's releases.
2.6.9
Patches
- Remove ReDoS regexp in
%oformatter: #504Credits
Huge thanks to
@​zhuangyafor their help!
Changelog
Sourced from debug's changelog.
2.6.9 / 2017-09-22
- remove ReDoS regexp in %o formatter (#504)
Commits
13abeaeRelease 2.6.9f53962eremove ReDoS regexp in %o formatter (#504)- See full diff in compare view
Updates body-parser from 1.18.1 to 1.20.1
Release notes
Sourced from body-parser's releases.
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: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
1.19.2
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- deps: [email protected]
- deps: [email protected]
1.19.1
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
1.19.0
- deps: [email protected]
- Add petabyte (
pb) support- deps: [email protected]
- Set constructor name when possible
- deps: [email protected]
- deps: statuses@'>= 1.5.0 < 2'
- deps: [email protected]
- Added encoding MIK
- deps: [email protected]
- Fix parsing array brackets after index
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
... (truncated)
Changelog
Sourced from body-parser's changelog.
1.20.1 / 2022-10-06
- deps: [email protected]
- 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: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
1.19.2 / 2022-02-15
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- deps: [email protected]
- deps: [email protected]
1.19.1 / 2021-12-10
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
1.19.0 / 2019-04-25
... (truncated)
Commits
830bdfb1.20.1ecad1ccbuild: [email protected]03b93cfbuild: [email protected]2c611fcbuild: [email protected]f199e94perf: remove unnecessary object clone0123e12build: [email protected]de1e6c2build: [email protected]477ff13build: [email protected]40c3fffdeps: [email protected]4aa84b7build: [email protected]- Additional commits viewable in compare view
Updates compression from 1.7.0 to 1.7.4
Release notes
Sourced from compression's releases.
1.7.4
- deps: compressible@~2.0.16
- Mark
text/lessas compressible- deps: mime-db@'>= 1.38.0 < 2'
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value- perf: prevent unnecessary buffer copy
1.7.3
- deps: accepts@~1.3.5
- deps: mime-types@~2.1.18
- deps: compressible@~2.0.14
- Mark all XML-derived types as compressible
- deps: mime-db@'>= 1.34.0 < 2'
- deps: [email protected]
1.7.2
- deps: compressible@~2.0.13
- deps: mime-db@'>= 1.33.0 < 2'
1.7.1
- deps: accepts@~1.3.4
- deps: mime-types@~2.1.16
- deps: [email protected]
- deps: compressible@~2.0.11
- deps: mime-db@'>= 1.29.0 < 2'
- deps: [email protected]
- deps: vary@~1.1.2
- perf: improve header token parsing speed
Changelog
Sourced from compression's changelog.
1.7.4 / 2019-03-18
- deps: compressible@~2.0.16
- Mark
text/lessas compressible- deps: mime-db@'>= 1.38.0 < 2'
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value- perf: prevent unnecessary buffer copy
1.7.3 / 2018-07-15
- deps: accepts@~1.3.5
- deps: mime-types@~2.1.18
- deps: compressible@~2.0.14
- Mark all XML-derived types as compressible
- deps: mime-db@'>= 1.34.0 < 2'
- deps: [email protected]
1.7.2 / 2018-02-18
- deps: compressible@~2.0.13
- deps: mime-db@'>= 1.33.0 < 2'
1.7.1 / 2017-09-26
- deps: accepts@~1.3.4
- deps: mime-types@~2.1.16
- deps: [email protected]
- deps: compressible@~2.0.11
- deps: mime-db@'>= 1.29.0 < 2'
- deps: [email protected]
- deps: vary@~1.1.2
- perf: improve header token parsing speed
Commits
dd5055d1.7.47e91b18perf: prevent unnecessary buffer copyf6873b5build: [email protected]b07e7fdbuild: [email protected]aed82c0build: [email protected]5b7d4c0build: [email protected]ddf2b6ebuild: simplify & speed up logic in Travis CI build steps61a438dbuild: [email protected]7ee13e1deps: on-headers@~1.0.28fb7dcadeps: compressible@~2.0.16- Additional commits viewable in compare view
Updates express from 4.15.4 to 4.18.2
Release notes
Sourced from express's releases.
4.18.2
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1
- Fix hanging on large stack of sync routes
4.18.0
- Add "root" option to
res.download- Allow
optionswithoutfilenameinres.download- Deprecate string and non-integer arguments to
res.status- Fix behavior of
null/undefinedasmaxAgeinres.cookie- Fix handling very large stacks of sync middleware
- Ignore
Object.prototypevalues in settings throughapp.set/app.get- Invoke
defaultwith same arguments as types inres.format- Support proper 205 responses using
res.send- Use
http-errorsforres.formaterror- deps: [email protected]
- 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: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Add
priorityoption- Fix
expiresoption to reject invalid dates- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- Remove set content headers that break response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Prevent loss of async hooks context
- deps: [email protected]
- deps: [email protected]
- Fix emitted 416 error missing headers property
- Limit the headers removed for 304 response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
... (truncated)
Changelog
Sourced from express's changelog.
4.18.2 / 2022-10-08
- Fix regression routing a large stack in a single route
- deps: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
4.18.1 / 2022-04-29
- Fix hanging on large stack of sync routes
4.18.0 / 2022-04-25
- Add "root" option to
res.download- Allow
optionswithoutfilenameinres.download- Deprecate string and non-integer arguments to
res.status- Fix behavior of
null/undefinedasmaxAgeinres.cookie- Fix handling very large stacks of sync middleware
- Ignore
Object.prototypevalues in settings throughapp.set/app.get- Invoke
defaultwith same arguments as types inres.format- Support proper 205 responses using
res.send- Use
http-errorsforres.formaterror- deps: [email protected]
- 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: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Add
priorityoption- Fix
expiresoption to reject invalid dates- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- Remove set content headers that break response
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Prevent loss of async hooks context
- deps: [email protected]
- deps: [email protected]
... (truncated)
Commits
8368dc14.18.261f4049docs: replace Freenode with Libera Chatbb7907bbuild: [email protected]f56ce73build: [email protected]24b3dc5deps: [email protected]689d175deps: [email protected]340be0fbuild: [email protected]33e8dc3docs: use Node.js name style644f646build: [email protected]ecd7572build: [email protected]- Additional commits viewable in compare view
Updates express-session from 1.15.5 to 1.17.3
Release notes
Sourced from express-session's releases.
1.17.3
- Fix resaving already-saved new session at end of request
- deps: [email protected]
1.17.2
- Fix
res.endpatch to always commit headers- deps: [email protected]
- deps: [email protected]
1.17.1
- Fix internal method wrapping error on failed reloads
1.17.0
- deps: [email protected]
- Add
SameSite=Nonesupport- deps: [email protected]
1.16.2
- Fix restoring
cookie.originalMaxAgewhen store returnsDate- deps: parseurl@~1.3.3
1.16.1
- Fix error passing
dataoption toCookieconstructor- Fix uncaught error from bad session data
1.16.0
- Catch invalid
cookie.maxAgevalue earlier- Deprecate setting
cookie.maxAgeto aDateobject- Fix issue where
resave: falsemay not save altered sessions- Remove
utils-mergedependency- Use
safe-bufferfor improved Buffer API- Use
Set-Cookieas cookie header name for compatibility- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- perf: remove argument reassignment
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value1.15.6
- deps: [email protected]
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp- deps: uid-safe@~2.1.5
- perf: remove only trailing
=- deps: [email protected]
Changelog
Sourced from express-session's changelog.
1.17.3 / 2022-05-11
- Fix resaving already-saved new session at end of request
- deps: [email protected]
1.17.2 / 2021-05-19
- Fix
res.endpatch to always commit headers- deps: [email protected]
- deps: [email protected]
1.17.1 / 2020-04-16
- Fix internal method wrapping error on failed reloads
1.17.0 / 2019-10-10
- deps: [email protected]
- Add
SameSite=Nonesupport- deps: [email protected]
1.16.2 / 2019-06-12
- Fix restoring
cookie.originalMaxAgewhen store returnsDate- deps: parseurl@~1.3.3
1.16.1 / 2019-04-11
- Fix error passing
dataoption toCookieconstructor- Fix uncaught error from bad session data
1.16.0 / 2019-04-10
- Catch invalid
cookie.maxAgevalue earlier- Deprecate setting
cookie.maxAgeto aDateobject- Fix issue where
resave: falsemay not save altered sessions- Remove
utils-mergedependency- Use
safe-bufferfor improved Buffer API- Use
Set-Cookieas cookie header name for compatibility- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- perf: remove argument reassignment
... (truncated)
Commits
1010fad1.17.399d6cdeFix resaving already-saved new session at end of requesta06b0bebuild: remove unnecessary entry from package filesa1aebf2build: [email protected]08f5dcabuild: [email protected]86ed9f3build: [email protected]18a1011build: support Node.js 18.x78d1acdbuild: [email protected]0704929docs: add user login example5df613cdocs: document default cookie.sameSite- Additional commits viewable in compare view
Updates helmet from 3.8.1 to 3.23.3
Changelog
Sourced from helmet's changelog.
3.23.3 - 2020-06-26
Changed
helmet.expectCtis no longer a separate package. This should have no effect on end users.helmet.frameguardis no longer a separate package. This should have no effect on end users.3.23.2 - 2020-06-23
Changed
helmet.dnsPrefetchControlis no longer a separate package. This should have no effect on end users.3.23.1 - 2020-06-16
Changed
helmet.ieNoOpenis no longer a separate package. This should have no effect on end users.3.23.0 - 2020-06-12
Deprecated
helmet.featurePolicyis deprecated. Use thefeature-policymodule instead.3.22.1 - 2020-06-10
Changed
- Rewrote internals in TypeScript. This should have no effect on end users.
3.22.0 - 2020-03-24
Changed
- Updated
helmet-cspto v2.10.0
- Add support for the
allow-downloadssandbox directive. See helmet-csp#103Deprecated
helmet.noCacheis deprecated. Use thenocachemodule instead. See #2153.21.3 - 2020-02-24
Changed
- Updated
helmet-cspto v2.9.5
- Updated
bowsersubdependency from 2.7.0 to 2.9.0- Fixed an issue some people were having when importing the
bowsersubdependency. See helmet-csp#96 and #101
... (truncated)
Commits
3edd5e13.23.38662052Include expect-ct and x-frame-options in npm package5c4a499Update changelog for 3.23.3 release35b3e6dProofread of SECURITY.md04d446cUpdate Jest and@​types/jestto their latest versions7906601Import X-Frame-Options (frameguard) middleware837765dMinor formatting changes in licensed03c555Import Expect-CT (expect-ct) middleware16243e63.23.2223edebUpdate changelog for 3.23.2 release- Additional commits viewable in compare view
Updates mongoose from 4.11.12 to 4.13.21
Changelog
Sourced from mongoose's changelog.
4.13.21 / 2020-07-12
- fix(query): delete top-level
_bsontypeproperty in queries to prevent silent empty queries #82225.9.23 / 2020-07-10
- fix(model): fix
syncIndexes()error when db index has a collation but Mongoose index does not #9224 clhuang- fix(array): only cast array to proper depth if it contains an non-array value #9217 #9215 cyrilgandon
- docs(schematype): document the
transformoption #9211- docs(mongoose): fix typo #9212 JNa0
5.9.22 / 2020-07-06
- fix(schema): treat
{ type: mongoose.Schema.Types.Array }as equivalent to{ type: Array }#9194- fix: revert fix for #9107 to avoid issues when calling
connect()multiple times #9167- fix(update): respect storeSubdocValidationError option with update validators #9172
- fix: upgrade to safe-buffer 5.2 #9198
- docs: add a note about SSL validation to migration guide #9147
- docs(schemas): fix inconsistent header #9196 samtsai15
5.9.21 / 2020-07-01
- fix: propagate
typeKeyoption to implicitly created schemas fromtypePojoToMixed#9185 joaoritter- fix(populate): handle embedded discriminator
refPathwith multiple documents #9153- fix(populate): handle deselected foreign field with
perDocumentLimitand multiple documents #9175- fix(document): disallow
transformfunctions that return promises #9176 #9163 AbdelrahmanHafez- fix(document): use strict equality when checking mixed paths for modifications #9165
- docs: add target="_blank" to all edit links #9058
5.9.20 / 2020-06-22
- fix(populate): handle populating primitive array under document array discriminator #9148
- fix(connection): make sure to close previous connection when calling
openUri()on an already open connection #9107- fix(model): fix conflicting $setOnInsert default values with
updatevalues in bulkWrite #9160 #9157 AbdelrahmanHafez- docs(validation): add note about validateBeforeSave and invalidate #9144 dandv
- docs: specify the array field syntax for invalidate #9137 dandv
- docs: fix several typos and broken references #9024 AbdelrahmanHafez
- docs: fix minor typo #9143 dandv
5.9.19 / 2020-06-15
- fix: upgrade mongodb driver -> 3.5.9 #9124 AbdelrahmanHafez
- fix: copy
requiredvalidator on single nested subdoc correctly when callingSchema#clone()#8819- fix(discriminator): handle
tiedValuewhen casting update on nested paths #9108- fix(model): allow empty arrays for bulkWrite #9132 #9131 AbdelrahmanHafez
- fix(schema): correctly set partialFilterExpression for nested schema indexes #9091
- fix(castArrayFilters): handle casting on all fields of array filter #9122 lafeuil
- fix(update): handle nested path createdAt when overwriting parent path #9105
- docs(subdocs): add some notes on the difference between single nested subdocs and nested paths #9085
- docs(subdocs): improve docs on
typePojoToMixed#9085
... (truncated)
Commits
f88eb25fix(query): delete top-level_bsontypeproperty in queries to prevent silen...1db031ctest(schema): clean up messy tests re: #84598fa8012test: test cleanup re: #84594a55040chore: remove problematic mongoose-long dep and use mongodb 3.4 in tests91f95dachore: run consistent mongod version in tests0e65e6echore: release 4.13.20803090dfix(schema): make aliases handle mongoose-lean-virtuals6a8b381chore: add .config.js to gitignore and npmignoref51c4aachore: release 4.13.192aeeaa8Merge pull request #7950 from cdimitroulas/backport-aggregate-options-bugfix- Additional commits viewable in compare view
Updates morgan from 1.8.2 to 1.10.0
Release notes
Sourced from morgan's releases.
1.10.0
- Add
:total-timetoken- Fix trailing space in colored status code for
devformat- deps: basic-auth@~2.0.1
- deps: [email protected]
- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value1.9.1
- Fix using special characters in format
- deps: depd@~1.1.2
- perf: remove argument reassignment
1.9.0
- Use
res.headersSentwhen available- deps: basic-auth@~2.0.0
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
- deps: depd@~1.1.1
- Remove unnecessary
Bufferloading
Changelog
Sourced from morgan's changelog.
1.10.0 / 2020-03-20
- Add
:total-timetoken- Fix trailing space in colored status code for
devformat- deps: basic-auth@~2.0.1
- deps: [email protected]
- deps: depd@~2.0.0
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value1.9.1 / 2018-09-10
- Fix using special characters in format
- deps: depd@~1.1.2
- perf: remove argument reassignment
1.9.0 / 2017-09-26
- Use
res.headersSentwhen available- deps: basic-auth@~2.0.0
- Use
safe-bufferfor improved Buffer API- deps: [email protected]
- deps: depd@~1.1.1
- Remove unnecessary
Bufferloading
Commits
c68d2ea1.10.0aa718d7Add :total-time tokence15462build: remove deprecated Travis CI directivee13e0d3build: [email protected]f023828build: use nyc for test coverage30c0871build: [email protected]8114639docs: document success color in dev format5d8176fdocs: update rotating-file-stream usage for 2.xc54194ctests: ignore branch coverage that varies5659d2fbuild: [email protected]- Additional commits viewable in compare view
Updates mocha from 3.5.3 to 10.2.0
Release notes
Sourced from mocha's releases.
v10.2.0
10.2.0 / 2022-12-11
:tada: Enhancements
- #4945: API: add possibility to decorate ESM name before import (
@​j0tunn):bug: Fixes
- #4946: Browser: color of failed test icon (
@​kleisauke):book: Documentation
- #4944: Remove duplicated header (
@​PauloGoncalvesBH)v10.1.0
10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@​greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@​JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@​outsideris)- #4899: Upgrade official GitHub actions to latest (
@​ddzz)- #4770: Fix regex in function
clean(@​yetingli)v10.0.0
10.0.0 / 2022-05-01
:boom: Breaking Changes
#4845: Drop Node.js v12.x support (
@​juergba)#4848: Drop Internet-Explorer-11 support (
@​juergba)#4857: Drop AMD/RequireJS support (
@​juergba)#4866: Drop Growl notification support (
@​juergba)#4863: Rename executable
bin/mochatobin/mocha.js(@​juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@​juergba)#4861: Remove deprecated
Runnersignature (@​juergba):nut_and_bolt: Other
... (truncated)
Changelog
Sourced from mocha's changelog.
10.2.0 / 2022-12-11
:tada: Enhancements
- #4945: API: add possibility to decorate ESM name before import (
@​j0tunn):bug: Fixes
- #4946: Browser: color of failed test icon (
@​kleisauke):book: Documentation
- #4944: Remove duplicated header (
@​PauloGoncalvesBH)10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@​greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@​JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@​outsideris)- #4899: Upgrade official GitHub actions to latest (
@​ddzz)- #4770: Fix regex in function
clean(@​yetingli)10.0.0 / 2022-05-01
:boom: Breaking Changes
#4845: Drop Node.js v12.x support (
@​juergba)#4848: Drop Internet-Explorer-11 support (
@​juergba)#4857: Drop AMD/RequireJS support (
@​juergba)#4866: Drop Growl notification support (
@​juergba)#4863: Rename executable
bin/mochatobin/mocha.js(@​juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@​juergba)#4861: Remove deprecated
Runnersignature (@​juergba):nut_and_bolt: Other
#4878: Update production dependencies (
@​juergba)#4876: Add Node.js v18 to CI test matrix (
@​outsideris)
... (truncated)
Commits
202e9b8build(v10.2.0): release6782d6dbuild(v10.2.0): update CHANGELOG73bb819feat(esm): ability to decorate ESM module name before importing it (#4945)fc4ac58chore(devDeps): remove unused depedencies (#4949)0a10ddcdocs: remove duplicated header (#4944)b0a0fb8fix(browser): failed test icon color (#4946)3cc9cacci: update stale action (#4931)8f3c37bchore(ci): workaround for firefox error (#4933)5f96d51build(v10.1.0): releaseed74f16build(v10.1.0): update CHANGELOG- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by juergba, a new releaser for mocha 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.