0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Merge pull request #2082 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.7

Bump mongoose from 6.2.6 to 6.2.7
This commit is contained in:
Trevor Buckner
2022-03-17 13:35:15 -04:00
committed by GitHub
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.1",
"mongoose": "^6.2.6",
"mongoose": "^6.2.7",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",
@@ -9312,9 +9312,9 @@
}
},
"node_modules/mongoose": {
"version": "6.2.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.6.tgz",
"integrity": "sha512-OkPM1y7Ed9+Pa2/18mxegcD0OOe/aCXTQvOEyEn/MzVdaRsVSc+zE6myOS4LkWWi30c2tl4fpdJJvgC/MgXiww==",
"version": "6.2.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.7.tgz",
"integrity": "sha512-yqTZcM3u0+aLzl6cirtXy6vr24kt+kFyTucCQ3pyncvO1jGn/M1R09qkC/v54QoPXeVJdpcuS5eQWn0NLlDvKA==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.4",
@@ -20160,9 +20160,9 @@
}
},
"mongoose": {
"version": "6.2.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.6.tgz",
"integrity": "sha512-OkPM1y7Ed9+Pa2/18mxegcD0OOe/aCXTQvOEyEn/MzVdaRsVSc+zE6myOS4LkWWi30c2tl4fpdJJvgC/MgXiww==",
"version": "6.2.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.7.tgz",
"integrity": "sha512-yqTZcM3u0+aLzl6cirtXy6vr24kt+kFyTucCQ3pyncvO1jGn/M1R09qkC/v54QoPXeVJdpcuS5eQWn0NLlDvKA==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.4",

View File

@@ -70,7 +70,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.2.6",
"mongoose": "^6.2.7",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",