Skip to content

Commit

Permalink
chore(deps): bump the driver group with 5 updates (#5427)
Browse files Browse the repository at this point in the history
* chore(deps): bump the driver group with 5 updates

Bumps the driver group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mongodb-js/oidc-plugin](https://github.com/mongodb-js/oidc-plugin) | `0.3.0` | `0.3.1` |
| [bson](https://github.com/mongodb/js-bson) | `4.7.2` | `6.3.0` |
| [kerberos](https://github.com/mongodb-js/kerberos) | `2.0.2` | `2.1.0` |
| [os-dns-native](https://github.com/mongodb-js/os-dns-native) | `1.2.0` | `1.2.1` |
| [@mongodb-js/oidc-mock-provider](https://github.com/mongodb-js/devtools-shared) | `0.4.1` | `0.7.1` |


Updates `@mongodb-js/oidc-plugin` from 0.3.0 to 0.3.1
- [Commits](mongodb-js/oidc-plugin@v0.3.0...v0.3.1)

Updates `bson` from 4.7.2 to 6.3.0
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v4.7.2...v6.3.0)

Updates `kerberos` from 2.0.2 to 2.1.0
- [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.0.2...v2.1.0)

Updates `os-dns-native` from 1.2.0 to 1.2.1
- [Commits](mongodb-js/os-dns-native@v1.2.0...v1.2.1)

Updates `@mongodb-js/oidc-mock-provider` from 0.4.1 to 0.7.1
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/oidc-mock-provider@0.4.1...@mongodb-js/oidc-mock-provider@0.7.1)

---
updated-dependencies:
- dependency-name: "@mongodb-js/oidc-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: driver
- dependency-name: bson
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: driver
- dependency-name: kerberos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: driver
- dependency-name: os-dns-native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: driver
- dependency-name: "@mongodb-js/oidc-mock-provider"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: driver
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixup: new missing-id-token event

* fixup: undo bson-transpilers bson bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
dependabot[bot] and addaleax committed Feb 8, 2024
1 parent d0005ba commit db0d069
Show file tree
Hide file tree
Showing 26 changed files with 262 additions and 142 deletions.
326 changes: 223 additions & 103 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/atlas-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-utils": "^0.5.11",
"@mongodb-js/devtools-connect": "^2.4.2",
"@mongodb-js/oidc-plugin": "^0.3.0",
"@mongodb-js/oidc-plugin": "^0.3.1",
"compass-preferences-model": "^2.17.4",
"electron": "^28.2.1",
"hadron-ipc": "^3.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas-service/src/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe('AtlasServiceMain', function () {
preferences,
getUserId: AtlasService['getUserId'],
});
expect(getListenerCount(logger)).to.eq(25);
expect(getListenerCount(logger)).to.eq(26);
// We did all preparations, reset sinon history for easier assertions
sandbox.resetHistory();

Expand Down
4 changes: 2 additions & 2 deletions packages/compass-aggregations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@mongodb-js/explain-plan-helper": "^1.1.8",
"@mongodb-js/mongodb-constants": "^0.9.0",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@mongodb-js/explain-plan-helper": "^1.1.8",
"@mongodb-js/mongodb-constants": "^0.9.0",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@react-aria/utils": "^3.13.1",
"@react-aria/visually-hidden": "^3.3.1",
"@react-stately/tooltip": "^3.0.5",
"bson": "^6.2.0",
"bson": "^6.3.0",
"focus-trap-react": "^8.4.2",
"hadron-document": "^8.4.7",
"hadron-type-checker": "^7.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/explain-plan-helper": "^1.1.8",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down Expand Up @@ -120,7 +120,7 @@
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/explain-plan-helper": "^1.1.8",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@electron/rebuild": "^3.6.0",
"@mongodb-js/compass-test-server": "^0.1.11",
"@mongodb-js/eslint-config-compass": "^1.0.15",
"@mongodb-js/oidc-mock-provider": "^0.4.1",
"@mongodb-js/oidc-mock-provider": "^0.7.1",
"@mongodb-js/prettier-config-compass": "^1.0.1",
"@mongodb-js/tsconfig-compass": "^1.0.3",
"@types/chai-as-promised": "^7.1.4",
"@types/cross-spawn": "^6.0.2",
"@types/puppeteer": "^5.4.4",
"@wdio/types": "^7.16.13",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"clipboardy": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-generative-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.10",
"@types/sinon-chai": "^3.2.5",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.3.6",
"decomment": "^0.9.5",
"depcheck": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-import-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-utils": "^0.5.11",
"@mongodb-js/compass-workspaces": "^0.4.4",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"electron": "^28.2.1",
"hadron-app-registry": "^9.1.6",
Expand All @@ -75,7 +75,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-utils": "^0.5.11",
"@mongodb-js/compass-workspaces": "^0.4.4",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"electron": "^28.2.1",
"hadron-app-registry": "^9.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-indexes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/mongodb-constants": "^0.9.0",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/mongodb-constants": "^0.9.0",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-preferences-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-user-data": "^0.1.15",
"bson": "^6.2.0",
"bson": "^6.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"yargs-parser": "^21.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-query-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/mongodb-constants": "^0.9.0",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
Expand Down Expand Up @@ -112,7 +112,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/mongodb-constants": "^0.9.0",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-saved-aggregations-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
"react": "^17.0.2"
Expand All @@ -72,7 +72,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-workspaces": "^0.4.4",
"@mongodb-js/my-queries-storage": "^0.4.3",
"bson": "^6.2.0",
"bson": "^6.3.0",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-schema-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@mongodb-js/compass-editor": "^0.20.3",
"@mongodb-js/compass-field-store": "^9.0.17",
"@mongodb-js/compass-logging": "^1.2.12",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@mongodb-js/compass-editor": "^0.20.3",
"@mongodb-js/compass-field-store": "^9.0.17",
"@mongodb-js/compass-logging": "^1.2.12",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@mongodb-js/compass-components": "^1.21.3",
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-query-bar": "^8.24.4",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@mongodb-js/compass-components": "^1.21.3",
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-query-bar": "^8.24.4",
"bson": "^6.2.0",
"bson": "^6.3.0",
"compass-preferences-model": "^2.17.4",
"hadron-app-registry": "^9.1.6",
"hadron-document": "^8.4.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/compass-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@mongodb-js/compass-app-stores": "^7.9.4",
"@mongodb-js/compass-components": "^1.21.3",
"@mongodb-js/compass-logging": "^1.2.12",
"bson": "^6.2.0",
"bson": "^6.3.0",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4",
"react": "^17.0.2"
Expand All @@ -73,7 +73,7 @@
"@mongodb-js/compass-app-stores": "^7.9.4",
"@mongodb-js/compass-components": "^1.21.3",
"@mongodb-js/compass-logging": "^1.2.12",
"bson": "^6.2.0",
"bson": "^6.3.0",
"hadron-app-registry": "^9.1.6",
"mongodb-data-service": "^22.17.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
"dependencies": {
"@mongosh/node-runtime-worker-thread": "^2.1.1",
"clipboard": "^2.0.6",
"kerberos": "^2.0.1",
"kerberos": "^2.1.0",
"keytar": "^7.9.0",
"mongodb-client-encryption": "^6.0.0",
"os-dns-native": "^1.2.0",
"os-dns-native": "^1.2.1",
"system-ca": "^1.0.2"
},
"devDependencies": {
Expand All @@ -192,7 +192,7 @@
"@mongodb-js/webpack-config-compass": "^1.3.3",
"@segment/analytics-node": "^1.1.4",
"ampersand-view": "^9.0.0",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.3.4",
"chalk": "^4.1.2",
"clean-stack": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connection-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.10",
"@types/sinon-chai": "^3.2.5",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.3.4",
"depcheck": "^1.4.1",
"ejson-shell-parser": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connection-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"bson": "^6.2.0",
"bson": "^6.3.0",
"lodash": "^4.17.21",
"mongodb-connection-string-url": "^2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connection-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-user-data": "^0.1.15",
"@mongodb-js/compass-utils": "^0.5.11",
"bson": "^6.2.0",
"bson": "^6.3.0",
"electron": "^28.2.1",
"hadron-ipc": "^3.2.10",
"keytar": "^7.9.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@mongodb-js/compass-logging": "^1.2.12",
"@mongodb-js/compass-utils": "^0.5.11",
"@mongodb-js/devtools-connect": "^2.4.2",
"@mongodb-js/oidc-plugin": "^0.3.0",
"@mongodb-js/oidc-plugin": "^0.3.1",
"@mongodb-js/ssh-tunnel": "^2.1.11",
"lodash": "^4.17.21",
"mongodb-build-info": "^1.7.0",
Expand All @@ -81,12 +81,12 @@
"@types/lodash": "^4.14.188",
"@types/uuid": "^8.3.1",
"@types/whatwg-url": "^8.2.1",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"kerberos": "^2.0.1",
"kerberos": "^2.1.0",
"mocha": "^10.2.0",
"mongodb": "^6.3.0",
"nyc": "^15.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/databases-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@mongodb-js/webpack-config-compass": "^1.3.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.2.0",
"depcheck": "^1.4.1",
"enzyme": "^3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hadron-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
},
"dependencies": {
"bson": "^6.2.0",
"bson": "^6.3.0",
"debug": "^4.2.0",
"eventemitter3": "^4.0.0",
"hadron-type-checker": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hadron-type-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-ci": "npm run test"
},
"dependencies": {
"bson": "^6.2.0",
"bson": "^6.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-query-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/sinon-chai": "^3.2.5",
"bson": "^6.2.0",
"bson": "^6.3.0",
"chai": "^4.3.6",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/my-queries-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"dependencies": {
"@mongodb-js/compass-editor": "^0.20.3",
"@mongodb-js/compass-user-data": "^0.1.15",
"bson": "^6.2.0"
"bson": "^6.3.0"
}
}

0 comments on commit db0d069

Please sign in to comment.