0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +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", "marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.3", "moment": "^2.29.3",
"mongoose": "^6.3.0", "mongoose": "^6.3.1",
"nanoid": "3.3.3", "nanoid": "3.3.3",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"query-string": "7.1.1", "query-string": "7.1.1",
@@ -9404,11 +9404,11 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.3.0", "version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==", "integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"dependencies": { "dependencies": {
"bson": "^4.2.2", "bson": "^4.6.2",
"kareem": "2.3.5", "kareem": "2.3.5",
"mongodb": "4.5.0", "mongodb": "4.5.0",
"mpath": "0.8.4", "mpath": "0.8.4",
@@ -20354,11 +20354,11 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.3.0", "version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-3x2pEGlZ5SorqcL0/hmUIAzzHIh6a/VIAEv3zAmc93qDtSz3WBbF8PwYYHcXm6Awfck9/zFOV9KIUEE+HjVepA==", "integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"requires": { "requires": {
"bson": "^4.2.2", "bson": "^4.6.2",
"kareem": "2.3.5", "kareem": "2.3.5",
"mongodb": "4.5.0", "mongodb": "4.5.0",
"mpath": "0.8.4", "mpath": "0.8.4",

View File

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