Skip to content

Commit 052b38c

Browse files
Bump msw from 0.44.2 to 0.45.0 (#178)
Bumps [msw](https://github.com/mswjs/msw) from 0.44.2 to 0.45.0. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v0.44.2...v0.45.0) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e93ff3d commit 052b38c

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"isomorphic-unfetch": "3.1.0",
5353
"jest": "28.1.3",
5454
"jest-environment-jsdom": "28.1.3",
55-
"msw": "0.44.2",
55+
"msw": "0.45.0",
5656
"prettier": "2.7.1",
5757
"react": "18.2.0",
5858
"react-dom": "18.2.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,11 +3881,6 @@ grapheme-splitter@^1.0.4:
38813881
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
38823882
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
38833883

3884-
graphql@^16.3.0:
3885-
version "16.3.0"
3886-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
3887-
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
3888-
38893884
has-bigints@^1.0.1:
38903885
version "1.0.1"
38913886
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -5056,10 +5051,10 @@ ms@^2.1.1:
50565051
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
50575052
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
50585053

5059-
msw@0.44.2:
5060-
version "0.44.2"
5061-
resolved "https://registry.yarnpkg.com/msw/-/msw-0.44.2.tgz#00a901b6cc9d119fb30f794330d96dca6944afc2"
5062-
integrity sha512-u8wjzzcMWouoZtuIShCwx4M3wFF5sBAV1f8K4a0WX8kiihFjzl89IKE1VYmTclLyMIwpOq8qQ1HTpuh2BFX/3A==
5054+
msw@0.45.0:
5055+
version "0.45.0"
5056+
resolved "https://registry.yarnpkg.com/msw/-/msw-0.45.0.tgz#7bab4ff0a03875aa17b7fefd5fbeea0b71f95957"
5057+
integrity sha512-aZgYsSJWYLHj5wZs/g640GP5AK6gfHC6dKTED8bforKZx10IJ+b0z7Y+0infEKD4gNT3orj7tiUZe4pxgpY0SQ==
50635058
dependencies:
50645059
"@mswjs/cookies" "^0.2.2"
50655060
"@mswjs/interceptors" "^0.17.2"
@@ -5069,7 +5064,6 @@ msw@0.44.2:
50695064
chalk "4.1.1"
50705065
chokidar "^3.4.2"
50715066
cookie "^0.4.2"
5072-
graphql "^16.3.0"
50735067
headers-polyfill "^3.0.4"
50745068
inquirer "^8.2.0"
50755069
is-node-process "^1.0.1"

0 commit comments

Comments
 (0)