Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85acfdf

Browse files
chore: bump msw from 0.44.2 to 0.45.0 in /site (#3629)
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ee6acb commit 85acfdf

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"jest-runner-eslint": "1.0.0",
107107
"jest-websocket-mock": "2.3.0",
108108
"mini-css-extract-plugin": "2.6.1",
109-
"msw": "^0.44.2",
109+
"msw": "^0.45.0",
110110
"prettier": "2.7.1",
111111
"prettier-plugin-organize-imports": "3.0.0",
112112
"react-hot-loader": "4.13.0",

site/yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -7602,11 +7602,6 @@ grapheme-splitter@^1.0.4:
76027602
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
76037603
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
76047604

7605-
graphql@^16.3.0:
7606-
version "16.5.0"
7607-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
7608-
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
7609-
76107605
gzip-size@^6.0.0:
76117606
version "6.0.0"
76127607
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
@@ -10298,10 +10293,10 @@ [email protected], ms@^2.1.1:
1029810293
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1029910294
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1030010295

10301-
msw@^0.44.2:
10302-
version "0.44.2"
10303-
resolved "https://registry.yarnpkg.com/msw/-/msw-0.44.2.tgz#00a901b6cc9d119fb30f794330d96dca6944afc2"
10304-
integrity sha512-u8wjzzcMWouoZtuIShCwx4M3wFF5sBAV1f8K4a0WX8kiihFjzl89IKE1VYmTclLyMIwpOq8qQ1HTpuh2BFX/3A==
10296+
msw@^0.45.0:
10297+
version "0.45.0"
10298+
resolved "https://registry.yarnpkg.com/msw/-/msw-0.45.0.tgz#7bab4ff0a03875aa17b7fefd5fbeea0b71f95957"
10299+
integrity sha512-aZgYsSJWYLHj5wZs/g640GP5AK6gfHC6dKTED8bforKZx10IJ+b0z7Y+0infEKD4gNT3orj7tiUZe4pxgpY0SQ==
1030510300
dependencies:
1030610301
"@mswjs/cookies" "^0.2.2"
1030710302
"@mswjs/interceptors" "^0.17.2"
@@ -10311,7 +10306,6 @@ msw@^0.44.2:
1031110306
chalk "4.1.1"
1031210307
chokidar "^3.4.2"
1031310308
cookie "^0.4.2"
10314-
graphql "^16.3.0"
1031510309
headers-polyfill "^3.0.4"
1031610310
inquirer "^8.2.0"
1031710311
is-node-process "^1.0.1"

0 commit comments

Comments
 (0)