0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Bump mongoose from 6.3.0 to 6.3.1

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

---
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]
2022-04-25 12:53:03 +00:00
committed by GitHub
parent 3fb4c5bdd9
commit ee10b10c2d
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.3",
"mongoose": "^6.3.0",
"mongoose": "^6.3.1",
"nanoid": "3.3.3",
"nconf": "^0.12.0",
"query-string": "7.1.1",
@@ -9404,11 +9404,11 @@
}
},
"node_modules/mongoose": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"dependencies": {
"bson": "^4.2.2",
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
@@ -20354,11 +20354,11 @@
}
},
"mongoose": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"requires": {
"bson": "^4.2.2",
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",

View File

@@ -74,7 +74,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.3",
"mongoose": "^6.3.0",
"mongoose": "^6.3.1",
"nanoid": "3.3.3",
"nconf": "^0.12.0",
"query-string": "7.1.1",