Skip to content

Commit

Permalink
fix: add fallback for "_defaultAgent" in ClientRequest (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 8, 2022
1 parent ad42af6 commit 21fcbc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"sideEffects": false,
"dependencies": {
"@mswjs/cookies": "^0.1.7",
"@mswjs/interceptors": "^0.14.0",
"@mswjs/interceptors": "^0.14.1",
"@open-draft/until": "^1.0.3",
"@types/cookie": "^0.4.1",
"@types/js-levenshtein": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1702,10 +1702,10 @@
"@types/set-cookie-parser" "^2.4.0"
set-cookie-parser "^2.4.6"

"@mswjs/interceptors@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.14.0.tgz#34d435e25b207e36779a21ce416d9291d024988d"
integrity sha512-s0Mz/t2YCNxOcN8pnjJhcmPiOCg5pSoZGPYvDhAQhIrZiBvs6jtxxJnDgkpi5B40fJcvNqUou/K/HPvJudzilw==
"@mswjs/interceptors@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.14.1.tgz#0beca4cd89200aaf9e067e7d14138c14152680de"
integrity sha512-E+0qtLySvVC4cIo5vlqDXn7BAtAgyVJe9hJjGorfbbClvTRNWMym9V70jhNB11y9txcd6ZPXbgxf2dMT73jGmw==
dependencies:
"@open-draft/until" "^1.0.3"
"@xmldom/xmldom" "^0.7.5"
Expand Down

0 comments on commit 21fcbc5

Please sign in to comment.