This commit is contained in:
Jonasz Bigda
2023-03-25 21:51:42 +01:00
parent 0db1d5117e
commit b332e9ceb0
1044 changed files with 37502 additions and 63938 deletions

12
node_modules/mquery/History.md generated vendored
View File

@@ -1,3 +1,15 @@
3.2.5 / 2021-03-29
==================
* fix(utils): make `mergeClone()` skip special properties like `__proto__` #121 [zpbrent](https://github.com/zpbrent)
3.2.4 / 2021-02-12
==================
* fix(utils): make clone() only copy own properties Automattic/mongoose#9876
3.2.3 / 2020-12-10
==================
* fix(utils): avoid copying special properties like `__proto__` when merging and cloning. Fix CVE-2020-35149
3.2.2 / 2019-09-22
==================
* fix: dont re-call setOptions() when pulling base class options Automattic/mongoose#8159