Skip to content

Commit

Permalink
Merge #1898
Browse files Browse the repository at this point in the history
1898: fix: update dependency msw to ^0.30.0 (master) r=herschel666 a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bors[bot] and renovate-bot authored Jul 1, 2021
2 parents ffd6300 + 1e8e8b7 commit ca69e6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cross-fetch": "^3.1.4",
"execa": "^5.1.1",
"hops-mixin": "15.0.0-nightly.6",
"msw": "^0.29.0",
"msw": "^0.30.0",
"url-join": "^4.0.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/msw#readme"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2275,10 +2275,10 @@
"@types/set-cookie-parser" "^2.4.0"
set-cookie-parser "^2.4.6"

"@mswjs/interceptors@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.10.0.tgz#f5aad03c2c0591d164e3ed178b21942f1c2f8061"
integrity sha512-/M0GGpid5q2EDI+Keas1sLYF3VZFXHDE5gCmX/jHdp+OJFruVNca3PUk7A8KnGdPpuycZogdPsmRBSOXwjyA7A==
"@mswjs/interceptors@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.11.0.tgz#2ce28962782315ebc4b8afbf8fe120b3c6988827"
integrity sha512-FNXjInEvCn0+1XYLhOvBDp2dCzkdE9NDtxWIuCox4JlUnhhiaaWmeFbLElUyoci8nI/zkiPfscS+uyyFjGIaOg==
dependencies:
"@open-draft/until" "^1.0.3"
debug "^4.3.0"
Expand Down Expand Up @@ -9249,13 +9249,13 @@ ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

msw@^0.29.0:
version "0.29.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.29.0.tgz#7242d575cb01db0c925241587df1fc2b79230d78"
integrity sha512-C/wz1d5uAEZRvAPAYrXG1rwLxXl0+BOs+JPrCzasoABZW3ATwS6ifSze+/DAgA93e9M86RXwvy6yDtZeZWmCFQ==
msw@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.30.0.tgz#d6998b11583f24d6002b48ead707e5b230c065a0"
integrity sha512-5XtBzFln1ld4HOIn2h57yKnZq2l7QhhuVUK8ZW3VvXSeG/GFr9CtGIui8VhT6ewOfkqzdRPruVmjAK5+fAhijw==
dependencies:
"@mswjs/cookies" "^0.1.5"
"@mswjs/interceptors" "^0.10.0"
"@mswjs/interceptors" "^0.11.0"
"@open-draft/until" "^1.0.3"
"@types/cookie" "^0.4.0"
"@types/inquirer" "^7.3.1"
Expand Down

0 comments on commit ca69e6b

Please sign in to comment.