dependabot npm(deps): bump mongoose from 8.6.2 to 8.6.3
Bumps mongoose from 8.6.2 to 8.6.3.
Changelog
Sourced from mongoose's changelog.
8.6.3 / 2024-09-17
- fix: make getters convert uuid to string when calling toObject() and toJSON() #14890 #14869
- fix: fix missing Aggregate re-exports for ESM #14886 wongsean
- types(document): add generic param to depopulate() to allow updating properties #14891 #14876
6.13.2 / 2024-09-12
Commits
-
8330f1e
chore: release 8.6.3 -
3902283
Merge pull request #14890 from Automattic/vkarpov15/gh-14869 -
90f8af3
Merge pull request #14891 from Automattic/vkarpov15/gh-14876 -
02162ff
Update lib/schema/uuid.js -
499582a
Update lib/schema/uuid.js -
78623ba
types(document): add generic param to depopulate() to allow updating properties -
5b5f3d8
style: fix lint -
762d063
fix: make getters convert uuid to string when calling toObject() and toJSON() -
1b18d5b
Merge pull request #14886 from wongsean/patch-1 -
8d424a3
Fix missingAggregate
re-exports - See full diff in compare view