Skip to content

Commit

Permalink
Bump msw from 0.21.3 to 0.22.0 in /frontend
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 0.21.3 to 0.22.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md)
- [Commits](mswjs/msw@v0.21.3...v0.22.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and willemarcel committed Nov 18, 2020
1 parent 693562e commit 3d96a78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@testing-library/react-hooks": "^3.4.2",
"combine-react-intl-messages": "^4.0.0",
"jest-canvas-mock": "^2.3.0",
"msw": "^0.21.3",
"msw": "^0.22.0",
"prettier": "^2.1.2",
"react-test-renderer": "^16.14.0"
},
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8362,10 +8362,10 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

msw@^0.21.3:
version "0.21.3"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.21.3.tgz#d073842f9570a08f4041806a2c7303a9b8494602"
integrity sha512-voPc/EJsjarvi454vSEuozZQQqLG4AUHT6qQL5Ah47lq7sGCpc7icByeUlfvEj5+MvaugN0c7JwXyCa2rxu8cA==
msw@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.22.0.tgz#6d1335a2fc486c6f7b91e9e2bbc73ad8bca39f78"
integrity sha512-4xqAalh5DHlvt1t8R2j2Ib0TSWYYVfNCzLuaY2YsvVb5o0uCC16nGkxhrYAFrtBfAaHV83i5xfdmakgXS5/ggw==
dependencies:
"@open-draft/until" "^1.0.3"
"@types/cookie" "^0.4.0"
Expand All @@ -8375,7 +8375,7 @@ msw@^0.21.3:
graphql "^15.3.0"
headers-utils "^1.2.0"
node-fetch "^2.6.1"
node-match-path "^0.4.4"
node-match-path "^0.5.2"
node-request-interceptor "^0.5.1"
statuses "^2.0.0"
yargs "^16.0.3"
Expand Down Expand Up @@ -8525,10 +8525,10 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"

node-match-path@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/node-match-path/-/node-match-path-0.4.4.tgz#516a10926093c0cc6f237d020685b593b19baebb"
integrity sha512-pBq9gp7TG0r0VXuy/oeZmQsjBSnYQo7G886Ly/B3azRwZuEtHCY155dzmfoKWcDPGgyfIGD8WKVC7h3+6y7yTg==
node-match-path@^0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/node-match-path/-/node-match-path-0.5.2.tgz#07d9bcee70da453fab8bcf6de5540bc0395d0cd9"
integrity sha512-/qMS+TTZ4ZQzP+YvLkjzHHH3aSk2HXaNByMN3l7/nZNna3AzsEWgBIDsPyqdNiYznDGFGb+l+9fMiY96Xrd8fA==

node-modules-regexp@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 3d96a78

Please sign in to comment.