Skip to content

Commit

Permalink
build(deps): update dependency mongoose to ^8.8.4 (#708)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 110f4e9 commit ea876d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.1.7",
"license-check-and-add": "^4.0.5",
"mongoose": "^8.8.3",
"mongoose": "^8.8.4",
"nodemon": "^3.1.7",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
Expand All @@ -67,7 +67,7 @@
"peerDependencies": {
"aws-sdk": "^2.1692.0",
"crypto-js": "^4.2.0",
"mongoose": "^8.8.3",
"mongoose": "^8.8.4",
"redis": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6636,10 +6636,10 @@ mongodb@~6.10.0:
bson "^6.7.0"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.8.3:
version "8.8.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.3.tgz#066953497c116b876178a843c4ba8f7e88c85987"
integrity sha512-/I4n/DcXqXyIiLRfAmUIiTjj3vXfeISke8dt4U4Y8Wfm074Wa6sXnQrXN49NFOFf2mM1kUdOXryoBvkuCnr+Qw==
mongoose@^8.8.4:
version "8.8.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.4.tgz#11e3991a7fd03596a79bc9f9b2fe8f3e75b7a30d"
integrity sha512-yJbn695qCsqDO+xyPII29x2R7flzXhxCDv09mMZPSGllf0sm4jKw3E9s9uvQ9hjO6bL2xjU8KKowYqcY9eSTMQ==
dependencies:
bson "^6.7.0"
kareem "2.6.3"
Expand Down

0 comments on commit ea876d6

Please sign in to comment.