Skip to content

Commit a1d84ec

Browse files
authored
chore(deps): bump driver to 4.10.0, mongosh to 1.6.0 (#3504)
1 parent b659e8a commit a1d84ec

File tree

14 files changed

+259
-245
lines changed

14 files changed

+259
-245
lines changed

package-lock.json

Lines changed: 237 additions & 223 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
@@ -75,7 +75,7 @@
7575
"lodash.isempty": "^4.4.0",
7676
"lodash.isstring": "^4.0.1",
7777
"mocha": "^8.4.0",
78-
"mongodb": "^4.6.0",
78+
"mongodb": "^4.10.0",
7979
"mongodb-data-service": "^22.1.0",
8080
"mongodb-ns": "^2.4.0",
8181
"mongodb-query-parser": "^2.4.6",

packages/compass-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"depcheck": "^1.4.1",
9292
"eslint": "^7.25.0",
9393
"mocha": "^8.4.0",
94-
"mongodb": "^4.8.1",
94+
"mongodb": "^4.10.0",
9595
"mongodb-collection-model": "^5.1.0",
9696
"mongodb-connection-string-url": "^2.5.3",
9797
"mongodb-data-service": "^22.1.0",

packages/compass-connections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"debug": "^4.2.0",
6363
"hadron-ipc": "^3.1.0",
6464
"lodash": "^4.17.21",
65-
"mongodb": "^4.8.1",
65+
"mongodb": "^4.10.0",
6666
"react": "^16.14.0",
6767
"react-dom": "^16.14.0",
6868
"uuid": "^8.2.0"

packages/compass-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"hadron-build": "^25.1.0",
5050
"lodash": "^4.17.21",
5151
"mocha": "^8.4.0",
52-
"mongodb": "^4.8.1",
52+
"mongodb": "^4.10.0",
5353
"mongodb-connection-string-url": "^2.5.3",
5454
"mongodb-log-writer": "^1.1.4",
5555
"mongodb-runner": "^4.9.0",

packages/compass-import-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"marky": "^1.2.1",
111111
"mime-types": "^2.1.24",
112112
"mocha": "^8.4.0",
113-
"mongodb": "^4.8.1",
113+
"mongodb": "^4.10.0",
114114
"mongodb-data-service": "^22.1.0",
115115
"mongodb-ns": "^2.4.0",
116116
"mongodb-query-parser": "^2.4.6",

packages/compass-indexes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"lodash.clonedeep": "^4.5.0",
8181
"lodash.contains": "^2.4.3",
8282
"mocha": "^8.4.0",
83-
"mongodb": "^4.6.0",
83+
"mongodb": "^4.10.0",
8484
"mongodb-data-service": "^22.1.0",
8585
"mongodb-query-parser": "^2.4.6",
8686
"numeral": "^2.0.6",

packages/compass-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"mapbox-gl": "^1.2.0",
110110
"mocha": "^8.4.0",
111111
"moment": "^2.27.0",
112-
"mongodb": "^4.8.1",
112+
"mongodb": "^4.10.0",
113113
"mongodb-ns": "^2.4.0",
114114
"mongodb-query-util": "^0.0.3",
115115
"mongodb-schema": "^8.2.5",

packages/compass-shell/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"@mongodb-js/compass-logging": "^1.1.0",
4343
"@mongodb-js/compass-utils": "^0.1.1",
4444
"@mongodb-js/mongodb-redux-common": "^2.0.1",
45-
"@mongosh/node-runtime-worker-thread": "^1.5.4",
45+
"@mongosh/node-runtime-worker-thread": "^1.6.0",
4646
"react": "^16.14.0"
4747
},
4848
"peerDependencies": {
4949
"@mongodb-js/compass-components": "^1.1.0",
5050
"@mongodb-js/compass-logging": "^1.1.0",
5151
"@mongodb-js/compass-utils": "^0.1.1",
5252
"@mongodb-js/mongodb-redux-common": "^2.0.1",
53-
"@mongosh/node-runtime-worker-thread": "^1.5.4",
53+
"@mongosh/node-runtime-worker-thread": "^1.6.0",
5454
"react": "^16.14.0"
5555
},
5656
"devDependencies": {
@@ -63,9 +63,9 @@
6363
"@babel/register": "^7.13.16",
6464
"@hot-loader/react-dom": "^16.9.0",
6565
"@leafygreen-ui/code": "^12.0.1",
66-
"@mongosh/browser-repl": "^1.5.4",
67-
"@mongosh/logging": "^1.5.4",
68-
"@mongosh/service-provider-core": "^1.5.4",
66+
"@mongosh/browser-repl": "^1.6.0",
67+
"@mongosh/logging": "^1.6.0",
68+
"@mongosh/service-provider-core": "^1.6.0",
6969
"ace-builds": "^1.4.3",
7070
"autoprefixer": "^9.4.6",
7171
"babel-loader": "^8.2.2",

packages/compass/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@
163163
"email": "[email protected]"
164164
},
165165
"dependencies": {
166-
"@mongosh/node-runtime-worker-thread": "^1.5.4",
166+
"@mongosh/node-runtime-worker-thread": "^1.6.0",
167167
"clipboard": "^2.0.6",
168168
"kerberos": "^2.0.0",
169169
"keytar": "^7.7.0",
170-
"mongodb-client-encryption": "^2.2.0-alpha.6",
170+
"mongodb-client-encryption": "^2.2.1",
171171
"os-dns-native": "^1.2.0",
172172
"system-ca": "^1.0.2"
173173
},
@@ -240,7 +240,7 @@
240240
"make-fetch-happen": "^8.0.14",
241241
"marky": "^1.2.1",
242242
"mocha": "^8.4.0",
243-
"mongodb": "^4.8.1",
243+
"mongodb": "^4.10.0",
244244
"mongodb-connection-model": "^22.1.0",
245245
"mongodb-data-service": "^22.1.0",
246246
"mongodb-download-url": "^1.2.2",

0 commit comments

Comments
 (0)