Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump ms, express, compression, method-override, express-session and mongoose in /_learn-nodejs/passport#5

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubJan 10, 2023

Bumpsms to 2.0.0 and updates ancestor dependenciesms,express,compression,method-override,express-session andmongoose. These dependencies need to be updated together.

Updatesms from 0.1.0 to 2.0.0

Release notes

Sourced fromms's releases.

2.0.0

Major Changes

  • Limit str to 100 to avoid ReDoS of 0.3s:#89

Patches

  • Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
  • Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
  • Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b

Credits

Huge thanks to@​karenyavine for their help!

1.0.0

Major Changes

  • Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420

Patches

  • Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
  • Removed XO: 94068ea6d518387670df277f740b1abada80ed48
  • Useprettier andeslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43
  • Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
  • Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
  • More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56

0.7.3

Patches

  • Mark "options" param as optional in jsdoc:#77
  • Lowercased text files: 5f0653ab192a30301aed8668b4588a87975b41ab
  • Pinned dependencies: 126d7f094a1836b991c8d0abfeb4d0ce09ac280f
  • Chore(package): update serve to version 5.0.1:#81

Credits

Huge thanks to@​Jokero for their help!

0.7.2

Patches 💅

  • Added license field to package.json file:zeit/ms#42
  • Renamedlong andshort (reserved keywords):zeit/ms#53
  • Capitalized important files: b2d9f9d
  • Specified version numbers fordevDependencies in package.json: abd3616
  • Updated license file to the latest version: 5d53ae8
  • Only upload important files to npm, instead of excluding certain ones: 2b2f02a
  • Adjusted name of repository in package.json: e84f95d

... (truncated)

Commits
Maintainer changes

This version was pushed to npm byleo, a new releaser for ms since your current version.


Updatesexpress from 4.8.8 to 4.18.2

Release notes

Sourced fromexpress's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option tores.download
  • Allowoptions withoutfilename inres.download
  • Deprecate string and non-integer arguments tores.status
  • Fix behavior ofnull/undefined asmaxAge inres.cookie
  • Fix handling very large stacks of sync middleware
  • IgnoreObject.prototype values in settings throughapp.set/app.get
  • Invokedefault with same arguments as types inres.format
  • Support proper 205 responses usingres.send
  • Usehttp-errors forres.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace instrict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Addpriority option
    • Fixexpires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced fromexpress's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option tores.download
  • Allowoptions withoutfilename inres.download
  • Deprecate string and non-integer arguments tores.status
  • Fix behavior ofnull/undefined asmaxAge inres.cookie
  • Fix handling very large stacks of sync middleware
  • IgnoreObject.prototype values in settings throughapp.set/app.get
  • Invokedefault with same arguments as types inres.format
  • Support proper 205 responses usingres.send
  • Usehttp-errors forres.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace instrict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Addpriority option
    • Fixexpires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (truncated)

Commits

Updatescompression from 1.0.11 to 1.7.4

Release notes

Sourced fromcompression's releases.

1.7.4

  • deps: compressible@~2.0.16
    • Marktext/less as compressible
    • deps: mime-db@'>= 1.38.0 < 2'
  • deps: on-headers@~1.0.2
    • Fixres.writeHead patch 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: safe-buffer@5.1.2

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: bytes@3.0.0
  • deps: compressible@~2.0.11
    • deps: mime-db@'>= 1.29.0 < 2'
  • deps: debug@2.6.9
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed

1.7.0

  • Usesafe-buffer for improved Buffer API
  • deps: bytes@2.5.0
  • deps: compressible@~2.0.10
    • Fix regex fallback to not overridecompressible: false in db
    • deps: mime-db@'>= 1.27.0 < 2'
  • deps: debug@2.6.8
    • Allow colors in workers
    • DeprecatedDEBUG_FD environment variable set to3 or higher
    • Fix error when running under React Native
    • FixDEBUG_MAX_ARRAY_LENGTH
    • Use same color for same namespace
    • deps: ms@2.0.0
  • deps: vary@~1.1.1
    • perf: hoist regular expression

1.6.2

  • deps: accepts@~1.3.3
    • deps: mime-types@~2.1.11
    • deps: negotiator@0.6.1

... (truncated)

Changelog

Sourced fromcompression's changelog.

1.7.4 / 2019-03-18

  • deps: compressible@~2.0.16
    • Marktext/less as compressible
    • deps: mime-db@'>= 1.38.0 < 2'
  • deps: on-headers@~1.0.2
    • Fixres.writeHead patch 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: safe-buffer@5.1.2

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: bytes@3.0.0
  • deps: compressible@~2.0.11
    • deps: mime-db@'>= 1.29.0 < 2'
  • deps: debug@2.6.9
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed

1.7.0 / 2017-07-10

  • Usesafe-buffer for improved Buffer API
  • deps: bytes@2.5.0
  • deps: compressible@~2.0.10
    • Fix regex fallback to not overridecompressible: false in db
    • deps: mime-db@'>= 1.27.0 < 2'
  • deps: debug@2.6.8
    • Allow colors in workers
    • DeprecatedDEBUG_FD environment variable set to3 or higher
    • Fix error when running under React Native

... (truncated)

Commits

Updatesmethod-override from 2.2.0 to 2.3.10

Release notes

Sourced frommethod-override's releases.

2.3.10

  • deps: debug@2.6.9
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path"RegExp
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed
  • perf: skip unnecessary parsing of entire header

2.3.9

  • deps: debug@2.6.8
    • deps: ms@2.0.0
  • deps: vary@~1.1.1
    • perf: hoist regular expression

2.3.8

  • deps: debug@2.6.3
    • Allow colors in workers
    • DeprecatedDEBUG_FD environment variable
    • Fix:DEBUG_MAX_ARRAY_LENGTH
    • Use same color for same namespace

2.3.7

  • deps: debug@2.3.3
    • Fix error when running under React Native
    • deps: ms@0.7.2
  • perf: remove argument reassignment

2.3.6

  • deps: methods@~1.1.2
    • perf: enable strict mode
  • deps: parseurl@~1.3.1
    • perf: enable strict mode
  • deps: vary@~1.1.0

2.3.5

  • perf: enable strict mode

2.3.4

  • deps: vary@~1.0.1

2.3.3

  • deps: debug@~2.2.0
    • deps: ms@0.7.1

2.3.2

  • deps: debug@~2.1.3
    • Fix high intensity foreground color for bold
    • deps: ms@0.7.0

... (truncated)

Changelog

Sourced frommethod-override's changelog.

2.3.10 / 2017-09-27

  • deps: debug@2.6.9
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path"RegExp
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed
  • perf: skip unnecessary parsing of entire header

2.3.9 / 2017-05-19

  • deps: debug@2.6.8
    • deps: ms@2.0.0
  • deps: vary@~1.1.1
    • perf: hoist regular expression

2.3.8 / 2017-03-24

  • deps: debug@2.6.3
    • Allow colors in workers
    • DeprecatedDEBUG_FD environment variable
    • Fix:DEBUG_MAX_ARRAY_LENGTH
    • Use same color for same namespace

2.3.7 / 2016-11-19

  • deps: debug@2.3.3
    • Fix error when running under React Native
    • deps: ms@0.7.2
  • perf: remove argument reassignment

2.3.6 / 2016-05-20

  • deps: methods@~1.1.2
    • perf: enable strict mode
  • deps: parseurl@~1.3.1
    • perf: enable strict mode
  • deps: vary@~1.1.0

2.3.5 / 2015-07-31

  • perf: enable strict mode

... (truncated)

Commits

Updatesexpress-session from 1.7.6 to 1.17.3

Release notes

Sourced fromexpress-session's releases.

1.17.3

  • Fix resaving already-saved new session at end of request
  • deps: cookie@0.4.2

1.17.2

  • Fixres.end patch to always commit headers
  • deps: cookie@0.4.1
  • deps: safe-buffer@5.2.1

1.17.1

  • Fix internal method wrapping error on failed reloads

1.17.0

  • deps: cookie@0.4.0
    • AddSameSite=None support
  • deps: safe-buffer@5.2.0

1.16.2

  • Fix restoringcookie.originalMaxAge when store returnsDate
  • deps: parseurl@~1.3.3

1.16.1

  • Fix error passingdata option toCookie constructor
  • Fix uncaught error from bad session data

1.16.0

  • Catch invalidcookie.maxAge value earlier
  • Deprecate settingcookie.maxAge to aDate object
  • Fix issue whereresave: false may not save altered sessions
  • Removeutils-merge dependency
  • Usesafe-buffer for improved Buffer API
  • UseSet-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
    • perf: remove argument reassignment
  • deps: on-headers@~1.0.2
    • Fixres.writeHead patch missing return value

1.15.6

  • deps: debug@2.6.9
  • 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: utils-merge@1.0.1

1.15.5

  • FixTypeError whenreq.url is an empty string

... (truncated)

Changelog

Sourced fromexpress-session's changelog.

1.17.3 / 2022-05-11

  • Fix resaving already-saved new session at end of request
  • deps: cookie@0.4.2

1.17.2 / 2021-05-19

  • Fixres.end patch to always commit headers
  • deps: cookie@0.4.1
  • deps: safe-buffer@5.2.1

1.17.1 / 2020-04-16

  • Fix internal method wrapping error on failed reloads

1.17.0 / 2019-10-10

  • deps: cookie@0.4.0
    • AddSameSite=None support
  • deps: safe-buffer@5.2.0

1.16.2 / 2019-06-12

  • Fix restoringcookie.originalMaxAge when store returnsDate
  • deps: parseurl@~1.3.3

1.16.1 / 2019-04-11

  • Fix error passingdata option toCookie constructor
  • Fix uncaught error from bad session data

1.16.0 / 2019-04-10

  • Catch invalidcookie.maxAge value earlier
  • Deprecate settingcookie.maxAge to aDate object
  • Fix issue whereresave: false may not save altered sessions
  • Removeutils-merge dependency
  • Usesafe-buffer for improved Buffer API
  • UseSet-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internaleval usage withFunction constructor
    • Use instance methods onprocess to check for listeners
    • perf: remove argument reassignment

... (truncated)

Commits

Updatesmongoose from 3.8.40 to 6.8.3

Release notes

Sourced frommongoose's releases.

6.8.3 / 2023-01-06

  • perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs#12867Uzlopak
  • fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true#12866
  • fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution#12836
  • fix(types): avoid inferring timestamps if methods, virtuals, or statics set#12871
  • fix(types): correctly infer string enums on const arrays#12870JavaScriptBach
  • fix(types): allow virtuals to be invoked in the definition of other virtuals#12874sffc
  • fix(types): add type def for Aggregate#model without arguments#12864hasezoey
  • docs(discriminators): add section about changing discriminator key#12861
  • docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type#12860#12684

6.8.2 / 2022-12-28

  • fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators#12827#12796
  • fix(model): respect discriminators with Model.validate()#12824#12621
  • fix(query): fix unexpected validation error when doing findOneAndReplace() with a nullish value#12826#12821
  • fix(discriminator): apply built-in plugins to discriminator schema even if mergeHooks and mergePlugins are both false#12833#12696
  • fix(types): add option "overwriteModels" as a schema option#12817#12816hasezoey
  • fix(types): add property "defaultOptions"#12818hasezoey
  • docs: make search bar respect documentation version, so you can search 5.x docs#12548
  • docs(typescript): make note about recommending strict mode when using auto typed schemas#12825#12420
  • docs: add section on sorting to query docs#12588IslandRhythms
  • test(query.test): add write-concern option#12829hasezoey

6.8.1 / 2022-12-19

  • fix(query): avoid throwing circular dependency error if same object is used in multiple properties#12774orgads
  • fix(map): return value from super.delete()#12777danbrud
  • fix(populate): handle virtual populate underneath document array with justOne=true and sort set where 1 element has only 1 result#12815#12730
  • fix(update): handle embedded discriminators when casting array filters#12802#12565
  • fix(populate): avoid calling transform if there's no populate results and using lean#12804#12739
  • fix(model): prevent index creation on syncIndexes if not necessary#12785#12250lpizzinidev
  • fix(types): correctly infer this when using pre('updateOne') with { document: true, query: false }#12778
  • fix(types): make InferSchemaType: consider { required: boolean } required if it isn't explicitly false#12784JavaScriptBach
  • docs: replace many occurrences of "localhost" with "127.0.0.1"#12811#12741hasezoeySadiqOnGithub
  • docs(mongoose): Added missing options to set#12810lpizzinidev
  • docs: add info on$locals parameters to getters/setters tutorial#12814#12550IslandRhythms
  • docs: make Document.prototype.$clone() public#12803
  • docs(query): updated explanation for slice#12776#12474lpizzinidev
  • docs(middleware): fix broken links#12787lpizzinidev
  • docs(queries): fixed broken links#12790lpizzinidev

6.8.0 / 2022-12-05

... (truncated)

Changelog

Sourced frommongoose's changelog.

6.8.3 / 2023-01-06

  • perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs#12867Uzlopak
  • fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true#12866
  • fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution#12836
  • fix(types): avoid inferring timestamps if methods, virtuals, or statics set#12871
  • fix(types): correctly infer string enums on const arrays#12870JavaScriptBach
  • fix(types): allow virtuals to be invoked in the definition of other virtuals#12874sffc
  • fix(types): add type def for Aggregate#model without arguments#12864hasezoey
  • docs(discriminators): add section about changing discriminator key#12861
  • docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type#12860#12684

6.8.2 / 2022-12-28

  • fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators#12827#12796
  • fix(model): respect discriminators with Model.validate()#12824#12621
  • fix(query): fix unexpected validation error when doing findOneAndReplace() with a nullish value#12826#12821
  • fix(discriminator): apply built-in plugins to discriminator schema even if mergeHooks and mergePlugins are both false#12833#12696
  • fix(types): add option "overwriteModels" as a schema option#12817#12816hasezoey
  • fix(types): add property "defaultOptions"#12818hasezoey
  • docs: make search bar respect documentation version, so you can search 5.x docs#12548
  • docs(typescript): make note about recommending strict mode when using auto typed schemas#12825#12420
  • docs: add section on sorting to query docs#12588IslandRhythms
  • test(query.test): add write-concern option#12829hasezoey

6.8.1 / 2022-12-19

  • fix(query): avoid throwing circular dependency error if same object is used in multiple properties#12774orgads
  • fix(map): return value from super.delete()#12777danbrud
  • fix(populate): handle virtual populate underneath document array with justOne=true and sort set where 1 element has only 1 result#12815#12730
  • fix(update): handle embedded discriminators when casting array filters#12802#12565
  • fix(populate): avoid calling transform if there's no populate results and using lean#12804#12739
  • fix(model): prevent index creation on syncIndexes if not necessary#12785#12250lpizzinidev
  • fix(types): correctly infer this when using pre('updateOne') with { document: true, query: false }#12778
  • fix(types): make InferSchemaType: consider { required: boolean } required if it isn't explicitly false#12784JavaScriptBach
  • docs: replace many occurrences of "localhost" with "127.0.0.1"#12811#12741hasezoeySadiqOnGithub
  • docs(mongoose): Added missing options to set#12810lpizzinidev
  • docs: add info on$locals parameters to getters/setters tutorial#12814#12550IslandRhythms
  • docs: make Document.prototype.$clone() public#12803
  • docs(query): updated explanation for slice#12776#12474lpizzinidev
  • docs(middleware): fix broken links#12787lpizzinidev
  • docs(queries): fixed broken links#12790lpizzinidev

6.8.0 / 2022-12-05

... (truncated)

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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 theSecurity Alerts page.

…ongooseBumps [ms](https://github.com/vercel/ms) to 2.0.0 and updates ancestor dependencies [ms](https://github.com/vercel/ms), [express](https://github.com/expressjs/express), [compression](https://github.com/expressjs/compression), [method-override](https://github.com/expressjs/method-override), [express-session](https://github.com/expressjs/session) and [mongoose](https://github.com/Automattic/mongoose). These dependencies need to be updated together.Updates `ms` from 0.1.0 to 2.0.0- [Release notes](https://github.com/vercel/ms/releases)- [Commits](https://github.com/vercel/ms/commits/2.0.0)Updates `express` from 4.8.8 to 4.18.2- [Release notes](https://github.com/expressjs/express/releases)- [Changelog](https://github.com/expressjs/express/blob/master/History.md)- [Commits](expressjs/express@4.8.8...4.18.2)Updates `compression` from 1.0.11 to 1.7.4- [Release notes](https://github.com/expressjs/compression/releases)- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)- [Commits](expressjs/compression@1.0.11...1.7.4)Updates `method-override` from 2.2.0 to 2.3.10- [Release notes](https://github.com/expressjs/method-override/releases)- [Changelog](https://github.com/expressjs/method-override/blob/master/HISTORY.md)- [Commits](expressjs/method-override@2.2.0...2.3.10)Updates `express-session` from 1.7.6 to 1.17.3- [Release notes](https://github.com/expressjs/session/releases)- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md)- [Commits](expressjs/session@v1.7.6...v1.17.3)Updates `mongoose` from 3.8.40 to 6.8.3- [Release notes](https://github.com/Automattic/mongoose/releases)- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)- [Commits](Automattic/mongoose@3.8.40...6.8.3)---updated-dependencies:- dependency-name: ms  dependency-type: indirect- dependency-name: express  dependency-type: direct:production- dependency-name: compression  dependency-type: direct:production- dependency-name: method-override  dependency-type: direct:production- dependency-name: express-session  dependency-type: direct:production- dependency-name: mongoose  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp