Skip to content

Commit

Permalink
feat(deps): bump oidc dependencies to latest versions (#5561)
Browse files Browse the repository at this point in the history
See mongodb-js/oidc-plugin@943dd33
and related tickets for details.
  • Loading branch information
addaleax authored Mar 11, 2024
1 parent f7d2c3c commit e66710c
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 52 deletions.
111 changes: 65 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/atlas-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@mongodb-js/compass-logging": "^1.2.14",
"@mongodb-js/compass-user-data": "^0.1.17",
"@mongodb-js/compass-utils": "^0.6.1",
"@mongodb-js/devtools-connect": "^2.4.2",
"@mongodb-js/oidc-plugin": "^0.3.1",
"@mongodb-js/devtools-connect": "^2.6.0",
"@mongodb-js/oidc-plugin": "^0.4.0",
"hadron-app-registry": "^9.1.8",
"compass-preferences-model": "^2.18.1",
"electron": "^28.2.5",
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 @@ -339,7 +339,7 @@ describe('CompassAuthServiceMain', function () {
} as any;
await CompassAuthService.init(preferences);
CompassAuthService['config'] = defaultConfig;
expect(getListenerCount(logger)).to.eq(26);
expect(getListenerCount(logger)).to.eq(28);
// We did all preparations, reset sinon history for easier assertions
sandbox.resetHistory();

Expand Down
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@electron/rebuild": "^3.6.0",
"@mongodb-js/compass-test-server": "^0.1.13",
"@mongodb-js/eslint-config-compass": "^1.0.17",
"@mongodb-js/oidc-mock-provider": "^0.7.1",
"@mongodb-js/oidc-mock-provider": "^0.9.0",
"@mongodb-js/prettier-config-compass": "^1.0.1",
"@mongodb-js/tsconfig-compass": "^1.0.3",
"@types/chai-as-promised": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"dependencies": {
"@mongodb-js/compass-logging": "^1.2.14",
"@mongodb-js/compass-utils": "^0.6.1",
"@mongodb-js/devtools-connect": "^2.4.2",
"@mongodb-js/oidc-plugin": "^0.3.1",
"@mongodb-js/devtools-connect": "^2.6.0",
"@mongodb-js/oidc-plugin": "^0.4.0",
"@mongodb-js/ssh-tunnel": "^2.1.13",
"hadron-app-registry": "^9.1.8",
"lodash": "^4.17.21",
Expand Down

0 comments on commit e66710c

Please sign in to comment.