0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 16:12:37 +00:00

Merge pull request #2170 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.3.3

Bump mongoose from 6.3.1 to 6.3.3
This commit is contained in:
Trevor Buckner
2022-05-18 16:16:06 -04:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

30
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.1",
"mongoose": "^6.3.3",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"query-string": "7.1.1",
@@ -8963,14 +8963,14 @@
}
},
"node_modules/mongoose": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz",
"integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==",
"dependencies": {
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
"mpath": "0.9.0",
"mquery": "4.0.2",
"ms": "2.1.3",
"sift": "16.0.0"
@@ -8989,9 +8989,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/mpath": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
"integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz",
"integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==",
"engines": {
"node": ">=4.0.0"
}
@@ -19381,14 +19381,14 @@
}
},
"mongoose": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz",
"integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz",
"integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==",
"requires": {
"bson": "^4.6.2",
"kareem": "2.3.5",
"mongodb": "4.5.0",
"mpath": "0.8.4",
"mpath": "0.9.0",
"mquery": "4.0.2",
"ms": "2.1.3",
"sift": "16.0.0"
@@ -19402,9 +19402,9 @@
}
},
"mpath": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
"integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g=="
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz",
"integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew=="
},
"mquery": {
"version": "4.0.2",

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