Skip to content

Commit 0411c17

Browse files
build(deps-dev): bump msw from 2.10.2 to 2.10.3 in /code
Bumps [msw](https://github.com/mswjs/msw) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: msw dependency-version: 2.10.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 634fc45 commit 0411c17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-import": "^2.32.0",
6464
"eslint-plugin-prettier": "^5.5.1",
6565
"globals": "^16.2.0",
66-
"msw": "^2.10.2",
66+
"msw": "^2.10.3",
6767
"prettier": "^3.6.0",
6868
"typescript": "^5.8.3",
6969
"typescript-eslint": "^8.35.1",

code/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,10 +2725,10 @@ ms@^2.1.1, ms@^2.1.3:
27252725
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27262726
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27272727

2728-
msw@^2.10.2:
2729-
version "2.10.2"
2730-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.2.tgz#e7a56ed0b6865b00a30b4c4a5b59e5388fd48315"
2731-
integrity sha512-RCKM6IZseZQCWcSWlutdf590M8nVfRHG1ImwzOtwz8IYxgT4zhUO0rfTcTvDGiaFE0Rhcc+h43lcF3Jc9gFtwQ==
2728+
msw@^2.10.3:
2729+
version "2.10.3"
2730+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.3.tgz#accd0925d2852e9aaa2c86d4fdd724288fee5f35"
2731+
integrity sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==
27322732
dependencies:
27332733
"@bundled-es-modules/cookie" "^2.0.1"
27342734
"@bundled-es-modules/statuses" "^1.0.1"

0 commit comments

Comments
 (0)