Skip to content

Commit

Permalink
fix: set "credentials" to "same-origin" for "ClientRequest" (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Mar 10, 2022
1 parent 0f0827c commit c3cd80a
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.1",
"@mswjs/interceptors": "^0.15.0",
"@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.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.14.1.tgz#0beca4cd89200aaf9e067e7d14138c14152680de"
integrity sha512-E+0qtLySvVC4cIo5vlqDXn7BAtAgyVJe9hJjGorfbbClvTRNWMym9V70jhNB11y9txcd6ZPXbgxf2dMT73jGmw==
"@mswjs/interceptors@^0.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.15.0.tgz#fb815fc03530f7a7c9933369a5de6ede83cb2a0c"
integrity sha512-g2B8eST3MMHRNG0SpfKuo3ueI1JDLe4nq8p3qxhbFaINy9W/9hR2vnsKbIDClfQXGU1MrPc4aawQjBj41fMnFQ==
dependencies:
"@open-draft/until" "^1.0.3"
"@xmldom/xmldom" "^0.7.5"
Expand Down

0 comments on commit c3cd80a

Please sign in to comment.