Skip to content

Commit 83bd44f

Browse files
committed
feat(deps): bump mongosh, driver to latest COMPASS-9056
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.
1 parent e8e0f6e commit 83bd44f

File tree

19 files changed

+312
-288
lines changed

19 files changed

+312
-288
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.3",
8585
"hadron-type-checker": "^7.4.3",
8686
"lodash": "^4.17.21",
87-
"mongodb": "^6.13.1",
87+
"mongodb": "^6.14.1",
8888
"mongodb-collection-model": "^5.25.3",
8989
"mongodb-data-service": "^22.25.3",
9090
"mongodb-database-model": "^2.25.3",

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.3",
6363
"hadron-app-registry": "^9.4.3",
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.3",

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.3",
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.3",
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
@@ -61,7 +61,7 @@
6161
"bson": "^6.10.3",
6262
"compass-preferences-model": "^2.33.3",
6363
"hadron-app-registry": "^9.4.3",
64-
"mongodb": "^6.13.1",
64+
"mongodb": "^6.14.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.3",
6565
"hadron-ipc": "^3.4.3",
6666
"lodash": "^4.17.21",
67-
"mongodb": "^6.13.1",
67+
"mongodb": "^6.14.1",
6868
"mongodb-data-service": "^22.25.3",
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.3",
8383
"hadron-app-registry": "^9.4.3",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.13.1",
85+
"mongodb": "^6.14.1",
8686
"mongodb-collection-model": "^5.25.3",
8787
"mongodb-data-service": "^22.25.3",
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.3",
8383
"hadron-app-registry": "^9.4.3",
8484
"lodash": "^4.17.21",
85-
"mongodb": "^6.13.1",
85+
"mongodb": "^6.14.1",
8686
"mongodb-instance-model": "^12.26.3",
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.3",
9595
"mongodb-schema": "^12.4.0",
9696
"numeral": "^1.5.6",

0 commit comments

Comments
 (0)