Skip to content

Commit c5ee885

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency mongodb to v4.2.2
1 parent f5fc5fd commit c5ee885

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"ioredis": "4.28.2",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",
86-
"mongodb": "4.2.1",
86+
"mongodb": "4.2.2",
8787
"mongoose": "5.13.13",
8888
"node-config-ts": "3.1.0",
8989
"nodemailer": "6.7.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16675,10 +16675,10 @@ mongodb-connection-string-url@^1.0.1:
1667516675
dependencies:
1667616676
whatwg-url "^8.4.0"
1667716677

16678-
mongodb-connection-string-url@^2.2.0:
16679-
version "2.2.0"
16680-
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.2.0.tgz#e2422bae91a953dc4ae5882e401301f5be39a227"
16681-
integrity sha512-U0cDxLUrQrl7DZA828CA+o69EuWPWEJTwdMPozyd7cy/dbtncUZczMw7wRHcwMD7oKOn0NM2tF9jdf5FFVW9CA==
16678+
mongodb-connection-string-url@^2.3.2:
16679+
version "2.3.2"
16680+
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.3.2.tgz#8499f99d9f317e9fa76c16c449451dbaabe477d7"
16681+
integrity sha512-2LkmS0ny7LamAyhEs2Q+zuFFxeGNSc2DaGHBevjqkoPt7bgh+67mg1sFU6awnMsdLKpdEt7zUy466K9x7RsYcQ==
1668216682
dependencies:
1668316683
"@types/whatwg-url" "^8.2.1"
1668416684
whatwg-url "^11.0.0"
@@ -16740,14 +16740,14 @@ [email protected]:
1674016740
optionalDependencies:
1674116741
saslprep "^1.0.0"
1674216742

16743-
16744-
version "4.2.1"
16745-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.1.tgz#c167db158ab0bf6552b3f9c91b396cb4100c2f04"
16746-
integrity sha512-nDC+ulM/Ea3Q2VG5eemuGfB7T4ORwrtKegH2XW9OLlUBgQF6OTNrzFCS1Z3SJGVA+T0Sr1xBYV6DMnp0A7us0g==
16743+
16744+
version "4.2.2"
16745+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.2.tgz#cd70568bd96003877e35358ad17a0c5de35c6dfd"
16746+
integrity sha512-zt8rCTnTKyMQppyt63qMnrLM5dbADgUk18ORPF1XbtHLIYCyc9hattaYHi0pqMvNxDpgGgUofSVzS+UQErgTug==
1674716747
dependencies:
1674816748
bson "^4.6.0"
1674916749
denque "^2.0.1"
16750-
mongodb-connection-string-url "^2.2.0"
16750+
mongodb-connection-string-url "^2.3.2"
1675116751
optionalDependencies:
1675216752
saslprep "^1.0.3"
1675316753

0 commit comments

Comments
 (0)