Skip to content

Conversation

akanchhaS
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade mongoose from 4.2.4 to 8.18.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 654 versions ahead of your current version.

  • The recommended version was released 22 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Denial of Service (DoS)
SNYK-JS-MONGODB-473855
115 No Known Exploit
high severity Prototype Pollution
SNYK-JS-MQUERY-1089718
115 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MONGOOSE-2961688
115 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MONGOOSE-5777721
115 Proof of Concept
high severity Improper Neutralization of Special Elements in Data Query Logic
SNYK-JS-MONGOOSE-8446504
115 No Known Exploit
high severity Improper Neutralization of Special Elements in Data Query Logic
SNYK-JS-MONGOOSE-8623536
115 Proof of Concept
high severity Remote Memory Exposure
npm:mongoose:20160116
115 Mature
high severity DLL Injection
SNYK-JS-KERBEROS-568900
115 Proof of Concept
high severity Prototype Pollution
SNYK-JS-MQUERY-1050858
115 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-MONGOOSE-1086688
115 Proof of Concept
medium severity Information Exposure
SNYK-JS-MONGOOSE-472486
115 No Known Exploit
medium severity Prototype Pollution
SNYK-JS-MPATH-1577289
115 Proof of Concept
Release notes
Package name: mongoose
  • 8.18.0 - 2025-08-22

    8.18.0 / 2025-08-22

    • feat(schema): support for union types #15574 #10894
    • fix: trim long strings in minLength and maxLength error messages and display the string length #15571 #15550
    • types(connection+collection): make BaseCollection and BaseConnection usable as values #15575 #15548
    • types: remove logic that omits timestamps when virtuals, methods, etc. options set #15577 #12807
  • 8.17.2 - 2025-08-18

    8.17.2 / 2025-08-18

    • fix: avoid Model.validate() hanging when all paths fail casting #15580 #15579 piotracalski
    • types(document): better support for flattenObjectIds and versionKey options for toObject() and toJSON() #15582 #15578
    • docs: fix docs jsdoc tags and add UUID to be listed #15585
    • docs(document): fix code sample that errors with "Cannot set properties of undefined" #15589
  • 8.17.1 - 2025-08-07

    8.17.1 / 2025-08-07

    • fix(query): propagate read preference and read concern to populate if read() called after populate() #15567 #15553
    • fix(model): call correct function in autoSearchIndex #15569 #15565
    • fix(model): allow setting statics option on discriminator schema #15568 #15556
    • fix(model): remove unnecessary conversion of undefined -> null in findById #15566 #15551
    • types: allow passing in projections without as const #15564 #15557
    • types: support maxLength and minLength in SchemaTypeOptions #15570 #4720
  • 8.17.0 - 2025-07-30

    8.17.0 / 2025-07-30

    • feat: upgrade mongodb -> 6.18.0 #15552
    • feat(mongoose): export base Connection and Collection classes #15548
    • feat: make Schema.prototype.$conditionalHandlers public #15497
    • types: automatically infer discriminator type #15547 #15535
    • types: make versionKey: false disable __v from hydrated document #15524 #15511
    • types: indicate support for mongodb abort #15549 GalacticHypernova
    • types: add options property to schemas #15524
    • types(schematype): make defaultOptions static and add schemaOptions to DocumentArray #15529 #15524
  • 8.16.5 - 2025-07-25

    8.16.5 / 2025-07-25

    • fix(map): avoid throwing required error if saving map of primitives with required: true #15542
    • types(model): export MongooseBulkWriteResult type #15546
    • types(connection): add base to connection type #15544
  • 8.16.4 - 2025-07-16

    8.16.4 / 2025-07-16

    • fix(connection): avoid calling connection.close() internally with force: Object #15534 #15531
    • types(schema): handle required: string in schema definitions #15538 #15536
    • types(document): allow calling $isDefault() with no args #15528 #15522
    • types: infer Typescript string enums #15530 ruiaraujo
    • types: pass TModelType down to schema statics #15537
  • 8.16.3 - 2025-07-10

    8.16.3 / 2025-07-10

    • fix(document): clean modified subpaths if unsetting map #15520 #15519
    • fix: make DocumentArray SchemaType pass all options to embedded SchemaType #15523
    • types: support readonly array in query.select #15527 omermizr
  • 8.16.2 - 2025-07-07

    8.16.2 / 2025-07-07

    • fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #15498 #15494
    • fix(schema): support toJSONSchema() on mixed types and improve error message about unsupported types #15492 #15489
    • types: add _id and __v to toObject/toJSON transform type #15501 #15479
    • types(schema): use user-provided THydratedDocumentType as context for virtual get() and set() #15517 #15516
    • types: improve typing for transform option to toJSON and toObject #15485
    • docs: link to custom setter docs from lowercase, etc. options and note that setters run on query filters #15493 #15491
    • docs(jest): add note about resetModules #15515
  • 8.16.1 - 2025-06-26

    8.16.1 / 2025-06-26

    • fix(document): avoid setting _skipMarkModified when setting nested path with merge option #15484 #11913
    • fix(model): make sure post save error handler gets doc as param on VersionError #15483 #15480
    • fix: consistent $conditionalHandlers setup between schematypes #15490
    • docs(compatibility): note that mongodb 4.0 is not supported anymore since 8.16.0 #15487 hasezoey
    • docs: remove unnecessary --save flag from npm install instruction #15486 Thahirgeek
  • 8.16.0 - 2025-06-16
  • 8.15.2 - 2025-06-12
  • 8.15.1 - 2025-05-26
  • 8.15.0 - 2025-05-16
  • 8.14.3 - 2025-05-13
  • 8.14.2 - 2025-05-08
  • 8.14.1 - 2025-04-29
  • 8.14.0 - 2025-04-25
  • 8.13.3 - 2025-04-24
  • 8.13.2 - 2025-04-03
  • 8.13.1 - 2025-03-28
  • 8.13.0 - 2025-03-24
  • 8.12.2 - 2025-03-21
  • 8.12.1 - 2025-03-04
  • 8.12.0 - 2025-03-03
  • 8.11.0 - 2025-02-26
  • 8.10.2 - 2025-02-25
  • 8.10.1 - 2025-02-14
  • 8.10.0 - 2025-02-05
  • 8.9.7 - 2025-02-04
  • 8.9.6 - 2025-01-31
  • 8.9.5 - 2025-01-13
  • 8.9.4 - 2025-01-09
  • 8.9.3 - 2024-12-30
  • 8.9.2 - 2024-12-19
  • 8.9.1 - 2024-12-16
  • 8.9.0 - 2024-12-13
  • 8.8.4 - 2024-12-05
  • 8.8.3 - 2024-11-26
  • 8.8.2 - 2024-11-18
  • 8.8.1 - 2024-11-08
  • 8.8.0 - 2024-10-31
  • 8.7.3 - 2024-10-25
  • 8.7.2 - 2024-10-17
  • 8.7.1 - 2024-10-09
  • 8.7.0 - 2024-09-27
  • 8.6.4 - 2024-09-26
  • 8.6.3 - 2024-09-17
  • 8.6.2 - 2024-09-11
  • 8.6.1 - 2024-09-03
  • 8.6.0 - 2024-08-28
  • 8.5.5 - 2024-08-28
  • 8.5.4 - 2024-08-23
  • 8.5.3 - 2024-08-13
  • 8.5.2 - 2024-07-30
  • 8.5.1 - 2024-07-12
  • 8.5.0 - 2024-07-08
  • 8.4.5 - 2024-07-05
  • 8.4.4 - 2024-06-25
  • 8.4.3 - 2024-06-17
  • 8.4.2 - 2024-06-17
  • 8.4.1 - 2024-05-31
  • 8.4.0 - 2024-05-17
  • 8.3.5 - 2024-05-15
  • 8.3.4 - 2024-05-06
  • 8.3.3 - 2024-04-29
  • 8.3.2 - 2024-04-16
  • 8.3.1 - 2024-04-08
  • 8.3.0 - 2024-04-03
  • 8.2.4 - 2024-03-28
  • 8.2.3 - 2024-03-21
  • 8.2.2 - 2024-03-15
  • 8.2.1 - 2024-03-04
  • 8.2.0 - 2024-02-22
  • 8.1.3 - 2024-02-16
  • 8.1.2 - 2024-02-11
  • 8.1.1 - 2024-01-24
  • 8.1.0 - 2024-01-16
  • 8.0.4 - 2024-01-09
  • 8.0.3 - 2023-12-07
  • 8.0.2 - 2023-11-28
  • 8.0.1 - 2023-11-15
  • 8.0.0 - 2023-10-31
  • 8.0.0-rc0 - 2023-10-24
  • 7.8.7 - 2025-04-30
  • 7.8.6 - 2025-01-20
  • 7.8.5 - 2025-01-20
  • 7.8.4 - 2025-01-13
  • 7.8.3 - 2024-11-26
  • 7.8.2 - 2024-09-25
  • 7.8.1 - 2024-08-19
  • 7.8.0 - 2024-07-23
  • 7.7.0 - 2024-06-18
  • 7.6.13 - 2024-06-05
  • 7.6.12 - 2024-05-21
  • 7.6.11 - 2024-04-11
  • 7.6.10 - 2024-03-13
  • 7.6.9 - 2024-02-26
  • 7.6.8 - 2024-01-08
  • 7.6.7 - 2023-12-06
  • 7.6.6 - 2023-11-27
  • 7.6.5 - 2023-11-14
  • 7.6.4 - 2023-10-30
  • 7.6.3 - 2023-10-17
  • 7.6.2 - 2023-10-13
  • 7.6.1 - 2023-10-09
  • 7.6.0 - 2023-10-06
  • 7.5.4 - 2023-10-04
  • 7.5.3 - 2023-09-25
  • 7.5.2 - 2023-09-15
  • 7.5.1 - 2023-09-11
  • 7.5.0 - 2023-08-29
  • 7.4.5 - 2023-08-25
  • 7.4.4 - 2023-08-22
  • 7.4.3 - 2023-08-11
  • 7.4.2 - 2023-08-03
  • 7.4.1 - 2023-07-24
  • 7.4.0 - 2023-07-18
  • 7.3.4 - 2023-07-12
  • 7.3.3 - 2023-07-11
  • 7.3.2 - 2023-07-06
  • 7.3.1 - 2023-06-21
  • 7.3.0 - 2023-06-14
  • 7.2.4 - 2023-06-12
  • 7.2.3 - 2023-06-09
  • 7.2.2 - 2023-05-30
  • 7.2.1 - 2023-05-24
  • 7.2.0 - 2023-05-19
  • 7.1.2 - 2023-05-19
  • 7.1.1 - 2023-05-10
  • 7.1.0 - 2023-04-27
  • 7.0.5 - 2023-04-24
  • 7.0.4 - 2023-04-17
  • 7.0.3 - 2023-03-23
  • 7.0.2 - 2023-03-15
  • 7.0.1 - 2023-03-06
  • 7.0.0 - 2023-02-27
  • 7.0.0-rc0 - 2023-02-23
  • 6.13.8 - 2025-01-20
  • 6.13.7 - 2025-01-20
  • 6.13.6 - 2025-01-13
  • 6.13.5 - 2024-11-26
  • 6.13.4 - 2024-11-15
  • 6.13.3 - 2024-09-23
  • 6.13.2 - 2024-09-12
  • 6.13.1 - 2024-09-06
  • 6.13.0 - 2024-06-06
  • 6.12.9 - 2024-05-24
  • 6.12.8 - 2024-04-10
  • 6.12.7 - 2024-03-01
  • 6.12.6 - 2024-01-22
  • 6.12.5 - 2024-01-03
  • 6.12.4 - 2023-12-27
  • 6.12.3 - 2023-11-07
  • 6.12.2 - 2023-10-25
  • 6.12.1 - 2023-10-12
  • 6.12.0 - 2023-08-24
  • 6.11.6 - 2023-08-21
  • 6.11.5 - 2023-08-01
  • 6.11.4 - 2023-07-17
  • 6.11.3 - 2023-07-11
  • 6.11.2 - 2023-06-08
  • 6.11.1 - 2023-05-08
  • 6.11.0 - 2023-05-01
  • 6.10.5 - 2023-04-06
  • 6.10.4 - 2023-03-21
  • 6.10.3 - 2023-03-13
  • 6.10.2 - 2023-03-07
  • 6.10.1 - 2023-03-03
  • 6.10.0 - 2023-02-22
  • 6.9.3 - 2023-02-22
  • 6.9.2 - 2023-02-16
  • 6.9.1 - 2023-02-06
  • 6.9.0 - 2023-01-25
  • 6.8.4 - 2023-01-17
  • 6.8.3 - 2023-01-06
  • 6.8.2 - 2022-12-28
  • 6.8.1 - 2022-12-19
  • 6.8.0 - 2022-12-05
  • 6.7.5 - 2022-11-30
  • 6.7.4 - 2022-11-28
  • 6.7.3 - 2022-11-22
  • 6.7.2 - 2022-11-07
  • 6.7.1 - 2022-11-02
  • 6.7.0 - 2022-10-24
  • 6.6.7 - 2022-10-21
  • 6.6.6 - 2022-10-20
  • 6.6.5 - 2022-10-05
  • 6.6.4 - 2022-10-03
  • 6.6.3 - 2022-09-30
  • 6.6.2 - 2022-09-26
  • 6.6.1 - 2022-09-14
  • 6.6.0 - 2022-09-08
  • 6.5.5 - 2022-09-07
  • 6.5.4 - 2022-08-30
  • 6.5.3 - 2022-08-25
  • 6.5.2 - 2022-08-10
  • 6.5.1 - 2022-08-03
  • 6.5.0 - 2022-07-26
  • 6.4.7 - 2022-07-25
  • 6.4.6 - 2022-07-20
  • 6.4.5 - 2022-07-18
  • 6.4.4 - 2022-07-08
  • 6.4.3 - 2022-07-05
  • 6.4.2 - 2022-07-01
  • 6.4.1 - 2022-06-27
  • 6.4.0 - 2022-06-17
  • 6.3.9 - 2022-06-17
  • 6.3.8 - 2022-06-13
  • 6.3.7 - 2022-06-13
  • 6.3.6 - 2022-06-07
  • 6.3.5 - 2022-05-30
  • 6.3.4 - 2022-05-19
  • 6.3.3 - 2022-05-09
  • 6.3.2 - 2022-05-02
  • 6.3.1 - 2022-04-21
  • 6.3.0 - 2022-04-14
  • 6.2.11 - 2022-04-13
  • 6.2.10 - 2022-04-04
  • 6.2.9 - 2022-03-28
  • 6.2.8 - 2022-03-23
  • 6.2.7 - 2022-03-16
  • 6.2.6 - 2022-03-11
  • 6.2.5 - 2022-03-09
  • 6.2.4 - 2022-02-28
  • 6.2.3 - 2022-02-21
  • 6.2.2 - 2022-02-16
  • 6.2.1 - 2022-02-07
  • 6.2.0 - 2022-02-02
  • 6.1.10 - 2022-02-01
  • 6.1.9 - 2022-01-31
  • 6.1.8 - 2022-01-24
  • 6.1.7 - 2022-01-17
  • 6.1.6 - 2022-01-10
  • 6.1.5 - 2022-01-04
  • 6.1.4 - 2021-12-27
  • 6.1.3 - 2021-12-21
  • 6.1.2 - 2021-12-15
  • 6.1.1 - 2021-12-09
  • 6.1.0 - 2021-12-07
  • 6.0.15 - 2021-12-06
  • 6.0.14 - 2021-11-29
  • 6.0.13 - 2021-11-15
  • 6.0.12 - 2021-10-21
  • 6.0.11 - 2021-10-14
  • 6.0.10 - 2021-10-08
  • 6.0.9 - 2021-10-04
  • 6.0.8 - 2021-09-27
  • 6.0.7 - 2021-09-20
  • 6.0.6 - 2021-09-15
  • 6.0.5 - 2021-09-06
  • 6.0.4 - 2021-09-01
  • 6.0.3 - 2021-08-30
  • 6.0.2 - 2021-08-26
  • 6.0.1 - 2021-08-25
  • 6.0.0 - 2021-08-24
  • 6.0.0-rc2 - 2021-08-23
  • 6.0.0-rc1 - 2021-08-12
  • 6.0.0-rc0 - 2021-08-03
  • 5.13.23 - 2024-12-17
  • 5.13.22 - 2024-01-02
  • 5.13.21 - 2023-10-19
  • 5.13.20 - 2023-07-12
  • 5.13.19 - 2023-06-22
  • 5.13.18 - 2023-06-22
  • 5.13.17 - 2023-04-04
  • 5.13.16 - 2023-02-20
  • 5.13.15 - 2022-08-22
  • 5.13.14 - 2021-12-27
  • 5.13.13 - 2021-11-02
  • 5.13.12 - 2021-10-19
  • 5.13.11 - 2021-10-12
  • 5.13.10 - 2021-10-05
  • 5.13.9 - 2021-09-06
  • 5.13.8 - 2021-08-23
  • 5.13.7 - 2021-08-11
  • 5.13.6 - 2021-08-09
  • 5.13.5 - 2021-07-30
  • 5.13.4 - 2021-07-28
  • 5.13.3 - 2021-07-16
  • 5.13.2 - 2021-07-03
  • 5.13.1 - 2021-07-02
  • 5.13.0 - 2021-06-28
  • 5.12.15 - 2021-06-25
  • 5.12.14 - 2021-06-15
  • 5.12.13 - 2021-06-04
  • 5.12.12 - 2021-05-28
  • 5.12.11 - 2021-05-24
  • 5.12.10 - 2021-05-18
  • 5.12.9 - 2021-05-13
  • 5.12.8 - 2021-05-10
  • 5.12.7 - 2021-04-29
  • 5.12.6 - 2021-04-27
  • 5.12.5 - 2021-04-19
  • 5.12.4 - 2021-04-15
  • 5.12.3 - 2021-03-31
  • 5.12.2 - 2021-03-22
  • 5.12.1 - 2021-03-18
  • 5.12.0 - 2021-03-11
  • 5.11.20 - 2021-03-11
  • 5.11.19 - 2021-03-05
  • 5.11.18 - 2021-02-23
  • 5.11.17 - 2021-02-17
  • 5.11.16 - 2021-02-12
  • 5.11.15 - 2021-02-03
  • 5.11.14 - 2021-01-28
  • 5.11.13 - 2021-01-20
  • 5.11.12 - 2021-01-14
  • 5.11.11 - 2021-01-08
  • 5.11.10 - 2021-01-04
  • 5.11.9 - 2020-12-28
  • 5.11.8 - 2020-12-14
  • 5.11.7 - 2020-12-10
  • 5.11.6 - 2020-12-09
  • 5.11.5 - 2020-12-07
  • 5.11.4 - 2020-12-04
  • 5.11.3 - 2020-12-03
  • 5.11.2 - 2020-12-02
  • 5.11.1 - 2020-12-01
  • 5.11.0 - 2020-11-30
  • 5.10.19 - 2020-11-30
  • 5.10.18 - 2020-11-29
  • 5.10.17 - 2020-11-27
  • 5.10.16 - 2020-11-25
  • 5.10.15 - 2020-11-16
  • 5.10.14 - 2020-11-12
  • 5.10.13 - 2020-11-06
  • 5.10.12 - 2020-11-04
  • 5.10.11 - 2020-10-26
  • 5.10.10 - 2020-10-23
  • 5.10.9 - 2020-10-09
  • 5.10.8 - 2020-10-05
  • 5.10.7 - 2020-09-24
  • 5.10.6 - 2020-09-18
  • 5.10.5 - 2020-09-11
  • 5.10.4 - 2020-09-09
  • 5.10.3 - 2020-09-03
  • 5.10.2 - 2020-08-28
  • 5.10.1 - 2020-08-26
  • 5.10.0 - 2020-08-14
  • 5.9.29 - 2020-08-13
  • 5.9.28 - 2020-08-07
  • 5.9.27 - 2020-07-31
  • 5.9.26 - 2020-07-27
  • 5.9.25 - 2020-07-17
  • 5.9.24 - 2020-07-13
  • 5.9.23 - 2020-07-10
  • 5.9.22 - 2020-07-06
  • 5.9.21 - 2020-07-01
  • 5.9.20 - 2020-06-22
  • 5.9.19 - 2020-06-15
  • 5.9.18 - 2020-06-05
  • 5.9.17 - 2020-06-02
  • 5.9.16 - 2020-05-25
  • 5.9.15 - 2020-05-18
  • 5.9.14 - 2020-05-13
  • 5.9.13 - 2020-05-08
  • 5.9.12 - 2020-05-04
  • 5.9.11 - 2020-04-30
  • 5.9.10 - 2020-04-20
  • 5.9.9 - 2020-04-13
  • 5.9.7 - 2020-03-30
  • 5.9.6 - 2020-03-23
  • 5.9.5 - 2020-03-16
  • 5.9.4 - 2020-03-09
  • 5.9.3 - 2020-03-02
  • 5.9.2 - 2020-02-21
  • 5.9.1 - 2020-02-14
  • 5.9.0 - 2020-02-13
  • 5.8.13 - 2020-02-13
  • 5.8.12 - 2020-02-12
  • 5.8.11 - 2020-01-31
  • 5.8.10 - 2020-01-27
  • 5.8.9 - 2020-01-17
  • 5.8.7 - 2020-01-10
  • 5.8.6 - 2020-01-08
  • 5.8.5 - 2020-01-06
  • 5.8.4 - 2020-01-02
  • 5.8.3 - 2019-12-23
  • 5.8.2 - 2019-12-20
  • 5.8.1 - 2019-12-12
  • 5.8.0 - 2019-12-09
  • 5.7.14 - 2019-12-06
  • 5.7.13 - 2019-11-29
  • 5.7.12 - 2019-11-19
  • 5.7.11 - 2019-11-14
  • 5.7.10 - 2019-11-11
  • 5.7.9 - 2019-11-08
  • 5.7.8 - 2019-11-05
  • 5.7.7 - 2019-10-24
  • 5.7.6 - 2019-10-21
  • 5.7.5 - 2019-10-14
  • 5.7.4 - 2019-10-09
  • 5.7.3 - 2019-09-30
  • 5.7.1 - 2019-09-13
  • 5.7.0 - 2019-09-09
  • 5.6.13 - 2019-09-06
  • 5.6.12 - 2019-09-03
  • 5.6.11 - 2019-08-25
  • 5.6.10 - 2019-08-21
  • 5.6.9 - 2019-08-07
  • 5.6.8 - 2019-08-02
  • 5.6.7 - 2019-07-26
  • 5.6.6 - 2019-07-22
  • 5.6.5 - 2019-07-17
  • 5.6.4 - 2019-07-08
  • 5.6.3 - 2019-07-03
  • 5.6.2 - 2019-06-28
  • 5.6.1 - 2019-06-24
  • 5.6.0 - 2019-06-14
  • 5.5.15 - 2019-06-12
  • 5.5.14 - 2019-06-08
  • 5.5.13 - 2019-06-05
  • 5.5.12 - 2019-05-31
  • 5.5.11 - 2019-05-23
  • 5.5.10 - 2019-05-20
  • 5.5.9 - 2019-05-16
  • 5.5.8 - 2019-05-13
  • 5.5.7 - 2019-05-09
  • 5.5.6 - 2019-05-06
  • 5.5.5 - 2019-04-30
  • 5.5.4 - 2019-04-25
  • 5.5.3 - 2019-04-22
  • 5.5.2 - 2019-04-16
  • 5.5.1 - 2019-04-11
  • 5.5.0 - 2019-04-08
  • 5.4.23 - 2019-04-08
  • 5.4.22 - 2019-04-04
  • 5.4.21 - 2019-04-02
  • 5.4.20 - 2019-03-25
  • 5.4.19 - 2019-03-11
  • 5.4.18 - 2019-03-08
  • 5.4.17 - 2019-03-03
  • 5.4.16 - 2019-02-26
  • 5.4.15 - 2019-02-23
  • 5.4.14 - 2019-02-19
  • 5.4.13 - 2019-02-15
  • 5.4.12 - 2019-02-13
  • 5.4.11 - 2019-02-09
  • 5.4.10 - 2019-02-05
  • 5.4.9 - 2019-02-01
  • 5.4.8 - 2019-01-30
  • 5.4.7 - 2019-01-26
  • 5.4.6 - 2019-01-22
  • 5.4.5 - 2019-01-18
  • 5.4.4 - 2019-01-14
  • 5.4.3 - 2019-01-09
  • 5.4.2 - 2019-01-03
  • 5.4.1 - 2018-12-26
  • 5.4.0 - 2018-12-14
  • 5.3.16 - 2018-12-11
  • 5.3.15 - 2018-12-05
  • 5.3.14 - 2018-11-27
  • 5.3.13 - 2018-11-20
  • 5.3.12 - 2018-11-13
  • 5.3.11 - 2018-11-09
  • 5.3.10 - 2018-11-06
  • 5.3.9 - 2018-11-02
  • 5.3.8 - 2018-10-30
  • 5.3.7 - 2018-10-26
  • 5.3.6 - 2018-10-23
  • 5.3.5 - 2018-10-22
  • 5.3.4 - 2018-10-15
  • 5.3.3 - 2018-10-12
  • 5.3.2 - 2018-10-07
  • 5.3.1 - 2018-10-02
  • 5.3.0 - 2018-09-28
  • 5.2.18 - 2018-09-27
  • 5.2.17 - 2018-09-21
  • 5.2.16 - 2018-09-19
  • 5.2.15 - 2018-09-15
  • 5.2.14 - 2018-09-10
  • 5.2.13 - 2018-09-04
  • 5.2.12 - 2018-08-30
  • 5.2.11 - 2018-08-30
  • 5.2.10 - 2018-08-27
  • 5.2.9 - 2018-08-17
  • 5.2.8 - 2018-08-14
  • 5.2.7 - 2018-08-06
  • 5.2.6 - 2018-07-30
  • 5.2.5 - 2018-07-23
  • 5.2.4 - 2018-07-16
  • 5.2.3 - 2018-07-11
  • 5.2.2 - 2018-07-08
  • 5.2.1 - 2018-07-04
  • 5.2.0 - 2018-07-03
  • 5.1.8 - 2018-07-02
  • 5.1.7 - 2018-06-26
  • 5.1.6 - 2018-06-19
  • 5.1.5 - 2018-06-11
  • 5.1.4 - 2018-06-04
  • 5.1.3 - 2018-05-29
  • 5.1.2 - 2018-05-21
  • 5.1.1 - 2018-05-14
  • 5.1.0 - 2018-05-10
  • 5.0.18 - 2018-05-09
  • 5.0.17 - 2018-04-30
  • 5.0.16 - 2018-04-23
  • 5.0.15 - 2018-04-16
  • 5.0.14 - 2018-04-09
  • 5.0.13 - 2018-04-05
  • 5.0.12 - 2018-03-27
  • 5.0.11 - 2018-03-19
  • 5.0.10 - 2018-03-13
  • 5.0.9 - 2018-03-05
  • 5.0.8 - 2018-03-03
  • 5.0.7 - 2018-02-23
  • 5.0.6 - 2018-02-15
  • 5.0.5 - 2018-02-13
  • 5.0.4 - 2018-02-08
  • 5.0.3 - 2018-02-01
  • 5.0.2 - 2018-01-28
  • 5.0.1 - 2018-01-20
  • 5.0.0 - 2018-01-17
  • 5.0.0-rc2 - 2018-01-04
  • 5.0.0-rc1 - 2018-01-02
  • 5.0.0-rc0 - 2017-12-28
  • 4.13.21 - 2020-07-12
  • 4.13.20 - 2020-01-08
  • 4.13.19 - 2019-07-17
  • ...

Snyk has created this PR to upgrade mongoose from 4.2.4 to 8.18.0.

See this package in npm:
mongoose

See this project in Snyk:
https://app.snyk.io/org/panda-co/project/ebfb2282-581e-4b1b-afb0-8a0e07b1b540?utm_source=github&utm_medium=referral&page=upgrade-pr
@akanchhaS
Copy link
Owner Author

akanchhaS commented Sep 13, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants