dependabot npm(deps): bump mongoose from 6.4.5 to 6.4.6
Bumps mongoose from 6.4.5 to 6.4.6.
Release notes
Sourced from mongoose's releases.
6.4.6 / 2022-07-20
- fix(schema): disallow setting proto when creating schema with dotted properties #12085
- fix(document): avoid mutating original object passed to $set() when applying defaults to nested properties #12102
- fix(query): apply lean transform option to top-level document #12093
- docs(migrating_to_6): correct example for
isObjectIdOrHexString()
#12123 LokeshKanumoori
Changelog
Sourced from mongoose's changelog.
6.4.6 / 2022-07-20
- fix(schema): disallow setting proto when creating schema with dotted properties #12085
- fix(document): avoid mutating original object passed to $set() when applying defaults to nested properties #12102
- fix(query): apply lean transform option to top-level document #12093
- docs(migrating_to_6): correct example for
isObjectIdOrHexString()
#12123 LokeshKanumoori
Commits
-
5449ab9
chore: release 6.4.6 -
b8c99cf
Merge pull request #11892 from Automattic/netlify-functions-example -
2751883
fix tests -
eced2c7
Merge branch 'master' into netlify-functions-example -
92cb6fb
Merge branch 'master' into vkarpov15/gh-12085 -
422f9da
test(schema): add coverage for callingplugin()
with options -
2262a77
fix(document): avoid mutating original object passed to $set() when applying ... -
2e6b064
made requested changes -
b70a0dc
Merge pull request #12123 from LokeshKanumoori/patch-1 -
086bd9f
fix(query): apply lean transform option to top-level document - Additional commits viewable in compare view