0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00

Bump mongoose from 6.3.6 to 6.3.8

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.3.6 to 6.3.8.
- [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.6...6.3.8)

---
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-06-14 03:02:02 +00:00
committed by GitHub
parent 5601b932c8
commit 2063d12c42
2 changed files with 8 additions and 8 deletions

14
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.6",
"mongoose": "^6.3.8",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"query-string": "7.1.1",
@@ -9081,9 +9081,9 @@
}
},
"node_modules/mongoose": {
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.6.tgz",
"integrity": "sha512-/Cixfo+bA32EHQ5Y7sxMj5ZOXFiAFlvA3X4mFruUET9OsbJZfstg4n2FzxovX8Q7EcoQ7Ry1bnOp9AeXtodF7w==",
"version": "6.3.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.8.tgz",
"integrity": "sha512-TPIm61/DR2Go+aDXD5HM6vwMvl4dEOFos1oTT4yPT8qJpcTugxWXf5J2Vp+0vzqDETfDMtN/gBhPCzFdFJx2bg==",
"dependencies": {
"bson": "^4.6.2",
"kareem": "2.3.5",
@@ -19584,9 +19584,9 @@
}
},
"mongoose": {
"version": "6.3.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.6.tgz",
"integrity": "sha512-/Cixfo+bA32EHQ5Y7sxMj5ZOXFiAFlvA3X4mFruUET9OsbJZfstg4n2FzxovX8Q7EcoQ7Ry1bnOp9AeXtodF7w==",
"version": "6.3.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.8.tgz",
"integrity": "sha512-TPIm61/DR2Go+aDXD5HM6vwMvl4dEOFos1oTT4yPT8qJpcTugxWXf5J2Vp+0vzqDETfDMtN/gBhPCzFdFJx2bg==",
"requires": {
"bson": "^4.6.2",
"kareem": "2.3.5",

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.6",
"mongoose": "^6.3.8",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"query-string": "7.1.1",