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

Merge pull request #2059 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.5

Bump mongoose from 6.2.4 to 6.2.5
This commit is contained in:
Trevor Buckner
2022-03-10 14:34:45 -05: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.4",
"mongoose": "^6.2.5",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",
@@ -9321,9 +9321,9 @@
}
},
"node_modules/mongoose": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.4.tgz",
"integrity": "sha512-3hA3IGxBzZdlp1+/I9qn53NjEAd01qvKAH2WUCPahjVO8+uAmR0B4m+1bC3x9a4r0ExY8QYQ2ryG3E/v5Tj+jA==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.5.tgz",
"integrity": "sha512-85EVVxv9ml84dLYR9QfULehLMepmaINMcBMVzBszbT5jbKGHkpbgl4lI46uTWqr6CFqirM3/6YLWEyTYm1xQZQ==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.4",
@@ -20175,9 +20175,9 @@
}
},
"mongoose": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.4.tgz",
"integrity": "sha512-3hA3IGxBzZdlp1+/I9qn53NjEAd01qvKAH2WUCPahjVO8+uAmR0B4m+1bC3x9a4r0ExY8QYQ2ryG3E/v5Tj+jA==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.5.tgz",
"integrity": "sha512-85EVVxv9ml84dLYR9QfULehLMepmaINMcBMVzBszbT5jbKGHkpbgl4lI46uTWqr6CFqirM3/6YLWEyTYm1xQZQ==",
"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.4",
"mongoose": "^6.2.5",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",