build(deps): bump mongoose from 8.9.0 to 8.9.1

Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.0 to 8.9.1.
- [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.9.0...8.9.1)

---
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] 2024-12-19 02:02:31 +00:00 committed by GitHub
parent 259bfa1362
commit bd2acaed9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"copyfiles": "^2.4.1",
"express": "^5.0.0-beta.3",
"mongoose": "^8.4.5",
"mongoose": "^8.9.1",
"warframe-public-export-plus": "^0.5.7",
"warframe-riven-info": "^0.1.2",
"winston": "^3.13.0",
@ -2507,9 +2507,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

@ -15,7 +15,7 @@
"dependencies": {
"copyfiles": "^2.4.1",
"express": "^5.0.0-beta.3",
"mongoose": "^8.4.5",
"mongoose": "^8.9.1",
"warframe-public-export-plus": "^0.5.7",
"warframe-riven-info": "^0.1.2",
"winston": "^3.13.0",