Skip to content

Commit 51ab9fe

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency mongodb to v4.3.1
1 parent 48d50a3 commit 51ab9fe

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.3",
8484
"jsonwebtoken": "8.5.1",
8585
"migrate-mongo": "8.2.3",
86-
"mongodb": "4.3.0",
86+
"mongodb": "4.3.1",
8787
"mongoose": "5.13.14",
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
@@ -17045,10 +17045,10 @@ mongodb-connection-string-url@^1.0.1:
1704517045
dependencies:
1704617046
whatwg-url "^8.4.0"
1704717047

17048-
mongodb-connection-string-url@^2.3.2:
17049-
version "2.3.2"
17050-
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.3.2.tgz#8499f99d9f317e9fa76c16c449451dbaabe477d7"
17051-
integrity sha512-2LkmS0ny7LamAyhEs2Q+zuFFxeGNSc2DaGHBevjqkoPt7bgh+67mg1sFU6awnMsdLKpdEt7zUy466K9x7RsYcQ==
17048+
mongodb-connection-string-url@^2.4.1:
17049+
version "2.4.1"
17050+
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.4.1.tgz#6b3c6c40133a0ad059fe9a0abda64b2a1cb4e8b4"
17051+
integrity sha512-d5Kd2bVsKcSA7YI/yo57fSTtMwRQdFkvc5IZwod1RRxJtECeWPPSo7zqcUGJELifRA//Igs4spVtYAmvFCatug==
1705217052
dependencies:
1705317053
"@types/whatwg-url" "^8.2.1"
1705417054
whatwg-url "^11.0.0"
@@ -17110,14 +17110,14 @@ [email protected]:
1711017110
optionalDependencies:
1711117111
saslprep "^1.0.0"
1711217112

17113-
17114-
version "4.3.0"
17115-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.3.0.tgz#beac457cf57ea1b5c76ec67b8bbd6a63254bbc7c"
17116-
integrity sha512-ovq9ZD9wEvab+LsaQOiwtne1Sy2egaHW8K/H5M18Tv+V5PgTRi+qdmxDGlbm94TSL3h56m6amstptu115Nzgow==
17113+
17114+
version "4.3.1"
17115+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.3.1.tgz#e346f76e421ec6f47ddea5c8f5140e6181aaeb94"
17116+
integrity sha512-sNa8APSIk+r4x31ZwctKjuPSaeKuvUeNb/fu/3B6dRM02HpEgig7hTHM8A/PJQTlxuC/KFWlDlQjhsk/S43tBg==
1711717117
dependencies:
1711817118
bson "^4.6.1"
1711917119
denque "^2.0.1"
17120-
mongodb-connection-string-url "^2.3.2"
17120+
mongodb-connection-string-url "^2.4.1"
1712117121
socks "^2.6.1"
1712217122
optionalDependencies:
1712317123
saslprep "^1.0.3"

0 commit comments

Comments
 (0)