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.9.23 to 5.9.24 #68

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade mongoose from 5.9.23 to 5.9.24.

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
  • 02bef0e chore: release 5.9.24
  • 415ba3d fix(schema+document): support adding `null` to schema boolean's `convertToFalse` set
  • 4de0417 docs(model): make `find` and `findOne()` examples use async/await and clarify `find({})` is find all
  • 423acb4 fix(connection): dont overwrite user-specified `bufferMaxEntries` when setting `bufferCommands`
  • c2801f7 Merge branch '4.x'
  • 7b11d70 chore: release 4.13.21
  • f88eb25 fix(query): delete top-level `_bsontype` property in queries to prevent silent empty queries
  • 9a23c42 fix(connection): respect connection-level `bufferCommands` option if `mongoose.connect()` is called after `mongoose.model()`
  • 35869a3 fix(document): clear out `priorDoc` after overwriting single nested subdoc so changes after overwrite get persisted correctly
  • bd0d7b9 test(document): repro #9208
  • 386585e fix(model): allow passing projection to `Model.hydrate()`
  • 40fc5e3 test(model): repro #9209
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 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: