Skip to content

Commit 79946b6

Browse files
committed
COMPASS-3196: Remove auth from driver options as it's in the URI
1 parent be53385 commit 79946b6

File tree

2 files changed

+38
-54
lines changed

2 files changed

+38
-54
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"@mongodb-js/compass-auth-x509": "^1.0.1",
231231
"@mongodb-js/compass-auto-updates": "^0.0.2",
232232
"@mongodb-js/compass-collection-stats": "^3.0.1",
233-
"@mongodb-js/compass-connect": "^3.4.6",
233+
"@mongodb-js/compass-connect": "^3.4.7",
234234
"@mongodb-js/compass-crud": "^5.3.8",
235235
"@mongodb-js/compass-deployment-awareness": "^6.1.2",
236236
"@mongodb-js/compass-document-validation": "^8.0.3",
@@ -295,9 +295,9 @@
295295
"mongodb-ace-theme": "^0.0.1",
296296
"mongodb-ace-theme-query": "^0.0.2",
297297
"mongodb-collection-model": "^1.0.0",
298-
"mongodb-connection-model": "^12.5.0",
298+
"mongodb-connection-model": "^12.5.1",
299299
"mongodb-core": "^3.1.8",
300-
"mongodb-data-service": "^12.4.0",
300+
"mongodb-data-service": "^12.4.1",
301301
"mongodb-database-model": "^0.1.3",
302302
"mongodb-explain-plan-model": "^0.2.2",
303303
"mongodb-extended-json": "^1.10.0",

0 commit comments

Comments
 (0)