Skip to content

Commit

Permalink
build(deps): update dependency mongoose to ^8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 26, 2024
1 parent 7ddad5c commit 5056b02
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": "^8.0.3",
"license-check-and-add": "^4.0.5",
"mongoose": "^8.1.3",
"mongoose": "^8.2.0",
"nodemon": "^3.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
Expand All @@ -67,7 +67,7 @@
"peerDependencies": {
"aws-sdk": "^2.1565.0",
"crypto-js": "^4.2.0",
"mongoose": "^8.1.3",
"mongoose": "^8.2.0",
"redis": "^4.6.13"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,10 +7866,10 @@ [email protected]:
bson "^6.2.0"
mongodb-connection-string-url "^3.0.0"

mongoose@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.1.3.tgz#fb8db309c953e3fb493216ebec76d140673937fd"
integrity sha512-a5MajZSDJiQgy0iQcR+MIpFe7zehGJI4doJ6Dh1MvnGh8/HNNhr5pn07RPA86KCTjP2vuKdffpFmvXxcHiUOjw==
mongoose@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.2.0.tgz#dac98f1a5bfefad8656a0bb085789a2dc079631c"
integrity sha512-la93n6zCYRbPS+c5N9oTDAktvREy5OT9OCljp1Tah0y3+p8UPMTAoabWaLZMdzYruOtF9/9GRf6MasaZjiZP1A==
dependencies:
bson "^6.2.0"
kareem "2.5.1"
Expand Down

0 comments on commit 5056b02

Please sign in to comment.