From 7c17c4c1edd76717b29c995c9dc20c41f93284fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 01:45:07 +0000 Subject: [PATCH] build(deps): bump msw from 2.0.4 to 2.0.5 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](https://github.com/mswjs/msw/compare/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] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 53d860a..cab39bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -7935,15 +7935,15 @@ ms@2.1.3, 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"