Skip to content

Commit 64da57f

Browse files
prod deps
1 parent 2c80e26 commit 64da57f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"email": "[email protected]"
2626
},
2727
"dependencies": {
28-
"@mongodb-js/saslprep": "^1.1.0",
28+
"@mongodb-js/saslprep": "^1.1.4",
2929
"bson": "^6.3.0",
3030
"mongodb-connection-string-url": "^3.0.0"
3131
},

src/cmap/auth/scram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { saslprep } from '@mongodb-js/saslprep';
1+
import saslprep = require('@mongodb-js/saslprep');
22
import * as crypto from 'crypto';
33
import { promisify } from 'util';
44

0 commit comments

Comments
 (0)