Skip to content

Commit 64a2126

Browse files
addaleaxgagik
andauthored
feat(deps): bump mongosh, driver to latest COMPASS-9056 (#6774)
This includes adjusting the CSFLE/QE collection tracker for the Node.js driver changes related to `$lookup` support, where filters for listCollections can now list multiple collections in an `$in` clause. Co-authored-by: gagik <[email protected]>
1 parent 681e918 commit 64a2126

File tree

19 files changed

+312
-289
lines changed

19 files changed

+312
-289
lines changed

package-lock.json

Lines changed: 223 additions & 226 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-aggregations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"hadron-document": "^8.8.4",
8585
"hadron-type-checker": "^7.4.4",
8686
"lodash": "^4.17.21",
87-
"mongodb": "^6.13.1",
87+
"mongodb": "^6.14.1",
8888
"mongodb-collection-model": "^5.25.4",
8989
"mongodb-data-service": "^22.25.4",
9090
"mongodb-database-model": "^2.25.4",

packages/compass-connections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"compass-preferences-model": "^2.33.4",
6363
"hadron-app-registry": "^9.4.4",
6464
"lodash": "^4.17.21",
65-
"mongodb": "^6.13.1",
65+
"mongodb": "^6.14.1",
6666
"mongodb-build-info": "^1.7.2",
6767
"mongodb-connection-string-url": "^3.0.1",
6868
"mongodb-data-service": "^22.25.4",

packages/compass-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"hadron-build": "^25.7.4",
5959
"lodash": "^4.17.21",
6060
"mocha": "^10.2.0",
61-
"mongodb": "^6.13.1",
61+
"mongodb": "^6.14.1",
6262
"mongodb-build-info": "^1.7.2",
6363
"mongodb-connection-string-url": "^3.0.1",
6464
"mongodb-log-writer": "^2.3.4",

packages/compass-explain-plan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"d3-hierarchy": "^3.1.2",
8383
"hadron-app-registry": "^9.4.4",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.13.1",
85+
"mongodb": "^6.14.1",
8686
"react": "^17.0.2",
8787
"react-redux": "^8.1.3",
8888
"redux": "^4.2.1",

packages/compass-generative-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"@mongodb-js/compass-logging": "^1.6.4",
6060
"@mongodb-js/compass-utils": "^0.8.4",
6161
"bson": "^6.10.3",
62+
"mongodb": "^6.14.1",
6263
"compass-preferences-model": "^2.33.4",
6364
"hadron-app-registry": "^9.4.4",
64-
"mongodb": "^6.13.1",
6565
"mongodb-schema": "^12.4.0",
6666
"react": "^17.0.2",
6767
"react-redux": "^8.1.3",

packages/compass-import-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"hadron-document": "^8.8.4",
6565
"hadron-ipc": "^3.4.4",
6666
"lodash": "^4.17.21",
67-
"mongodb": "^6.13.1",
67+
"mongodb": "^6.14.1",
6868
"mongodb-data-service": "^22.25.4",
6969
"mongodb-ns": "^2.4.2",
7070
"mongodb-query-parser": "^4.3.0",

packages/compass-indexes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"compass-preferences-model": "^2.33.4",
8383
"hadron-app-registry": "^9.4.4",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.13.1",
85+
"mongodb": "^6.14.1",
8686
"mongodb-collection-model": "^5.25.4",
8787
"mongodb-data-service": "^22.25.4",
8888
"mongodb-query-parser": "^4.3.0",

packages/compass-query-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"compass-preferences-model": "^2.33.4",
8383
"hadron-app-registry": "^9.4.4",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.13.1",
85+
"mongodb": "^6.14.1",
8686
"mongodb-instance-model": "^12.26.4",
8787
"mongodb-ns": "^2.4.2",
8888
"mongodb-query-parser": "^4.3.0",

packages/compass-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"leaflet-defaulticon-compatibility": "^0.1.1",
9191
"leaflet-draw": "^1.0.4",
9292
"lodash": "^4.17.21",
93-
"mongodb": "^6.13.1",
93+
"mongodb": "^6.14.1",
9494
"mongodb-query-util": "^2.4.4",
9595
"mongodb-schema": "^12.4.0",
9696
"numeral": "^1.5.6",

0 commit comments

Comments
 (0)