0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 22:02:41 +00:00

Merge pull request #2142 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.3.1

Bump mongoose from 6.3.0 to 6.3.1
This commit is contained in:
Trevor Buckner
2022-04-29 16:29:56 -04:00
committed by GitHub
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",