Bump mongoose from 5.12.12 to 5.12.13

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.12 to 5.12.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.12.12...5.12.13)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-07 22:18:05 +00:00
committed by Thomas Ruoff
parent f9776bebbf
commit bafdcbe82b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7618,9 +7618,9 @@
}
},
"mongoose": {
"version": "5.12.12",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.12.tgz",
"integrity": "sha512-n+ZmGApaL5x/r92w6S4pb+c075i+YKzg1F9YWkznSzQMtvetj/2dSjj2cqsITpd6z60k3K7ZaosIl6hzHwUA9g==",
"version": "5.12.13",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.13.tgz",
"integrity": "sha512-QGn1FCzZ8Z+mMGVg8oR2kQw4NmhLloCHsw1NqKWg3Yr7WfPzkE4pe7s9P6o5pkYGsku17n9mqMHowne7EFK/zQ==",
"requires": {
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",