Skip to content

Commit ff6c293

Browse files
authored
fix(NODE-5573): fix saslprep import (#3838)
1 parent c83a801 commit ff6c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export let saslprep:
144144

145145
try {
146146
// Ensure you always wrap an optional require in the try block NODE-3199
147-
saslprep = require('saslprep');
147+
saslprep = require('@mongodb-js/saslprep');
148148
} catch {} // eslint-disable-line
149149

150150
interface AWS4 {

0 commit comments

Comments
 (0)