Skip to content

Commit a63e9a1

Browse files
committed
Updated mongodb-core to 1.1.33
1 parent 0fb654e commit a63e9a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ Db.prototype.removeUser = function(username, options, callback) {
10621062
* @param {string} username The username.
10631063
* @param {string} [password] The password.
10641064
* @param {object} [options=null] Optional settings.
1065-
* @param {string} [options.authMechanism=MONGODB-CR] The authentication mechanism to use, GSSAPI, MONGODB-CR, MONGODB-X509, PLAIN
1065+
* @param {string} [options.authMechanism=MONGODB-CR] The authentication mechanism to use, GSSAPI, MONGODB-CR, MONGODB-X509, SCRAM-SHA-1, PLAIN
10661066
* @param {Db~resultCallback} callback The command result callback
10671067
* @return {null}
10681068
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.1.32"
16+
"mongodb-core": "1.1.33"
1717
, "readable-stream": "1.0.31"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)