diff --git a/code/package.json b/code/package.json index 674835e..78c2cce 100644 --- a/code/package.json +++ b/code/package.json @@ -63,7 +63,7 @@ "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.4.0", "globals": "^16.0.0", - "msw": "^2.7.6", + "msw": "^2.8.2", "prettier": "^3.5.3", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0", diff --git a/code/yarn.lock b/code/yarn.lock index 0d6cd97..7fd6d2d 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -2722,10 +2722,10 @@ ms@^2.1.1, ms@^2.1.3: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@^2.7.6: - version "2.7.6" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.6.tgz#1471ce4311f4c173f287dced31dee211b6958deb" - integrity sha512-P+rwn43ktxN8ghcl8q+hSAUlEi0PbJpDhGmDkw4zeUnRj3hBCVynWD+dTu38yLYKCE9ZF1OYcvpy7CTBRcqkZA== +msw@^2.8.2: + version "2.8.2" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.8.2.tgz#a35545275403da472f4ed2152cd3c77000db544c" + integrity sha512-ugu8RBgUj6//RD0utqDDPdS+QIs36BKYkDAM6u59hcMVtFM4PM0vW4l3G1R+1uCWP2EWFUG8reT/gPXVEtx7/w== dependencies: "@bundled-es-modules/cookie" "^2.0.1" "@bundled-es-modules/statuses" "^1.0.1"