From 8dc73ec9adda1fe09d03fed7db168f4012d55127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:25:25 +0000 Subject: [PATCH] build(deps-dev): bump msw from 1.3.3 to 1.3.4 Bumps [msw](https://github.com/mswjs/msw) from 1.3.3 to 1.3.4. - [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.3.3...v1.3.4) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87e1566..c22a80d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-import-resolver-typescript": "3.6.3", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "msw": "1.3.3", + "msw": "1.3.4", "prettier": "3.3.3", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 7dcc609..2e53668 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4680,10 +4680,10 @@ 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.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.3.tgz#0b6f173db07292e1cf096b435878932dcf78f208" - integrity sha512-CiPyRFiYJCXYyH/vwxT7m+sa4VZHuUH6cGwRBj0kaTjBGpsk4EnL47YzhoA859htVCF2vzqZuOsomIUlFqg9GQ== +msw@1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.4.tgz#76ad0396a9c7fff07c6893ce4d3997787dc8fd55" + integrity sha512-XxA/VomMIYLlgpFS00eQanBWIAT9gto4wxrRt9y58WBXJs1I0lQYRIWk7nKcY/7X6DhkKukcDgPcyAvkEc1i7w== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.10"