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"