Skip to content

Commit 6233b8b

Browse files
chore(deps): update dependency @types/migrate-mongo to v10
1 parent 4b09c96 commit 6233b8b

File tree

2 files changed

+36
-14
lines changed

2 files changed

+36
-14
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/ioredis": "4.28.10",
107107
"@types/jest": "27.5.2",
108108
"@types/jsonwebtoken": "8.5.9",
109-
"@types/migrate-mongo": "8.1.3",
109+
"@types/migrate-mongo": "10.0.4",
110110
"@types/node": "14.18.34",
111111
"@types/nodemailer": "6.4.6",
112112
"@types/supertest": "2.0.12",

yarn.lock

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5704,6 +5704,13 @@
57045704
resolved "https://registry.yarnpkg.com/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz#9ceecc94b49fbaa15666e38ae8587f64acce007d"
57055705
integrity sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA==
57065706

5707+
"@mongodb-js/saslprep@^1.1.0":
5708+
version "1.1.1"
5709+
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.1.tgz#9a6c2516bc9188672c4d953ec99760ba49970da7"
5710+
integrity sha512-t7c5K033joZZMspnHg/gWPE4kandgc2OxE74aYOtGKfgB9VPuVJPix0H6fhmm2erj5PBJ21mqcx34lpIGtUCsQ==
5711+
dependencies:
5712+
sparse-bitfield "^3.0.3"
5713+
57075714
57085715
version "0.7.1"
57095716
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.7.1.tgz#c020d017c3ed6bcfdde49a7106ba035e4d0774f5"
@@ -6774,12 +6781,13 @@
67746781
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03"
67756782
integrity sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w==
67766783

6777-
"@types/migrate-mongo@8.1.3":
6778-
version "8.1.3"
6779-
resolved "https://registry.yarnpkg.com/@types/migrate-mongo/-/migrate-mongo-8.1.3.tgz#ec2f8cd8e816ac1fddbe0c8259c4f248e28567a9"
6780-
integrity sha512-oK9ykWQtxOuRbowLWHDQlBjlx6VB6EIGjh8cWsJTZNm8kBXm/1wUYv1Bifp+I1vTRj1b8PqCMgc8LmEPB9WhzA==
6784+
"@types/migrate-mongo@10.0.4":
6785+
version "10.0.4"
6786+
resolved "https://registry.yarnpkg.com/@types/migrate-mongo/-/migrate-mongo-10.0.4.tgz#5b68fb9c3ca516e4f025ebca34021880137f94a4"
6787+
integrity sha512-+9JAzkIbxgox33wCT18bdpZ6ASYo1qwbf4Gg8kTbqvT48ajosSbZBGg94Vsy3baFzT6+DUXWylY/DcoOWOPNRg==
67816788
dependencies:
6782-
"@types/mongodb" "^3.6.20"
6789+
"@types/node" "*"
6790+
mongodb "^6.1.0"
67836791

67846792
"@types/mime@^1":
67856793
version "1.3.2"
@@ -6804,14 +6812,6 @@
68046812
"@types/bson" "*"
68056813
"@types/node" "*"
68066814

6807-
"@types/mongodb@^3.6.20":
6808-
version "3.6.20"
6809-
resolved "https://registry.yarnpkg.com/@types/mongodb/-/mongodb-3.6.20.tgz#b7c5c580644f6364002b649af1c06c3c0454e1d2"
6810-
integrity sha512-WcdpPJCakFzcWWD9juKoZbRtQxKIMYF/JIAM4JrNHrMcnJL6/a2NWjXxW7fo9hxboxxkg+icff8d7+WIEvKgYQ==
6811-
dependencies:
6812-
"@types/bson" "*"
6813-
"@types/node" "*"
6814-
68156815
68166816
version "2.5.12"
68176817
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
@@ -9382,6 +9382,11 @@ bson@^4.7.0:
93829382
dependencies:
93839383
buffer "^5.6.0"
93849384

9385+
bson@^6.2.0:
9386+
version "6.2.0"
9387+
resolved "https://registry.yarnpkg.com/bson/-/bson-6.2.0.tgz#4b6acafc266ba18eeee111373c2699304a9ba0a3"
9388+
integrity sha512-ID1cI+7bazPDyL9wYy9GaQ8gEEohWvcUl/Yf0dIdutJxnmInEEyCsb4awy/OiBfall7zBA179Pahi3vCdFze3Q==
9389+
93859390
buffer-crc32@~0.2.3:
93869391
version "0.2.13"
93879392
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
@@ -18186,6 +18191,14 @@ mongodb-connection-string-url@^2.5.4:
1818618191
"@types/whatwg-url" "^8.2.1"
1818718192
whatwg-url "^11.0.0"
1818818193

18194+
mongodb-connection-string-url@^2.6.0:
18195+
version "2.6.0"
18196+
resolved "https://registry.yarnpkg.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz#57901bf352372abdde812c81be47b75c6b2ec5cf"
18197+
integrity sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==
18198+
dependencies:
18199+
"@types/whatwg-url" "^8.2.1"
18200+
whatwg-url "^11.0.0"
18201+
1818918202
1819018203
version "6.9.6"
1819118204
resolved "https://registry.yarnpkg.com/mongodb-memory-server-core/-/mongodb-memory-server-core-6.9.6.tgz#90ef0562bea675ef68bd687533792da02bcc81f3"
@@ -18278,6 +18291,15 @@ mongodb@^4.0.1:
1827818291
optionalDependencies:
1827918292
saslprep "^1.0.0"
1828018293

18294+
mongodb@^6.1.0:
18295+
version "6.2.0"
18296+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.2.0.tgz#2c9dcb3eeaf528ed850e94b3df392de6c6b0d7ab"
18297+
integrity sha512-d7OSuGjGWDZ5usZPqfvb36laQ9CPhnWkAGHT61x5P95p/8nMVeH8asloMwW6GcYFeB0Vj4CB/1wOTDG2RA9BFA==
18298+
dependencies:
18299+
"@mongodb-js/saslprep" "^1.1.0"
18300+
bson "^6.2.0"
18301+
mongodb-connection-string-url "^2.6.0"
18302+
1828118303
1828218304
version "1.0.2"
1828318305
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"

0 commit comments

Comments
 (0)