Skip to content

Commit

Permalink
chore(deps): bump mongoose from 8.10.2 to 8.11.0 in /back
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.10.2 to 8.11.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@8.10.2...8.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent 89fd474 commit e374a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/mongoose": "^11.0",
"@nestjs/platform-express": "^10.4",
"class-validator": "^0.14.1",
"mongoose": "^8.10.2",
"mongoose": "^8.11.0",
"class-transformer": "^0.5.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
Expand Down
8 changes: 4 additions & 4 deletions back/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3868,10 +3868,10 @@ mongodb@~6.13.0:
bson "^6.10.1"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.10.2:
version "8.10.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.10.2.tgz#45c5e45c148adfc5c82bd771fedeba4579e6a7f4"
integrity sha512-DvqfK1s/JLwP39ogXULC8ygNDdmDber5ZbxZzELYtkzl9VGJ3K5T2MCLdpTs9I9J6DnkDyIHJwt7IOyMxh/Adw==
mongoose@^8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.11.0.tgz#11e7f604f1febc4c11f56ec240dc740352aace7e"
integrity sha512-xaQSuaLk2JKmXI5zDVVWXVCQTnWhAe8MFOijMnwOuP/wucKVphd3f+ouDKivCDMGjYBDrR7dtoyV0U093xbKqA==
dependencies:
bson "^6.10.1"
kareem "2.6.3"
Expand Down

0 comments on commit e374a85

Please sign in to comment.