Skip to content

Commit 6e373d1

Browse files
authored
fix(deps): bump mongosh to latest COMPASS-9424 COMPASS-9419 (#7021)
1 parent 92f7e77 commit 6e373d1

File tree

10 files changed

+1815
-486
lines changed

10 files changed

+1815
-486
lines changed

package-lock.json

Lines changed: 1804 additions & 475 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
@@ -87,7 +87,7 @@
8787
"mongodb-instance-model": "^12.32.1",
8888
"mongodb-ns": "^2.4.2",
8989
"mongodb-query-parser": "^4.3.0",
90-
"mongodb-schema": "^12.5.2",
90+
"mongodb-schema": "^12.6.2",
9191
"prop-types": "^15.7.2",
9292
"re-resizable": "^6.9.0",
9393
"react": "^17.0.2",

packages/compass-data-modeling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lodash": "^4.17.21",
6969
"mongodb": "^6.14.1",
7070
"mongodb-ns": "^2.4.2",
71-
"mongodb-schema": "^12.5.2",
71+
"mongodb-schema": "^12.6.2",
7272
"react": "^17.0.2",
7373
"react-redux": "^8.1.3",
7474
"redux": "^4.2.1",

packages/compass-field-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@mongodb-js/compass-logging": "^1.7.1",
7272
"hadron-app-registry": "^9.4.10",
7373
"lodash": "^4.17.21",
74-
"mongodb-schema": "^12.5.2",
74+
"mongodb-schema": "^12.6.2",
7575
"react": "^17.0.2",
7676
"react-redux": "^8.1.3",
7777
"redux": "^4.2.1",

packages/compass-generative-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"compass-preferences-model": "^2.40.1",
6464
"hadron-app-registry": "^9.4.10",
6565
"mongodb": "^6.16.0",
66-
"mongodb-schema": "^12.5.2",
66+
"mongodb-schema": "^12.6.2",
6767
"react": "^17.0.2",
6868
"react-redux": "^8.1.3",
6969
"redux": "^4.2.1",

packages/compass-import-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"mongodb-data-service": "^22.28.1",
6969
"mongodb-ns": "^2.4.2",
7070
"mongodb-query-parser": "^4.3.0",
71-
"mongodb-schema": "^12.5.2",
71+
"mongodb-schema": "^12.6.2",
7272
"papaparse": "^5.3.2",
7373
"react": "^17.0.2",
7474
"react-redux": "^8.1.3",

packages/compass-query-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"mongodb-ns": "^2.4.2",
8787
"mongodb-query-parser": "^4.3.0",
8888
"mongodb-query-util": "^2.4.9",
89-
"mongodb-schema": "^12.5.2",
89+
"mongodb-schema": "^12.6.2",
9090
"react": "^17.0.2",
9191
"react-redux": "^8.1.3",
9292
"redux": "^4.2.1",

packages/compass-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lodash": "^4.17.21",
9292
"mongodb": "^6.16.0",
9393
"mongodb-query-util": "^2.4.9",
94-
"mongodb-schema": "^12.5.2",
94+
"mongodb-schema": "^12.6.2",
9595
"numeral": "^1.5.6",
9696
"prop-types": "^15.7.2",
9797
"react": "^17.0.2",

packages/compass-shell/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"@mongodb-js/compass-user-data": "^0.7.1",
5858
"@mongodb-js/compass-utils": "^0.9.1",
5959
"@mongodb-js/compass-workspaces": "^0.40.0",
60-
"@mongosh/browser-repl": "^3.10.3",
61-
"@mongosh/logging": "^3.7.2",
62-
"@mongosh/node-runtime-worker-thread": "^3.3.8",
60+
"@mongosh/browser-repl": "^3.12.0",
61+
"@mongosh/logging": "^3.8.0",
62+
"@mongosh/node-runtime-worker-thread": "^3.3.10",
6363
"bson": "^6.10.3",
6464
"compass-preferences-model": "^2.40.1",
6565
"hadron-app-registry": "^9.4.10",

packages/compass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
},
183183
"dependencies": {
184184
"@mongodb-js/device-id": "^0.2.0",
185-
"@mongosh/node-runtime-worker-thread": "^3.3.8",
185+
"@mongosh/node-runtime-worker-thread": "^3.3.10",
186186
"clipboard": "^2.0.6",
187187
"kerberos": "^2.2.1",
188188
"keytar": "^7.9.0",

0 commit comments

Comments
 (0)