Skip to content

Commit

Permalink
build(deps): update dependency mongoose to ^8.9.1 (#714)
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 18, 2024
1 parent 46d7fc3 commit 83c3daf
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.0",
"mongoose": "^8.9.1",
"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.0",
"mongoose": "^8.9.1",
"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.0:
version "8.9.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.9.0.tgz#d98c7d7e899dd5d3a1db020d340306b02db44049"
integrity sha512-b58zY3PLNBcoz6ZXFckr0leJcVVBMAOBvD+7Bj2ZjghAwntXmNnqwlDixTKQU3UYoQIGTv+AQx/0ThsvaeVrCA==
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==
dependencies:
bson "^6.10.1"
kareem "2.6.3"
Expand Down

0 comments on commit 83c3daf

Please sign in to comment.