Skip to content

Commit

Permalink
Merge pull request #1771 from getAlby/depfu/update/yarn/msw-0.49.0
Browse files Browse the repository at this point in the history
Upgrade msw: 0.48.0 → 0.49.0 (major)
  • Loading branch information
escapedcat authored Nov 21, 2022
2 parents 86238a6 + 9654120 commit ce59b73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"jest-webextension-mock": "^3.7.22",
"lint-staged": "^13.0.3",
"mini-css-extract-plugin": "^2.6.1",
"msw": "^0.48.0",
"msw": "^0.49.0",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-loader": "^7.0.1",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6840,10 +6840,10 @@ ms@2.1.3, ms@^2.1.1:
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

msw@^0.48.0:
version "0.48.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.48.0.tgz#0d3039df1f381b545a396458ca10e051292ef704"
integrity sha512-bInpCikiW1VnjNkEjdaL5Wj+P/Xgz/U1GiUH/++Ck96w+FRpegP38HqBHJjdYZM1oH8VrtGiT14xvQHHhUTDzQ==
msw@^0.49.0:
version "0.49.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.49.0.tgz#49c0464353c474c66f548eaddd4773d224f5acf9"
integrity sha512-xX5RMSMjN58j8G/V26Uaf5LP464VltuWyd66TQimLueVYfG47RKydGsd4JW165Jb/gjoaQxh5Tdvv31wdZAOlA==
dependencies:
"@mswjs/cookies" "^0.2.2"
"@mswjs/interceptors" "^0.17.5"
Expand All @@ -6861,7 +6861,6 @@ msw@^0.48.0:
node-fetch "^2.6.7"
outvariant "^1.3.0"
path-to-regexp "^6.2.0"
statuses "^2.0.0"
strict-event-emitter "^0.2.6"
type-fest "^2.19.0"
yargs "^17.3.1"
Expand Down Expand Up @@ -8874,11 +8873,6 @@ stack-utils@^2.0.3:
resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=

statuses@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==

stream-browserify@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz"
Expand Down

0 comments on commit ce59b73

Please sign in to comment.