Skip to content

Commit 2166b42

Browse files
fix(deps): update dependency mongoose to v8.8.0 (#591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81fa2be commit 2166b42

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ejs": "3.1.10",
3232
"express": "4.21.1",
3333
"handlebars": "4.7.8",
34-
"mongoose": "8.7.3",
34+
"mongoose": "8.8.0",
3535
"nest-winston": "1.10.0",
3636
"nodemailer": "6.9.16",
3737
"pug": "3.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,23 +3911,23 @@ mongodb-connection-string-url@^3.0.0:
39113911
"@types/whatwg-url" "^11.0.2"
39123912
whatwg-url "^13.0.0"
39133913

3914-
mongodb@6.9.0:
3915-
version "6.9.0"
3916-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.9.0.tgz#743ebfff6b3c14b04ac6e00a55e30d4127d3016d"
3917-
integrity sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==
3914+
mongodb@~6.10.0:
3915+
version "6.10.0"
3916+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.10.0.tgz#20a9f1cf3c6829e75fc39e6d8c1c19f164209c2e"
3917+
integrity sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==
39183918
dependencies:
39193919
"@mongodb-js/saslprep" "^1.1.5"
39203920
bson "^6.7.0"
39213921
mongodb-connection-string-url "^3.0.0"
39223922

3923-
mongoose@8.7.3:
3924-
version "8.7.3"
3925-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.7.3.tgz#5b799860b21f8810b73e136524676635eeaa4e62"
3926-
integrity sha512-Xl6+dzU5ZpEcDoJ8/AyrIdAwTY099QwpolvV73PIytpK13XqwllLq/9XeVzzLEQgmyvwBVGVgjmMrKbuezxrIA==
3923+
mongoose@8.8.0:
3924+
version "8.8.0"
3925+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-8.8.0.tgz#4475fdac6ce525ef4bdce406abd91c914e666f29"
3926+
integrity sha512-KluvgwnQB1GPOYZZXUHJRjS1TW6xxwTlf/YgjWExuuNanIe3W7VcR7dDXQVCIRk8L7NYge8EnoTcu2grWtN+XQ==
39273927
dependencies:
39283928
bson "^6.7.0"
39293929
kareem "2.6.3"
3930-
mongodb "6.9.0"
3930+
mongodb "~6.10.0"
39313931
mpath "0.9.0"
39323932
mquery "5.0.0"
39333933
ms "2.1.3"

0 commit comments

Comments
 (0)