Skip to content

Commit

Permalink
Bump mongoose in /examples/nestjs-mongoose-book-manager
Browse files Browse the repository at this point in the history
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.0 to 7.6.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.5.0...7.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent f1d3756 commit 940f0e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/mongoose": "^10.0.1",
"@nestjs/platform-express": "^9.0.0",
"class-transformer": "^0.5.1",
"mongoose": "^7.5.0",
"mongoose": "^7.6.1",
"node-abstract-repository": "link:../../",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
Expand Down
30 changes: 7 additions & 23 deletions examples/nestjs-mongoose-book-manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1679,11 +1679,6 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"

bson@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-5.4.0.tgz#0eea77276d490953ad8616b483298dbff07384c6"
integrity sha512-WRZ5SQI5GfUuKnPTNmAYPiKIof3ORXAF4IRU5UcgmivNIon01rWQlw5RUH954dpu8yGL8T59YShVddIPaU/gFA==

bson@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-5.5.0.tgz#a419cc69f368d2def3b8b22ea03ed1c9be40e53f"
Expand Down Expand Up @@ -3836,18 +3831,7 @@ mongodb-memory-server@^9.0.0:
mongodb-memory-server-core "9.0.0"
tslib "^2.6.2"

mongodb@5.8.1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.8.1.tgz#dc201adfbd6c6d73401cdcf12ebdb75f14771faf"
integrity sha512-wKyh4kZvm6NrCPH8AxyzXm3JBoEf4Xulo0aUWh3hCgwgYJxyQ1KLST86ZZaSWdj6/kxYUA3+YZuyADCE61CMSg==
dependencies:
bson "^5.4.0"
mongodb-connection-string-url "^2.6.0"
socks "^2.7.1"
optionalDependencies:
"@mongodb-js/saslprep" "^1.1.0"

mongodb@^5.9.0:
mongodb@5.9.0, mongodb@^5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.9.0.tgz#5a22065fa8cfaf1d58bf2e3c451cd2c4bfa983a2"
integrity sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==
Expand All @@ -3858,14 +3842,14 @@ mongodb@^5.9.0:
optionalDependencies:
"@mongodb-js/saslprep" "^1.1.0"

mongoose@^7.1.1, mongoose@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.5.0.tgz#d10003ffc1ff876d761c7cbca6844ddd2aadd42f"
integrity sha512-FpOWOb0AJuaVcplmEyIJ2eCbVGe4gOoniPD+pmft5BrGrNrsFcnYXlERdXtBApGHMHPwD7WbxTyhCbUNr72F3Q==
mongoose@^7.1.1, mongoose@^7.6.1:
version "7.6.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.6.1.tgz#39e4d25af26d0399468d4c0ac7373c4a8a838e3e"
integrity sha512-Iflr60FL7mabBdgAtumLTwEGdZGV6IKHfF7F75En2JWpPitorwQeCFqWPcPHRnBxncKANl3gwI9nh2Yb4y3/sA==
dependencies:
bson "^5.4.0"
bson "^5.5.0"
kareem "2.5.1"
mongodb "5.8.1"
mongodb "5.9.0"
mpath "0.9.0"
mquery "5.0.0"
ms "2.1.3"
Expand Down

0 comments on commit 940f0e5

Please sign in to comment.