Skip to content

Commit 3d017f8

Browse files
chore(deps): bump the driver group across 1 directory with 8 updates
Bumps the driver group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@mongodb-js/devtools-connect](https://github.com/mongodb-js/devtools-shared) | `3.7.2` | `3.8.0` | | [@mongodb-js/oidc-plugin](https://github.com/mongodb-js/oidc-plugin) | `1.1.7` | `1.1.8` | | [bson](https://github.com/mongodb/js-bson) | `6.10.3` | `6.10.4` | | [kerberos](https://github.com/mongodb-js/kerberos) | `2.2.1` | `2.2.2` | | [mongodb-client-encryption](https://github.com/mongodb-js/mongodb-client-encryption) | `6.3.0` | `6.4.0` | | [native-machine-id](https://github.com/mongodb-js/devtools-shared) | `0.1.2` | `0.2.0` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `6.16.0` | `6.17.0` | | [@mongodb-js/oidc-mock-provider](https://github.com/mongodb-js/devtools-shared) | `0.10.2` | `0.11.0` | Updates `@mongodb-js/devtools-connect` from 3.7.2 to 3.8.0 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) Updates `@mongodb-js/oidc-plugin` from 1.1.7 to 1.1.8 - [Release notes](https://github.com/mongodb-js/oidc-plugin/releases) - [Commits](mongodb-js/oidc-plugin@v1.1.7...v1.1.8) Updates `bson` from 6.10.3 to 6.10.4 - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md) - [Commits](mongodb/js-bson@v6.10.3...v6.10.4) Updates `kerberos` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/mongodb-js/kerberos/releases) - [Changelog](https://github.com/mongodb-js/kerberos/blob/main/HISTORY.md) - [Commits](mongodb-js/kerberos@v2.2.1...v2.2.2) Updates `mongodb-client-encryption` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/mongodb-js/mongodb-client-encryption/releases) - [Changelog](https://github.com/mongodb-js/mongodb-client-encryption/blob/main/HISTORY.md) - [Commits](mongodb-js/mongodb-client-encryption@v6.3.0...v6.4.0) Updates `native-machine-id` from 0.1.2 to 0.2.0 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/[email protected]@0.2.0) Updates `mongodb` from 6.16.0 to 6.17.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v6.16.0...v6.17.0) Updates `@mongodb-js/oidc-mock-provider` from 0.10.2 to 0.11.0 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/[email protected]...@mongodb-js/[email protected]) --- updated-dependencies: - dependency-name: "@mongodb-js/devtools-connect" dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver - dependency-name: "@mongodb-js/oidc-plugin" dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: driver - dependency-name: bson dependency-version: 6.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: driver - dependency-name: kerberos dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: driver - dependency-name: mongodb-client-encryption dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver - dependency-name: native-machine-id dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver - dependency-name: mongodb dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver - dependency-name: "@mongodb-js/oidc-mock-provider" dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: driver ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70c8651 commit 3d017f8

File tree

32 files changed

+372
-221
lines changed

32 files changed

+372
-221
lines changed

package-lock.json

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

packages/atlas-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
"@mongodb-js/compass-user-data": "^0.7.2",
7878
"@mongodb-js/compass-utils": "^0.9.2",
7979
"@mongodb-js/connection-info": "^0.15.2",
80-
"@mongodb-js/devtools-connect": "^3.7.2",
80+
"@mongodb-js/devtools-connect": "^3.8.0",
8181
"@mongodb-js/devtools-proxy-support": "^0.4.4",
82-
"@mongodb-js/oidc-plugin": "^1.1.7",
82+
"@mongodb-js/oidc-plugin": "^1.1.8",
8383
"hadron-app-registry": "^9.4.11",
8484
"compass-preferences-model": "^2.40.2",
8585
"electron": "^36.4.0",

packages/bson-transpilers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"antlr4": "4.7.2",
42-
"bson": "^6.10.3",
42+
"bson": "^6.10.4",
4343
"js-yaml": "^3.13.1"
4444
},
4545
"bugs": {

packages/compass-aggregations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"@mongodb-js/mongodb-constants": "^0.11.0",
7575
"@mongodb-js/my-queries-storage": "^0.27.3",
7676
"@mongodb-js/shell-bson-parser": "^1.2.0",
77-
"bson": "^6.10.3",
77+
"bson": "^6.10.4",
7878
"compass-preferences-model": "^2.40.2",
7979
"hadron-app-registry": "^9.4.11",
8080
"hadron-document": "^8.8.12",
8181
"hadron-type-checker": "^7.4.10",
8282
"lodash": "^4.17.21",
83-
"mongodb": "^6.16.0",
83+
"mongodb": "^6.17.0",
8484
"mongodb-collection-model": "^5.29.2",
8585
"mongodb-data-service": "^22.28.2",
8686
"mongodb-database-model": "^2.29.2",

packages/compass-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@react-aria/utils": "^3.13.1",
8080
"@react-aria/visually-hidden": "^3.3.1",
8181
"@tanstack/table-core": "^8.14.0",
82-
"bson": "^6.10.3",
82+
"bson": "^6.10.4",
8383
"focus-trap-react": "^9.0.2",
8484
"hadron-document": "^8.8.12",
8585
"hadron-type-checker": "^7.4.10",

packages/compass-connections/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@mongodb-js/connection-form": "^1.52.3",
5959
"@mongodb-js/connection-info": "^0.15.2",
6060
"@mongodb-js/connection-storage": "^0.35.0",
61-
"bson": "^6.10.3",
61+
"bson": "^6.10.4",
6262
"compass-preferences-model": "^2.40.2",
6363
"hadron-app-registry": "^9.4.11",
6464
"lodash": "^4.17.21",
65-
"mongodb": "^6.16.0",
65+
"mongodb": "^6.17.0",
6666
"mongodb-build-info": "^1.7.2",
6767
"mongodb-connection-string-url": "^3.0.1",
6868
"mongodb-data-service": "^22.28.2",

packages/compass-crud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
"@mongodb-js/shell-bson-parser": "^1.2.0",
8787
"ag-grid-community": "^20.2.0",
8888
"ag-grid-react": "^20.2.0",
89-
"bson": "^6.10.3",
89+
"bson": "^6.10.4",
9090
"compass-preferences-model": "^2.40.2",
9191
"hadron-app-registry": "^9.4.11",
9292
"hadron-document": "^8.8.12",
9393
"hadron-type-checker": "^7.4.10",
9494
"jsondiffpatch": "^0.5.0",
9595
"lodash": "^4.17.21",
9696
"mongodb-data-service": "^22.28.2",
97-
"mongodb": "^6.16.0",
97+
"mongodb": "^6.17.0",
9898
"mongodb-ns": "^2.4.2",
9999
"mongodb-query-parser": "^4.3.0",
100100
"numeral": "^2.0.6",

packages/compass-data-modeling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
"@mongodb-js/compass-telemetry": "^1.10.0",
6464
"@mongodb-js/compass-user-data": "^0.7.2",
6565
"@mongodb-js/compass-workspaces": "^0.41.0",
66-
"bson": "^6.10.3",
66+
"bson": "^6.10.4",
6767
"compass-preferences-model": "^2.40.2",
6868
"hadron-app-registry": "^9.4.11",
6969
"lodash": "^4.17.21",
70-
"mongodb": "^6.14.1",
70+
"mongodb": "^6.17.0",
7171
"mongodb-ns": "^2.4.2",
7272
"mongodb-schema": "^12.6.2",
7373
"react": "^17.0.2",

packages/compass-e2e-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"@mongodb-js/compass-test-server": "^0.3.10",
3636
"@mongodb-js/connection-info": "^0.15.2",
3737
"@mongodb-js/eslint-config-compass": "^1.3.10",
38-
"@mongodb-js/oidc-mock-provider": "^0.10.2",
38+
"@mongodb-js/oidc-mock-provider": "^0.11.0",
3939
"@mongodb-js/prettier-config-compass": "^1.2.8",
4040
"@mongodb-js/tsconfig-compass": "^1.2.8",
4141
"@types/chai-as-promised": "^7.1.4",
4242
"@types/cross-spawn": "^6.0.2",
4343
"@types/yargs": "^17.0.33",
4444
"@wdio/types": "^8.32.2",
45-
"bson": "^6.10.3",
45+
"bson": "^6.10.4",
4646
"chai": "^4.3.4",
4747
"chai-as-promised": "^7.1.1",
4848
"clipboardy": "^2.3.0",
@@ -57,7 +57,7 @@
5757
"hadron-build": "^25.8.2",
5858
"lodash": "^4.17.21",
5959
"mocha": "^10.2.0",
60-
"mongodb": "^6.16.0",
60+
"mongodb": "^6.17.0",
6161
"mongodb-build-info": "^1.7.2",
6262
"mongodb-connection-string-url": "^3.0.1",
6363
"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
@@ -81,7 +81,7 @@
8181
"d3-hierarchy": "^3.1.2",
8282
"hadron-app-registry": "^9.4.11",
8383
"lodash": "^4.17.21",
84-
"mongodb": "^6.16.0",
84+
"mongodb": "^6.17.0",
8585
"react": "^17.0.2",
8686
"react-redux": "^8.1.3",
8787
"redux": "^4.2.1",

0 commit comments

Comments
 (0)