From 657e2e10dc79eacd3c44dabe3939fa1f9a76bdc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 07:08:11 +0000 Subject: [PATCH] build(deps-dev): bump msw from 2.7.6 to 2.8.2 in /code Bumps [msw](https://github.com/mswjs/msw) from 2.7.6 to 2.8.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.7.6...v2.8.2) --- updated-dependencies: - dependency-name: msw dependency-version: 2.8.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- code/package.json | 2 +- code/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"