Skip to content

Commit

Permalink
build(deps): bump msw from 2.0.4 to 2.0.5
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.0.4...v2.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 047ddf8 commit 7c17c4c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1800,10 +1800,10 @@
resolved "https://registry.yarnpkg.com/@mswjs/cookies/-/cookies-1.1.0.tgz#1528eb43630caf83a1d75d5332b30e75e9bb1b5b"
integrity sha512-0ZcCVQxifZmhwNBoQIrystCb+2sWBY2Zw8lpfJBPCHGCA/HWqehITeCRVIv4VMy8MPlaHo2w2pTHFV2pFfqKPw==

"@mswjs/interceptors@^0.25.10":
version "0.25.10"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.25.10.tgz#141785b04e322b7d3accc7e3ac0e0fb3a3b397b8"
integrity sha512-5/HOSUmD/GgR8pV4ID7QbpXJZ9HP5x1hItdwT+SFeWfYzg9l/81zrggV9mDWD3w97AiU+0gfrpZHy2LJUFlFSg==
"@mswjs/interceptors@^0.25.11":
version "0.25.11"
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.25.11.tgz#65014cd0951cc4c6916f52d80bdfefe439a62b21"
integrity sha512-27aonWAjdeoZN4j4j6QvePOSOacQUucFRUESAU8FUXsmmagDjmyOi4/NHizxzY/NHSk/HAyqF/IMhl+9puhqNw==
dependencies:
"@open-draft/deferred-promise" "^2.2.0"
"@open-draft/logger" "^0.3.0"
Expand Down Expand Up @@ -7935,15 +7935,15 @@ [email protected], ms@^2.1.1, ms@^2.1.2:
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

msw@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.4.tgz#04ac0dcb95dc1170c1ae6689d363184c5716198b"
integrity sha512-mYDt0cFUYHofXwLSRl5bbPQ7Tl0GmbH+GWE0HdxwzTHMUh5YCWs1n5FvHmVrNIJSylB9ZIKEjq1BK9MfKgEpgg==
version "2.0.5"
resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.5.tgz#72233a7a45e68497d87ed10738013d3f722cae26"
integrity sha512-vjI7rEtv879CvbTGUfcI6JjKVE/XX/MU8uggiCkAzfl930U8LSp0h81RnfNfVOllELlbLTCvGkpV3e7TuVBGdA==
dependencies:
"@bundled-es-modules/cookie" "^2.0.0"
"@bundled-es-modules/js-levenshtein" "^2.0.1"
"@bundled-es-modules/statuses" "^1.0.1"
"@mswjs/cookies" "^1.1.0"
"@mswjs/interceptors" "^0.25.10"
"@mswjs/interceptors" "^0.25.11"
"@open-draft/until" "^2.1.0"
"@types/cookie" "^0.4.1"
"@types/js-levenshtein" "^1.1.1"
Expand Down

0 comments on commit 7c17c4c

Please sign in to comment.