Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 95672f3 commit 0e05873
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": "^10.0.1",
"@nestjs/platform-express": "^8.4.7",
"class-validator": "^0.14.0",
"mongoose": "^7.4.4",
"mongoose": "^7.4.5",
"class-transformer": "^0.5.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.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 @@ -4091,10 +4091,10 @@ [email protected]:
optionalDependencies:
saslprep "^1.0.3"

mongoose@^7.4.4:
version "7.4.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.4.4.tgz#e45a02f0cee37e6c5343c95f9ad6feb06187a9a8"
integrity sha512-LOOviiEqWOLH4PuBK+jbpm5vjBkdSNBcP/4UCevOJMTl5SXSbCXr68ulEYcthLcN2/xi08452HupKD8BfxNIQw==
mongoose@^7.4.5:
version "7.4.5"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.4.5.tgz#7c843c6e3e8dcd22b0ff0f0981aca69b863e7723"
integrity sha512-X7Mw7KHUYZmyOQmlu7D9TnZh/3vOrAYmZwEpXDU0VDvLPKT0T7PF6blwiv3aXOEMwv9T3rLTC9lJb3C5dWld2A==
dependencies:
bson "^5.4.0"
kareem "2.5.1"
Expand Down

0 comments on commit 0e05873

Please sign in to comment.