Skip to content

Commit

Permalink
build(deps): update dependency mongoose to ^8.9.2 (#716)
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 23, 2024
1 parent 81cfae7 commit 7b7e5b5
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.9.1",
"mongoose": "^8.9.2",
"nodemon": "^3.1.9",
"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.9.1",
"mongoose": "^8.9.2",
"redis": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7574,10 +7574,10 @@ mongodb@~6.12.0:
bson "^6.10.1"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.9.1:
version "8.9.1"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.1.tgz#3fbb4661b2ecd455cdaf9ba1112e7a3e023177b3"
integrity sha512-whM6lWMdeKlUm4d2LSLS/q6cWtTp13lUrL5hy2YTsQdTSN+dsAu8HLdLUQOEgtBE59qp4IqLrjSXCSETbxhkQQ==
mongoose@^8.9.2:
version "8.9.2"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.2.tgz#af5145ff8b247110d53b87cdf9acac2b6216784c"
integrity sha512-mLWynmZS1v8HTeMxyLhskQncS1SkrjW1eLNuFDYGQMQ/5QrFrxTLNwWXeCRZeKT2lXyaxW8bnJC9AKPT9jYMkw==
dependencies:
bson "^6.10.1"
kareem "2.6.3"
Expand Down

0 comments on commit 7b7e5b5

Please sign in to comment.