SvenWesterlaken / mongo4j

A mongoose plugin to automatically maintain nodes & relationships in neo4j
https://www.npmjs.com/package/mongo4j
MIT License
14 stars 4 forks source link

[Snyk] Upgrade mongoose from 5.12.4 to 5.12.5 #107

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade mongoose from 5.12.4 to 5.12.5.

merge advice :information_source: 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.


Release notes
Package name: mongoose from mongoose GitHub release notes
Commit messages
Package name: mongoose
  • 98519de chore: release 5.12.5
  • d5b7e25 docs: update license copyright
  • 937cb24 fix(populate): handle populating underneath document array when document array property doesn't exist in db
  • 95f8fe7 docs(mongoose): make `useCreateIndex` always `false` in docs
  • 61d24d4 fix(index.d.ts): allow passing array of aggregation pipeline stages to `updateOne()` and `updateMany()`
  • 998ef54 fix(populate): clear out dangling pointers to populated docs so query cursor with populate() can garbage collect populated subdocs
  • e2b7553 fix(index.d.ts): support legacy 2nd param callback syntax for `deleteOne()`, `deleteMany()`
  • c90140f fix(index.d.ts): allow `any` for `$push` to allow `$push` with positional operator
  • dad2e20 fix(connection): pull correct `autoCreate` value from Mongoose global when creating new model before calling `connect()`
  • 7b2b1bf fix(populate): handle populating paths on documents with discriminator keys that point to non-existent discriminators
  • 854374b docs(schema): fix incorrect links from schema API docs
  • 6d962f4 fix(index.d.ts): allow numbers as discriminator names
  • 86524c7 fix(index.d.ts): allow `type: Boolean` in Schema definitions
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

SvenWesterlaken commented 3 years ago

:tada: This issue has been resolved in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: