From 5ddebae1263b7b4b3fd779caa5c96ca978529157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:38:39 +0000 Subject: [PATCH] build(deps): bump msw from 2.0.1 to 2.0.2 Bumps [msw](https://github.com/mswjs/msw) from 2.0.1 to 2.0.2. - [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.1...v2.0.2) --- 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 fa7016b..ee9f9b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7978,9 +7978,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.1" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.1.tgz#c04276da95dbcd522b8fe3e0d10b5bfc3a8bb717" - integrity sha512-eGcoo5anJmorEkGMQ48dLFx53EJlDL00GjeJtl2dRGm6WwPpzt2fYDZ9ueJ53zMNTtrNtjH9RqbDa+nz7e9Dew== + version "2.0.2" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.0.2.tgz#fd9f55c2363f2a1d6ded401daa5ef9bbef510119" + integrity sha512-loyQnNUDY1x05R/t2naVdtNhP+tfyf+ckEwtvRUuoK9JnDeoh3/ZN3Fu2ZtvO/iJ3IwwuLizWwWaxBxS3sDQUw== dependencies: "@bundled-es-modules/cookie" "^2.0.0" "@bundled-es-modules/js-levenshtein" "^2.0.1"