Skip to content

Commit c458e1a

Browse files
committed
fix(deps): bump oidc-plugin MONGOSH-2498
1 parent 9b7ff5b commit c458e1a

File tree

3 files changed

+32
-28
lines changed

3 files changed

+32
-28
lines changed

package-lock.json

Lines changed: 24 additions & 26 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,16 @@
8080
"@mongodb-js/connection-info": "^0.17.1",
8181
"@mongodb-js/devtools-connect": "^3.9.3",
8282
"@mongodb-js/devtools-proxy-support": "^0.5.2",
83-
"@mongodb-js/oidc-plugin": "^2.0.3",
83+
"@mongodb-js/oidc-plugin": "mongodb-js/oidc-plugin#2498-dev",
8484
"compass-preferences-model": "^2.50.0",
8585
"electron": "^37.2.6",
8686
"hadron-ipc": "^3.5.10",
8787
"lodash": "^4.17.21",
8888
"react": "^17.0.2",
8989
"redux": "^4.2.1",
9090
"redux-thunk": "^2.4.2"
91+
},
92+
"overrides": {
93+
"@mongodb-js/oidc-plugin": "mongodb-js/oidc-plugin#2498-dev"
9194
}
9295
}

packages/data-service/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@mongodb-js/devtools-docker-test-envs": "^1.3.3",
6868
"@mongodb-js/eslint-config-compass": "^1.4.6",
6969
"@mongodb-js/mocha-config-compass": "^1.7.0",
70-
"@mongodb-js/oidc-plugin": "^2.0.3",
70+
"@mongodb-js/oidc-plugin": "mongodb-js/oidc-plugin#2498-dev",
7171
"@mongodb-js/prettier-config-compass": "^1.2.8",
7272
"@mongodb-js/tsconfig-compass": "^1.2.9",
7373
"@types/lodash": "^4.14.188",
@@ -85,5 +85,8 @@
8585
},
8686
"optionalDependencies": {
8787
"mongodb-client-encryption": "^6.3.0"
88+
},
89+
"overrides": {
90+
"@mongodb-js/oidc-plugin": "mongodb-js/oidc-plugin#2498-dev"
8891
}
8992
}

0 commit comments

Comments
 (0)