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

Bump mongoose from 8.10.1 to 8.10.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.10.1 to 8.10.2.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.10.1...8.10.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-26 03:33:15 +00:00
committed by GitHub
parent 1391a9053d
commit e9d1209ce8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.10.1",
"mongoose": "^8.10.2",
"nanoid": "5.1.2",
"nconf": "^0.12.1",
"react": "^18.3.1",
@@ -10244,9 +10244,9 @@
}
},
"node_modules/mongoose": {
"version": "8.10.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.10.1.tgz",
"integrity": "sha512-5beTeBZnJNndRXU9rxPol0JmTWZMAtgkPbooROkGilswvrZALDERY4cJrGZmgGwDS9dl0mxiB7si+Mv9Yms2fg==",
"version": "8.10.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.10.2.tgz",
"integrity": "sha512-DvqfK1s/JLwP39ogXULC8ygNDdmDber5ZbxZzELYtkzl9VGJ3K5T2MCLdpTs9I9J6DnkDyIHJwt7IOyMxh/Adw==",
"license": "MIT",
"dependencies": {
"bson": "^6.10.1",

View File

@@ -116,7 +116,7 @@
"marked-subsuper-text": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1",
"mongoose": "^8.10.1",
"mongoose": "^8.10.2",
"nanoid": "5.1.2",
"nconf": "^0.12.1",
"react": "^18.3.1",