0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +00:00

Merge pull request #3080 from naturalcrit/dependabot/npm_and_yarn/mongoose-7.5.4

Bump mongoose from 7.5.2 to 7.5.4
This commit is contained in:
Trevor Buckner
2023-10-05 15:24:57 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.5.2",
"mongoose": "^7.5.4",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^18.2.0",
@@ -10453,9 +10453,9 @@
}
},
"node_modules/mongoose": {
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.2.tgz",
"integrity": "sha512-yEkmI1jfiog7QUvMWz3eB/XoA3/5DrVvSz+z3V5hnq8VtZIHC7ujEV0RKzRXwr8QNMOs+OTB7+aK7R/N/V3yXA==",
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.4.tgz",
"integrity": "sha512-u97BOfBOoCxysnH5X0WeF/O39DO1di75dYU75xaSs9mL3Si0qmP0qLWvWpBRdVkiiRVw+eaqJyKwaq6RvKPVZw==",
"dependencies": {
"bson": "^5.4.0",
"kareem": "2.5.1",

View File

@@ -104,7 +104,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.5.2",
"mongoose": "^7.5.4",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^18.2.0",