Skip to content

Commit

Permalink
fix(NODE-5572): fix saslprep import (#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 23, 2023
1 parent d6eac31 commit 250dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export let saslprep:

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

interface AWS4 {
Expand Down

0 comments on commit 250dc21

Please sign in to comment.