Skip to content

Commit 0c469de

Browse files
fix(deps): update dependency mongoose to v8.20.1 (#833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9397cf commit 0c469de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"handlebars": "4.7.8",
3737
"liquidjs": "10.24.0",
3838
"mjml": "4.17.1",
39-
"mongoose": "8.19.2",
39+
"mongoose": "8.20.1",
4040
"nest-winston": "1.10.2",
4141
"nodemailer": "6.10.1",
4242
"preview-email": "3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5456,10 +5456,10 @@ mongodb@~6.20.0:
54565456
bson "^6.10.4"
54575457
mongodb-connection-string-url "^3.0.2"
54585458

5459-
mongoose@8.19.2:
5460-
version "8.19.2"
5461-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.19.2.tgz#d94eff86273ceb97f5c306c3eefa22346af428e1"
5462-
integrity sha512-ww2T4dBV+suCbOfG5YPwj9pLCfUVyj8FEA1D3Ux1HHqutpLxGyOYEPU06iPRBW4cKr3PJfOSYsIpHWPTkz5zig==
5459+
mongoose@8.20.1:
5460+
version "8.20.1"
5461+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.20.1.tgz#333e22cae375688467e57ada734279e6e6fc8b98"
5462+
integrity sha512-G+n3maddlqkQrP1nXxsI0q20144OSo+pe+HzRRGqaC4yK3FLYKqejqB9cbIi+SX7eoRsnG23LHGYNp8n7mWL2Q==
54635463
dependencies:
54645464
bson "^6.10.4"
54655465
kareem "2.6.3"

0 commit comments

Comments
 (0)