dependabot[bot] opened a new pull request, #24: URL: https://github.com/apache/ignite-web-console/pull/24
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.4 to 5.13.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md">mongoose's changelog</a>.</em></p> <blockquote> <h1>5.13.15 / 2022-08-22</h1> <ul> <li>fix: backport fix for CVE-2022-2564 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12281">#12281</a> <a href="https://github.com/shubanker">shubanker</a></li> <li>docs: fix broken link from findandmodify method deprecation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11366">#11366</a> <a href="https://github.com/laissonsilveira">laissonsilveira</a></li> </ul> <h1>6.5.2 / 2022-08-09</h1> <ul> <li>fix(aggregate): avoid throwing error when disconnecting with change stream open <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12201">#12201</a> <a href="https://github.com/ramos-ph">ramos-ph</a></li> <li>fix(query): overwrite top-level key if using Query.prototype.set() to set to undefined <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12155">#12155</a></li> <li>fix(query): shallow clone options before modifying <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12176">#12176</a></li> <li>fix(types): auto schema type inference on <code>Connection.prototype.model()</code> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12240">#12240</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>fix(types): better typescript support for schema plugins <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12139">#12139</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li> <li>fix(types): make bulkWrite() type param optional <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12221">#12221</a> <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12212">#12212</a></li> <li>docs: misc cleanup <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12199">#12199</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: highlight current top-most visible header in navbar <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12222">#12222</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(populate): improve examples for Document.prototype.populate() <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12111">#12111</a></li> <li>docs(middleware): clarify document vs model in middleware docs <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12113">#12113</a></li> </ul> <h1>6.5.1 / 2022-08-03</h1> <ul> <li>fix(timestamps): set timestamps on child schema when child schema has timestamps: true but parent schema does not <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12119">#12119</a></li> <li>fix(schema+timestamps): handle insertMany() with timestamps and discriminators <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12150">#12150</a></li> <li>fix(model+query): handle populate with lean transform that deletes _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12143">#12143</a></li> <li>fix(types): allow $pull with _id <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12142">#12142</a></li> <li>fix(types): add schema plugin option inference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12196">#12196</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>fix(types): pass type to mongodb bulk write operation <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12167">#12167</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li> <li>fix(types): map correct generics from model to schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12125">#12125</a> <a href="https://github.com/emiljanitzek">emiljanitzek</a></li> <li>fix(types): avoid baffling circular reference when using PopulatedDoc with a bidirectional reference <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12136">#12136</a></li> <li>fix(types): allow using path with $count <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12149">#12149</a></li> <li>docs(compatibility): change to use a table <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12200">#12200</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs(api_split.pug): add "code" to sidebar entries <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12153">#12153</a> <a href="https://github.com/hasezoey">hasezoey</a></li> <li>docs: add "code" to Headers (and index list) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12152">#12152</a> <a href="https://github.com/hasezoey">hasezoey</a></li> </ul> <h1>6.5.0 / 2022-07-26</h1> <ul> <li>perf(document): avoid creating unnecessary empty objects when creating a state machine <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11988">#11988</a></li> <li>feat: upgrade mongodb driver -> 4.8.1 <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12103">#12103</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>feat(model): allow passing timestamps option to Model.bulkSave(...) <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12082">#12082</a> <a href="https://github.com/AbdelrahmanHafez">AbdelrahmanHafez</a></li> <li>feat(model): add castObject() function that casts a POJO to the model's schema <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11945">#11945</a></li> <li>feat(document): add $inc() helper that increments numeric paths <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12115">#12115</a></li> <li>feat(schema): add schema level lean option <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>feat(schema): add global id option to disable id on schemas <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12067">#12067</a> <a href="https://github.com/IslandRhythms">IslandRhythms</a></li> <li>fix(connection): re-run Model.init() if re-connecting after explicitly closing a connection <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12130">#12130</a></li> <li>feat(model): add applyDefaults() helper that allows applying defaults to document or POJO <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11945">#11945</a></li> <li>feat(model): allow calling hydrate() with { setters: true } <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11653">#11653</a></li> <li>feat(model): add hydrate option to Model.watch() to automatically hydrate fullDocument <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12121">#12121</a></li> <li>feat(types): add support for automatically typed virtuals in schemas <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11908">#11908</a> <a href="https://github.com/mohammad0-0ahmad">mohammad0-0ahmad</a></li> </ul> <h1>6.4.7 / 2022-07-25</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Automattic/mongoose/commit/ca7996b125c1baf24b056c8fef10cfdd24dc1ae9"><code>ca7996b</code></a> chore: release 5.13.15</li> <li><a href="https://github.com/Automattic/mongoose/commit/e75732a551a30dc58cc8b41c4db5214d6957ea3d"><code>e75732a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12307">#12307</a> from Automattic/vkarpov15/fix-5x-build</li> <li><a href="https://github.com/Automattic/mongoose/commit/a1144dc0220929de0e9b7faf93d793c10e77f094"><code>a1144dc</code></a> test: run node 7 tests with upgraded npm re: <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12297">#12297</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/dfc4ad750bf91ae5743ed8dce676bf5a96041a6d"><code>dfc4ad7</code></a> test: try upgrading npm for node v4 tests re: <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12297">#12297</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/b9e985c629e05a9a73f23ae42027e6c215c6a9d1"><code>b9e985c</code></a> test: more strict <code>@types/node</code> version</li> <li><a href="https://github.com/Automattic/mongoose/commit/4d813fa01bb9170f4e0a91d0f3f5234bc163d501"><code>4d813fa</code></a> test: fix <code>@types/node</code> version in tests re: <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12297">#12297</a></li> <li><a href="https://github.com/Automattic/mongoose/commit/99b418941e2fc974199b8e5bd9d382bb50bf680a"><code>99b4189</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/12297">#12297</a> from shubanker/issue/prototype-pollution-5.x-patch</li> <li><a href="https://github.com/Automattic/mongoose/commit/5eb11dd5d434ba24ea10d19e5eb2054a276bb22e"><code>5eb11dd</code></a> made function non async</li> <li><a href="https://github.com/Automattic/mongoose/commit/6a197316564742c0422309e1b5fecfa4faec126e"><code>6a19731</code></a> fix(schema): disallow setting <strong>proto</strong> when creating schema with dotted prop...</li> <li><a href="https://github.com/Automattic/mongoose/commit/a2ec28d53db3255d0a096acd23451ef5a27f409d"><code>a2ec28d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Automattic/mongoose/issues/11366">#11366</a> from laissonsilveira/5.x</li> <li>Additional commits viewable in <a href="https://github.com/Automattic/mongoose/compare/5.5.4...5.13.15">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/ignite-web-console/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
