Skip to content

Commit

Permalink
fix(deps): update dependency mongodb to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 9, 2022
1 parent f017dc4 commit 1b61c69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ioredis": "4.28.2",
"jsonwebtoken": "8.5.1",
"migrate-mongo": "8.2.3",
"mongodb": "4.2.2",
"mongodb": "4.3.0",
"mongoose": "5.13.14",
"node-config-ts": "3.1.0",
"nodemailer": "6.7.2",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8595,10 +8595,10 @@ bson@^4.4.0:
dependencies:
buffer "^5.6.0"

bson@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.0.tgz#15c3b39ba3940c3d915a0c44d51459f4b4fbf1b2"
integrity sha512-8jw1NU1hglS+Da1jDOUYuNcBJ4cNHCFIqzlwoFNnsTOg2R/ox0aTYcTiBN4dzRa9q7Cvy6XErh3L8ReTEb9AQQ==
bson@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.1.tgz#2b5da517539bb0f7f3ffb54ac70a384ca899641c"
integrity sha512-I1LQ7Hz5zgwR4QquilLNZwbhPw0Apx7i7X9kGMBTsqPdml/03Q9NBtD9nt/19ahjlphktQImrnderxqpzeVDjw==
dependencies:
buffer "^5.6.0"

Expand Down Expand Up @@ -17014,14 +17014,15 @@ mongodb@3.7.3:
optionalDependencies:
saslprep "^1.0.0"

mongodb@4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.2.tgz#cd70568bd96003877e35358ad17a0c5de35c6dfd"
integrity sha512-zt8rCTnTKyMQppyt63qMnrLM5dbADgUk18ORPF1XbtHLIYCyc9hattaYHi0pqMvNxDpgGgUofSVzS+UQErgTug==
mongodb@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.3.0.tgz#beac457cf57ea1b5c76ec67b8bbd6a63254bbc7c"
integrity sha512-ovq9ZD9wEvab+LsaQOiwtne1Sy2egaHW8K/H5M18Tv+V5PgTRi+qdmxDGlbm94TSL3h56m6amstptu115Nzgow==
dependencies:
bson "^4.6.0"
bson "^4.6.1"
denque "^2.0.1"
mongodb-connection-string-url "^2.3.2"
socks "^2.6.1"
optionalDependencies:
saslprep "^1.0.3"

Expand Down Expand Up @@ -21195,7 +21196,7 @@ socks-proxy-agent@^5.0.0:
debug "4"
socks "^2.3.3"

socks@^2.3.3:
socks@^2.3.3, socks@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e"
integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==
Expand Down

0 comments on commit 1b61c69

Please sign in to comment.