From c023bd2d89304b0de5c1e282c43cecce79bc8ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 01:18:58 +0000 Subject: [PATCH] build(deps): bump msw from 2.0.5 to 2.0.6 Bumps [msw](https://github.com/mswjs/msw) from 2.0.5 to 2.0.6. - [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.5...v2.0.6) --- updated-dependencies: - dependency-name: msw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 98e2fca..dd23a52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7885,9 +7885,9 @@ 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.5" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.5.tgz#72233a7a45e68497d87ed10738013d3f722cae26" - integrity sha512-vjI7rEtv879CvbTGUfcI6JjKVE/XX/MU8uggiCkAzfl930U8LSp0h81RnfNfVOllELlbLTCvGkpV3e7TuVBGdA== + version "2.0.6" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.6.tgz#635ddfc0908c481f10a5b0c696c3732bc693d615" + integrity sha512-74nN9ADQxHsVx8YGOq5yeDE4bye1mVMAYXojKl0qWraRunTK8UjAVk3wSmOOvVVIDJsyySyjDZ4oYvRuzuMO2g== dependencies: "@bundled-es-modules/cookie" "^2.0.0" "@bundled-es-modules/js-levenshtein" "^2.0.1"