chore(deps-dev): bump msw from 1.0.0 to 1.0.1

Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-14 10:01:28 +00:00 committed by GitHub
parent 10caa4f811
commit f9dd84ce69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View File

@ -143,7 +143,7 @@
"@testing-library/user-event": "14.4.3",
"duplicate-dependencies-webpack-plugin": "^1.0.2",
"glob": "8.0.3",
"msw": "1.0.0",
"msw": "1.0.1",
"react-test-renderer": "^17.0.2",
"speed-measure-webpack-plugin": "1.5.0",
"webpack-bundle-analyzer": "^4.7.0"

View File

@ -49,7 +49,7 @@
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"msw": "1.0.0",
"msw": "1.0.1",
"react-test-renderer": "^17.0.2"
},
"engines": {

View File

@ -50,7 +50,7 @@
},
"devDependencies": {
"@testing-library/react": "12.1.4",
"msw": "1.0.0"
"msw": "1.0.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",

View File

@ -29,7 +29,7 @@
},
"devDependencies": {
"@testing-library/react": "12.1.4",
"msw": "1.0.0"
"msw": "1.0.1"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",

View File

@ -50,7 +50,7 @@
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"msw": "1.0.0",
"msw": "1.0.1",
"react-test-renderer": "^17.0.2"
},
"engines": {

View File

@ -16463,10 +16463,10 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
msw@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-1.0.0.tgz#4f8e63aa23912561a63b99ff560a089da6969418"
integrity sha512-8QVa1RAN/Nzbn/tKmtimJ+b2M1QZOMdETQW7/1TmBOZ4w+wJojfxuh1Hj5J4FYdBgZWW/TK4CABUOlOM4OjTOA==
msw@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/msw/-/msw-1.0.1.tgz#f55b36b3d7e911ee75a73d6346585e01af3fbcfb"
integrity sha512-fBwQRCmf+jh0zlGlasBfpCaxLqb4QLMsY1Q+nkXkO0nnUYopl50NcNRvP4V+TAiqOwJSd0LrQ5NcJqwbrnTBqw==
dependencies:
"@mswjs/cookies" "^0.2.2"
"@mswjs/interceptors" "^0.17.5"