Skip to content

Commit 3d96a78

Browse files
Bump msw from 0.21.3 to 0.22.0 in /frontend
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]>
1 parent 693562e commit 3d96a78

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@testing-library/react-hooks": "^3.4.2",
9898
"combine-react-intl-messages": "^4.0.0",
9999
"jest-canvas-mock": "^2.3.0",
100-
"msw": "^0.21.3",
100+
"msw": "^0.22.0",
101101
"prettier": "^2.1.2",
102102
"react-test-renderer": "^16.14.0"
103103
},

frontend/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -8362,10 +8362,10 @@ ms@^2.1.1:
83628362
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
83638363
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
83648364

8365-
msw@^0.21.3:
8366-
version "0.21.3"
8367-
resolved "https://registry.yarnpkg.com/msw/-/msw-0.21.3.tgz#d073842f9570a08f4041806a2c7303a9b8494602"
8368-
integrity sha512-voPc/EJsjarvi454vSEuozZQQqLG4AUHT6qQL5Ah47lq7sGCpc7icByeUlfvEj5+MvaugN0c7JwXyCa2rxu8cA==
8365+
msw@^0.22.0:
8366+
version "0.22.0"
8367+
resolved "https://registry.yarnpkg.com/msw/-/msw-0.22.0.tgz#6d1335a2fc486c6f7b91e9e2bbc73ad8bca39f78"
8368+
integrity sha512-4xqAalh5DHlvt1t8R2j2Ib0TSWYYVfNCzLuaY2YsvVb5o0uCC16nGkxhrYAFrtBfAaHV83i5xfdmakgXS5/ggw==
83698369
dependencies:
83708370
"@open-draft/until" "^1.0.3"
83718371
"@types/cookie" "^0.4.0"
@@ -8375,7 +8375,7 @@ msw@^0.21.3:
83758375
graphql "^15.3.0"
83768376
headers-utils "^1.2.0"
83778377
node-fetch "^2.6.1"
8378-
node-match-path "^0.4.4"
8378+
node-match-path "^0.5.2"
83798379
node-request-interceptor "^0.5.1"
83808380
statuses "^2.0.0"
83818381
yargs "^16.0.3"
@@ -8525,10 +8525,10 @@ node-libs-browser@^2.2.1:
85258525
util "^0.11.0"
85268526
vm-browserify "^1.0.1"
85278527

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

85338533
node-modules-regexp@^1.0.0:
85348534
version "1.0.0"

0 commit comments

Comments
 (0)