ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
152 stars 81 forks source link

Bump mongoose from 5.3.9 to 5.3.10 #100

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mongoose from 5.3.9 to 5.3.10.

Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.3.10 / 2018-11-06 > =================== > * fix(discriminator): support reusing a schema for multiple discriminators [#7200](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7200) > * fix(cursor): handle `lean(false)` correctly with query cursors [#7197](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7197) > * fix(document): avoid manual populate if `ref` not set [#7193](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7193) > * fix(schema): handle schema without `.base` for browser build [#7170](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7170) > * docs: add further reading section
Commits - [`c95c6f2`](https://github.com/Automattic/mongoose/commit/c95c6f210a5f2b8f2355262be60754916f0051d1) chore: release 5.3.10 - [`88e705a`](https://github.com/Automattic/mongoose/commit/88e705a81d6ffd14cd9a3a5a731e185d49b3036d) fix(document): avoid manual populate if `ref` not set - [`41e42bb`](https://github.com/Automattic/mongoose/commit/41e42bbdbf4f0e7e1d7688ff8af64888d891f958) test(document): repro [#7193](https://github-redirect.dependabot.com/Automattic/mongoose/issues/7193) - [`437ad98`](https://github.com/Automattic/mongoose/commit/437ad9808bc1851a8a1783911be7818f2c49edd7) docs: add link to further_reading - [`6489cc2`](https://github.com/Automattic/mongoose/commit/6489cc24df53207ee7ef578c4a6d6d90dc152d5a) docs: add missing file - [`e4a5544`](https://github.com/Automattic/mongoose/commit/e4a55441fdb684fcc011b0fd1c40ac40249b4893) docs: finish up further_reading - [`3e7ff87`](https://github.com/Automattic/mongoose/commit/3e7ff8776e86a25978ff40aa9e155dce911ead32) Merge branch 'master' into docs-further-reading - [`6df51d1`](https://github.com/Automattic/mongoose/commit/6df51d1b4b64cfa777d81b6d74d88eb2cdb5cdbe) docs(schematypes): more improvements - [`d3cfdcb`](https://github.com/Automattic/mongoose/commit/d3cfdcb93279d319a9795fb5cfed8316fa07b384) refactor(buffer): add a more robust workaround for feross/safe-buffer#23 - [`5869950`](https://github.com/Automattic/mongoose/commit/58699508f7441ded3f64ed37b8ab57361d0e616d) fix(schema): handle schema without `.base` for browser build - Additional commits viewable in [compare view](https://github.com/Automattic/mongoose/compare/5.3.9...5.3.10)


Dependabot compatibility score

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 commands and options
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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #102.