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

Merge pull request #3951 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.9.1

Bump mongoose from 8.9.0 to 8.9.1
This commit is contained in:
Trevor Buckner
2024-12-17 19:34:44 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.9.0",
"mongoose": "^8.9.1",
"nanoid": "5.0.9",
"nconf": "^0.12.1",
"react": "^18.3.1",
@@ -10127,9 +10127,9 @@
}
},
"node_modules/mongoose": {
"version": "8.9.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.0.tgz",
"integrity": "sha512-b58zY3PLNBcoz6ZXFckr0leJcVVBMAOBvD+7Bj2ZjghAwntXmNnqwlDixTKQU3UYoQIGTv+AQx/0ThsvaeVrCA==",
"version": "8.9.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.1.tgz",
"integrity": "sha512-whM6lWMdeKlUm4d2LSLS/q6cWtTp13lUrL5hy2YTsQdTSN+dsAu8HLdLUQOEgtBE59qp4IqLrjSXCSETbxhkQQ==",
"dependencies": {
"bson": "^6.10.1",
"kareem": "2.6.3",

View File

@@ -113,7 +113,7 @@
"marked-smartypants-lite": "^1.0.2",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.9.0",
"mongoose": "^8.9.1",
"nanoid": "5.0.9",
"nconf": "^0.12.1",
"react": "^18.3.1",