0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Merge pull request #2287 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.5.3

Bump mongoose from 6.5.2 to 6.5.3
This commit is contained in:
Trevor Buckner
2022-08-27 13:05:57 -04: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.3", "marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^6.5.2", "mongoose": "^6.5.3",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"react": "^16.14.0", "react": "^16.14.0",
@@ -9279,9 +9279,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.5.2", "version": "6.5.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.2.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.3.tgz",
"integrity": "sha512-3CFDrSLtK2qjM1pZeZpLTUyqPRkc11Iuh74ZrwS4IwEJ3K2PqGnmyPLw7ex4Kzu37ujIMp3MAuiBlUjfrcb6hw==", "integrity": "sha512-0L2ZOPzNQ7kcIgpdfpmVXc+/SypdhzcTlaHXYa983u1lrVp7/i3ekwHpPiTXxYBvV6FwBAsFoHI7+Ovf8tp3Mg==",
"dependencies": { "dependencies": {
"bson": "^4.6.5", "bson": "^4.6.5",
"kareem": "2.4.1", "kareem": "2.4.1",
@@ -19909,9 +19909,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.5.2", "version": "6.5.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.2.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.5.3.tgz",
"integrity": "sha512-3CFDrSLtK2qjM1pZeZpLTUyqPRkc11Iuh74ZrwS4IwEJ3K2PqGnmyPLw7ex4Kzu37ujIMp3MAuiBlUjfrcb6hw==", "integrity": "sha512-0L2ZOPzNQ7kcIgpdfpmVXc+/SypdhzcTlaHXYa983u1lrVp7/i3ekwHpPiTXxYBvV6FwBAsFoHI7+Ovf8tp3Mg==",
"requires": { "requires": {
"bson": "^4.6.5", "bson": "^4.6.5",
"kareem": "2.4.1", "kareem": "2.4.1",

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.4", "moment": "^2.29.4",
"mongoose": "^6.5.2", "mongoose": "^6.5.3",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"react": "^16.14.0", "react": "^16.14.0",