Skip to content

Commit f95f312

Browse files
committed
COMPASS-2983: Add SCRAM-SHA-256 Support
1 parent 3cb1fd7 commit f95f312

File tree

2 files changed

+57
-52
lines changed

2 files changed

+57
-52
lines changed

package-lock.json

Lines changed: 54 additions & 49 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
@@ -224,7 +224,7 @@
224224
"@mongodb-js/compass-auth-ldap": "^1.0.1",
225225
"@mongodb-js/compass-auth-x509": "^1.0.1",
226226
"@mongodb-js/compass-collection-stats": "^3.0.0",
227-
"@mongodb-js/compass-connect": "^3.3.1",
227+
"@mongodb-js/compass-connect": "^3.3.2",
228228
"@mongodb-js/compass-crud": "^5.2.1",
229229
"@mongodb-js/compass-deployment-awareness": "^6.0.0",
230230
"@mongodb-js/compass-document-validation": "^8.0.3",
@@ -287,8 +287,8 @@
287287
"mongodb-ace-theme": "^0.0.1",
288288
"mongodb-ace-theme-query": "^0.0.2",
289289
"mongodb-collection-model": "^1.0.0",
290-
"mongodb-connection-model": "^12.3.0",
291-
"mongodb-data-service": "^12.1.1",
290+
"mongodb-connection-model": "^12.3.2",
291+
"mongodb-data-service": "^12.1.3",
292292
"mongodb-database-model": "^0.1.3",
293293
"mongodb-explain-plan-model": "^0.2.2",
294294
"mongodb-extended-json": "^1.10.0",

0 commit comments

Comments
 (0)