Skip to content

Commit 545b3c2

Browse files
authored
chore(deps): bump mongoose from 8.5.3 to 8.8.3 (#325)
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.5.3 to 8.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/releases">mongoose's releases</a>.</em></p> <blockquote> <h1>8.8.3 / 2024-11-26</h1> <ul> <li>fix: disallow using $where in match</li> <li>perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties <a href="https://redirect.github.com/Automattic/mongoose/issues/15055">#15055</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15029">#15029</a></li> <li>fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update <a href="https://redirect.github.com/Automattic/mongoose/issues/15046">#15046</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15040">#15040</a></li> </ul> <h1>8.8.2 / 2024-11-18</h1> <ul> <li>fix(model): handle array filters when casting bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/15036">#15036</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14978">#14978</a></li> <li>fix(model): make diffIndexes() avoid trying to drop default timeseries collection index <a href="https://redirect.github.com/Automattic/mongoose/issues/15035">#15035</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14984">#14984</a></li> <li>fix: save execution stack in query as string <a href="https://redirect.github.com/Automattic/mongoose/issues/15039">#15039</a> <a href="https://github.com/durran">durran</a></li> <li>types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' <a href="https://redirect.github.com/Automattic/mongoose/issues/15038">#15038</a></li> <li>docs(migrating_to_8): add note about removing findByIdAndRemove <a href="https://redirect.github.com/Automattic/mongoose/issues/15024">#15024</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> </ul> <h1>8.8.1 / 2024-11-08</h1> <ul> <li>perf: make a few micro-optimizations to help speed up findOne() <a href="https://redirect.github.com/Automattic/mongoose/issues/15022">#15022</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14906">#14906</a></li> <li>fix: apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly <a href="https://redirect.github.com/Automattic/mongoose/issues/15001">#15001</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14961">#14961</a></li> <li>fix(query): add overwriteImmutable option to allow updating immutable properties without disabling strict mode <a href="https://redirect.github.com/Automattic/mongoose/issues/15000">#15000</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/8619">#8619</a></li> </ul> <h1>8.8.0 / 2024-10-31</h1> <ul> <li>feat: upgrade mongodb -&gt; ~6.10 <a href="https://redirect.github.com/Automattic/mongoose/issues/14991">#14991</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14877">#14877</a></li> <li>feat(query): add schemaLevelProjections option to query to disable schema-level select: false <a href="https://redirect.github.com/Automattic/mongoose/issues/14986">#14986</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/11474">#11474</a></li> <li>feat: allow defining virtuals on arrays, not just array elements <a href="https://redirect.github.com/Automattic/mongoose/issues/14955">#14955</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/2326">#2326</a></li> <li>feat(model): add applyTimestamps() function to apply all schema timestamps, including subdocuments, to a given POJO <a href="https://redirect.github.com/Automattic/mongoose/issues/14943">#14943</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14698">#14698</a></li> <li>feat(model): add hideIndexes option to syncIndexes() and cleanIndexes() <a href="https://redirect.github.com/Automattic/mongoose/issues/14987">#14987</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14868">#14868</a></li> <li>fix(query): make sanitizeFilter disable implicit $in <a href="https://redirect.github.com/Automattic/mongoose/issues/14985">#14985</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14657">#14657</a></li> <li>fix(model): avoid unhandled error if createIndex() throws a sync error <a href="https://redirect.github.com/Automattic/mongoose/issues/14995">#14995</a></li> <li>fix(model): avoid throwing TypeError if bulkSave()'s bulkWrite() fails with a non-BulkWriteError <a href="https://redirect.github.com/Automattic/mongoose/issues/14993">#14993</a></li> <li>types: added toJSON:flattenObjectIds effect <a href="https://redirect.github.com/Automattic/mongoose/issues/14989">#14989</a></li> <li>types: add <code>__v</code> to lean() result type and ModifyResult <a href="https://redirect.github.com/Automattic/mongoose/issues/14990">#14990</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12959">#12959</a></li> <li>types: use globalThis instead of global for NativeDate <a href="https://redirect.github.com/Automattic/mongoose/issues/14992">#14992</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14988">#14988</a></li> <li>docs(change-streams): fix markdown syntax highlighting for script output example <a href="https://redirect.github.com/Automattic/mongoose/issues/14994">#14994</a></li> </ul> <h1>8.7.3 / 2024-10-25</h1> <ul> <li>fix(cursor): close underlying query cursor when calling destroy() <a href="https://redirect.github.com/Automattic/mongoose/issues/14982">#14982</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14966">#14966</a></li> <li>types: add JSONSerialized helper that can convert HydratedDocument to JSON output type <a href="https://redirect.github.com/Automattic/mongoose/issues/14981">#14981</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14451">#14451</a></li> <li>types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override <a href="https://redirect.github.com/Automattic/mongoose/issues/14977">#14977</a></li> <li>types(connection): add missing sanitizeFilter option <a href="https://redirect.github.com/Automattic/mongoose/issues/14975">#14975</a></li> <li>types: improve goto definition for inferred schema definitions <a href="https://redirect.github.com/Automattic/mongoose/issues/14968">#14968</a> <a href="https://github.com/forivall">forivall</a></li> <li>docs(migration-guide-v7): correct link to the section &quot;Id Setter&quot; <a href="https://redirect.github.com/Automattic/mongoose/issues/14973">#14973</a> <a href="https://github.com/rb-ntnx">rb-ntnx</a></li> </ul> <h1>8.7.2 / 2024-10-17</h1> <ul> <li>fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null <a href="https://redirect.github.com/Automattic/mongoose/issues/14963">#14963</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14952">#14952</a></li> <li>fix(populate): handle array of ids with parent refPath <a href="https://redirect.github.com/Automattic/mongoose/issues/14965">#14965</a></li> <li>types: make Buffers into mongodb.Binary in lean result type to match runtime behavior <a href="https://redirect.github.com/Automattic/mongoose/issues/14967">#14967</a></li> <li>types: correct schema type inference when using nested typeKey like type: { type: String } <a href="https://redirect.github.com/Automattic/mongoose/issues/14956">#14956</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14950">#14950</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's changelog</a>.</em></p> <blockquote> <h1>8.8.3 / 2024-11-26</h1> <ul> <li>fix: disallow using $where in match</li> <li>perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties <a href="https://redirect.github.com/Automattic/mongoose/issues/15055">#15055</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15029">#15029</a></li> <li>fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update <a href="https://redirect.github.com/Automattic/mongoose/issues/15046">#15046</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/15040">#15040</a></li> </ul> <h1>8.8.2 / 2024-11-18</h1> <ul> <li>fix(model): handle array filters when casting bulkWrite <a href="https://redirect.github.com/Automattic/mongoose/issues/15036">#15036</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14978">#14978</a></li> <li>fix(model): make diffIndexes() avoid trying to drop default timeseries collection index <a href="https://redirect.github.com/Automattic/mongoose/issues/15035">#15035</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14984">#14984</a></li> <li>fix: save execution stack in query as string <a href="https://redirect.github.com/Automattic/mongoose/issues/15039">#15039</a> <a href="https://github.com/durran">durran</a></li> <li>types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' <a href="https://redirect.github.com/Automattic/mongoose/issues/15038">#15038</a></li> <li>docs(migrating_to_8): add note about removing findByIdAndRemove <a href="https://redirect.github.com/Automattic/mongoose/issues/15024">#15024</a> <a href="https://github.com/dragontaek-lee">dragontaek-lee</a></li> </ul> <h1>8.8.1 / 2024-11-08</h1> <ul> <li>perf: make a few micro-optimizations to help speed up findOne() <a href="https://redirect.github.com/Automattic/mongoose/issues/15022">#15022</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14906">#14906</a></li> <li>fix: apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly <a href="https://redirect.github.com/Automattic/mongoose/issues/15001">#15001</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14961">#14961</a></li> <li>fix(query): add overwriteImmutable option to allow updating immutable properties without disabling strict mode <a href="https://redirect.github.com/Automattic/mongoose/issues/15000">#15000</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/8619">#8619</a></li> </ul> <h1>8.8.0 / 2024-10-31</h1> <ul> <li>feat: upgrade mongodb -&gt; ~6.10 <a href="https://redirect.github.com/Automattic/mongoose/issues/14991">#14991</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14877">#14877</a></li> <li>feat(query): add schemaLevelProjections option to query to disable schema-level select: false <a href="https://redirect.github.com/Automattic/mongoose/issues/14986">#14986</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/11474">#11474</a></li> <li>feat: allow defining virtuals on arrays, not just array elements <a href="https://redirect.github.com/Automattic/mongoose/issues/14955">#14955</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/2326">#2326</a></li> <li>feat(model): add applyTimestamps() function to apply all schema timestamps, including subdocuments, to a given POJO <a href="https://redirect.github.com/Automattic/mongoose/issues/14943">#14943</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14698">#14698</a></li> <li>feat(model): add hideIndexes option to syncIndexes() and cleanIndexes() <a href="https://redirect.github.com/Automattic/mongoose/issues/14987">#14987</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14868">#14868</a></li> <li>fix(query): make sanitizeFilter disable implicit $in <a href="https://redirect.github.com/Automattic/mongoose/issues/14985">#14985</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14657">#14657</a></li> <li>fix(model): avoid unhandled error if createIndex() throws a sync error <a href="https://redirect.github.com/Automattic/mongoose/issues/14995">#14995</a></li> <li>fix(model): avoid throwing TypeError if bulkSave()'s bulkWrite() fails with a non-BulkWriteError <a href="https://redirect.github.com/Automattic/mongoose/issues/14993">#14993</a></li> <li>types: added toJSON:flattenObjectIds effect <a href="https://redirect.github.com/Automattic/mongoose/issues/14989">#14989</a></li> <li>types: add <code>__v</code> to lean() result type and ModifyResult <a href="https://redirect.github.com/Automattic/mongoose/issues/14990">#14990</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/12959">#12959</a></li> <li>types: use globalThis instead of global for NativeDate <a href="https://redirect.github.com/Automattic/mongoose/issues/14992">#14992</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14988">#14988</a></li> <li>docs(change-streams): fix markdown syntax highlighting for script output example <a href="https://redirect.github.com/Automattic/mongoose/issues/14994">#14994</a></li> </ul> <h1>8.7.3 / 2024-10-25</h1> <ul> <li>fix(cursor): close underlying query cursor when calling destroy() <a href="https://redirect.github.com/Automattic/mongoose/issues/14982">#14982</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14966">#14966</a></li> <li>types: add JSONSerialized helper that can convert HydratedDocument to JSON output type <a href="https://redirect.github.com/Automattic/mongoose/issues/14981">#14981</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14451">#14451</a></li> <li>types(model): convert InsertManyResult to interface and remove unnecessary insertedIds override <a href="https://redirect.github.com/Automattic/mongoose/issues/14977">#14977</a></li> <li>types(connection): add missing sanitizeFilter option <a href="https://redirect.github.com/Automattic/mongoose/issues/14975">#14975</a></li> <li>types: improve goto definition for inferred schema definitions <a href="https://redirect.github.com/Automattic/mongoose/issues/14968">#14968</a> <a href="https://github.com/forivall">forivall</a></li> <li>docs(migration-guide-v7): correct link to the section &quot;Id Setter&quot; <a href="https://redirect.github.com/Automattic/mongoose/issues/14973">#14973</a> <a href="https://github.com/rb-ntnx">rb-ntnx</a></li> </ul> <h1>8.7.2 / 2024-10-17</h1> <ul> <li>fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null <a href="https://redirect.github.com/Automattic/mongoose/issues/14963">#14963</a> <a href="https://redirect.github.com/Automattic/mongoose/issues/14952">#14952</a></li> <li>fix(populate): handle array of ids with parent refPath <a href="https://redirect.github.com/Automattic/mongoose/issues/14965">#14965</a></li> <li>types: make Buffers into mongodb.Binary in lean result type to match runtime behavior <a href="https://redirect.github.com/Automattic/mongoose/issues/14967">#14967</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/bb98dcf859b2cf0cc7da9d16d9d09afe445321f3"><code>bb98dcf</code></a> chore: release 8.8.3</li> <li><a href="https://github.com/Automattic/mongoose/commit/862d1a50d3d768fb6be0b1c58224445310880b39"><code>862d1a5</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15055">#15055</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15029">gh-15029</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/8f774f0cfbb792d739ff273ff4c3813c7be34828"><code>8f774f0</code></a> address code review comments</li> <li><a href="https://github.com/Automattic/mongoose/commit/768d4603ee2fd814e0d6b45ca43bfb72be86d15b"><code>768d460</code></a> Merge branch 'vkarpov15/sift-where'</li> <li><a href="https://github.com/Automattic/mongoose/commit/c9e86bff7eef477da75a29af62a06d41a835a156"><code>c9e86bf</code></a> fix: disallow using $where in match</li> <li><a href="https://github.com/Automattic/mongoose/commit/b76ca9dbee9ee346668537aeb36d3f413052c53a"><code>b76ca9d</code></a> Merge pull request <a href="https://redirect.github.com/Automattic/mongoose/issues/15046">#15046</a> from Automattic/vkarpov15/<a href="https://redirect.github.com/Automattic/mongoose/issues/15040">gh-15040</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/7639fc6a85cd9ebe2cbf3a8a16ec2c8fcc2ea202"><code>7639fc6</code></a> perf: cache results from getAllSubdocs() on saveOptions, only loop through kn...</li> <li><a href="https://github.com/Automattic/mongoose/commit/83db6139771585e97d94b432d69848072c08f546"><code>83db613</code></a> fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne a...</li> <li><a href="https://github.com/Automattic/mongoose/commit/b34aba65bd64540e330665477f542eb79c877909"><code>b34aba6</code></a> chore: release 8.8.2</li> <li><a href="https://github.com/Automattic/mongoose/commit/f45008358dfe08d582e2f45dcd999c099550545c"><code>f450083</code></a> docs(migrating_to_8): add note about removing findByIdAndRemove</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/8.5.3...8.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.5.3&new-version=8.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/TriPSs/nestjs-query/network/alerts). </details>
2 parents ff22a05 + e0b5f39 commit 545b3c2

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@nestjs/sequelize": "10.0.1",
2727
"@nestjs/typeorm": "^10.0.2",
2828
"class-validator": "0.14.1",
29-
"mongoose": "^8.5.3",
29+
"mongoose": "^8.8.3",
3030
"reflect-metadata": "^0.2.2",
3131
"sequelize": "6.37.3",
3232
"sequelize-typescript": "2.1.6",

yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15229,84 +15229,84 @@ __metadata:
1522915229
languageName: node
1523015230
linkType: hard
1523115231

15232-
"mongodb@npm:6.9.0":
15233-
version: 6.9.0
15234-
resolution: "mongodb@npm:6.9.0"
15232+
"mongodb@npm:^5.9.1":
15233+
version: 5.9.2
15234+
resolution: "mongodb@npm:5.9.2"
1523515235
dependencies:
15236-
"@mongodb-js/saslprep": "npm:^1.1.5"
15237-
bson: "npm:^6.7.0"
15238-
mongodb-connection-string-url: "npm:^3.0.0"
15236+
"@mongodb-js/saslprep": "npm:^1.1.0"
15237+
bson: "npm:^5.5.0"
15238+
mongodb-connection-string-url: "npm:^2.6.0"
15239+
socks: "npm:^2.7.1"
1523915240
peerDependencies:
1524015241
"@aws-sdk/credential-providers": ^3.188.0
15241-
"@mongodb-js/zstd": ^1.1.0
15242-
gcp-metadata: ^5.2.0
15243-
kerberos: ^2.0.1
15244-
mongodb-client-encryption: ">=6.0.0 <7"
15242+
"@mongodb-js/zstd": ^1.0.0
15243+
kerberos: ^1.0.0 || ^2.0.0
15244+
mongodb-client-encryption: ">=2.3.0 <3"
1524515245
snappy: ^7.2.2
15246-
socks: ^2.7.1
15246+
dependenciesMeta:
15247+
"@mongodb-js/saslprep":
15248+
optional: true
1524715249
peerDependenciesMeta:
1524815250
"@aws-sdk/credential-providers":
1524915251
optional: true
1525015252
"@mongodb-js/zstd":
1525115253
optional: true
15252-
gcp-metadata:
15253-
optional: true
1525415254
kerberos:
1525515255
optional: true
1525615256
mongodb-client-encryption:
1525715257
optional: true
1525815258
snappy:
1525915259
optional: true
15260-
socks:
15261-
optional: true
15262-
checksum: 10/c2b1af2affc27d67ffd966e1821585d88970bfefae21a3f7232d2f32345df3ea1ff329118844904527f6d74cc4fcab7fcafae1f6a4d6b12a58c3f24a9a5e4e9b
15260+
checksum: 10/f80ccd8a55a1bdb2513db98e97f723b7c67b1b0dd94ff254930b8fd9b1f4efbf66ceff191748aaf8b0b5331d381497c39857b3380bf013de1f9148a7f9220336
1526315261
languageName: node
1526415262
linkType: hard
1526515263

15266-
"mongodb@npm:^5.9.1":
15267-
version: 5.9.2
15268-
resolution: "mongodb@npm:5.9.2"
15264+
"mongodb@npm:~6.10.0":
15265+
version: 6.10.0
15266+
resolution: "mongodb@npm:6.10.0"
1526915267
dependencies:
15270-
"@mongodb-js/saslprep": "npm:^1.1.0"
15271-
bson: "npm:^5.5.0"
15272-
mongodb-connection-string-url: "npm:^2.6.0"
15273-
socks: "npm:^2.7.1"
15268+
"@mongodb-js/saslprep": "npm:^1.1.5"
15269+
bson: "npm:^6.7.0"
15270+
mongodb-connection-string-url: "npm:^3.0.0"
1527415271
peerDependencies:
1527515272
"@aws-sdk/credential-providers": ^3.188.0
15276-
"@mongodb-js/zstd": ^1.0.0
15277-
kerberos: ^1.0.0 || ^2.0.0
15278-
mongodb-client-encryption: ">=2.3.0 <3"
15273+
"@mongodb-js/zstd": ^1.1.0
15274+
gcp-metadata: ^5.2.0
15275+
kerberos: ^2.0.1
15276+
mongodb-client-encryption: ">=6.0.0 <7"
1527915277
snappy: ^7.2.2
15280-
dependenciesMeta:
15281-
"@mongodb-js/saslprep":
15282-
optional: true
15278+
socks: ^2.7.1
1528315279
peerDependenciesMeta:
1528415280
"@aws-sdk/credential-providers":
1528515281
optional: true
1528615282
"@mongodb-js/zstd":
1528715283
optional: true
15284+
gcp-metadata:
15285+
optional: true
1528815286
kerberos:
1528915287
optional: true
1529015288
mongodb-client-encryption:
1529115289
optional: true
1529215290
snappy:
1529315291
optional: true
15294-
checksum: 10/f80ccd8a55a1bdb2513db98e97f723b7c67b1b0dd94ff254930b8fd9b1f4efbf66ceff191748aaf8b0b5331d381497c39857b3380bf013de1f9148a7f9220336
15292+
socks:
15293+
optional: true
15294+
checksum: 10/cab3b9171de69078a69a969d9c17b78b14fd346ad7579e8e88369d0494cd9bfb3a58e78d312d8480b94c601907aa57b5fa89fe44531de94839a04b79ea856ae0
1529515295
languageName: node
1529615296
linkType: hard
1529715297

15298-
"mongoose@npm:^8.5.3":
15299-
version: 8.7.1
15300-
resolution: "mongoose@npm:8.7.1"
15298+
"mongoose@npm:^8.8.3":
15299+
version: 8.8.4
15300+
resolution: "mongoose@npm:8.8.4"
1530115301
dependencies:
1530215302
bson: "npm:^6.7.0"
1530315303
kareem: "npm:2.6.3"
15304-
mongodb: "npm:6.9.0"
15304+
mongodb: "npm:~6.10.0"
1530515305
mpath: "npm:0.9.0"
1530615306
mquery: "npm:5.0.0"
1530715307
ms: "npm:2.1.3"
1530815308
sift: "npm:17.1.3"
15309-
checksum: 10/9566e470c83059c1ccd0aee025ce69077395f4d9bed82ebfe9cde63e241b25035fd03034d53be10c343c86fbc6d0a85490c6db6ca810318af7a77c2b37c275c7
15309+
checksum: 10/0267f3f8b65628335375467bdd149fb2a487458c9c66ddd18ea4f9e4000ecbe3729000d29a25c544c5a4e01eaeadcb54c9b4957204bf02a206ed1c32b31ca30f
1531015310
languageName: node
1531115311
linkType: hard
1531215312

@@ -15560,7 +15560,7 @@ __metadata:
1556015560
jest: "npm:29.7.0"
1556115561
jest-extended: "npm:4.0.2"
1556215562
mongodb-memory-server: "npm:9.3.0"
15563-
mongoose: "npm:^8.5.3"
15563+
mongoose: "npm:^8.8.3"
1556415564
mysql2: "npm:3.11.0"
1556515565
nx: "npm:19.6.1"
1556615566
passport: "npm:0.7.0"

0 commit comments

Comments
 (0)