Skip to content

Commit

Permalink
fix: Fixed undici-types error by updating the dependecy (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: gyaneshgouraw-okta <[email protected]>
  • Loading branch information
gyaneshgouraw-okta and gyaneshgouraw-okta authored Jun 11, 2024
1 parent f08fb62 commit 4329302
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"homepage": "https://github.com/auth0/node-auth0",
"dependencies": {
"jose": "^4.13.2",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"undici-types": "^6.15.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/models.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { RetryConfiguration } from './retry.js';
import { Dispatcher } from 'undici';
import { Dispatcher } from 'undici-types';

/**
* @private
Expand Down

0 comments on commit 4329302

Please sign in to comment.