0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2535 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.7.5

Bump mongoose from 6.7.4 to 6.7.5
This commit is contained in:
Trevor Buckner
2022-12-01 16:46:00 -05:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.7.4",
"mongoose": "^6.7.5",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^8.10.0",
@@ -10355,9 +10355,9 @@
}
},
"node_modules/mongoose": {
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.4.tgz",
"integrity": "sha512-0LWMrOa5U43cR3I/iRPnmyedoa6T8+QPxmFYdPgx4WAS0CdbSbOzAFSKeU6bndUY6cs4VkxKZGcuDM0twystCg==",
"version": "6.7.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.5.tgz",
"integrity": "sha512-3ppxBxDUIoQKYISVpAg7hjmV1lkGBN3tN9AkQr1Vqc68L5k+Bo+uyfOhpbCFpCf5JZLcEO4cmuB5YX+d9h3plw==",
"dependencies": {
"bson": "^4.7.0",
"kareem": "2.4.1",
@@ -24468,9 +24468,9 @@
}
},
"mongoose": {
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.4.tgz",
"integrity": "sha512-0LWMrOa5U43cR3I/iRPnmyedoa6T8+QPxmFYdPgx4WAS0CdbSbOzAFSKeU6bndUY6cs4VkxKZGcuDM0twystCg==",
"version": "6.7.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.7.5.tgz",
"integrity": "sha512-3ppxBxDUIoQKYISVpAg7hjmV1lkGBN3tN9AkQr1Vqc68L5k+Bo+uyfOhpbCFpCf5JZLcEO4cmuB5YX+d9h3plw==",
"requires": {
"bson": "^4.7.0",
"kareem": "2.4.1",

View File

@@ -74,7 +74,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.7.4",
"mongoose": "^6.7.5",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^8.10.0",