Skip to content

Commit db6d321

Browse files
build(deps-dev): bump msw from 2.7.0 to 2.7.3 in /code
Bumps [msw](https://github.com/mswjs/msw) from 2.7.0 to 2.7.3. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.7.0...v2.7.3) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b7d7c6 commit db6d321

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.31.0",
6464
"eslint-plugin-prettier": "^5.2.3",
6565
"globals": "^15.15.0",
66-
"msw": "^2.7.0",
66+
"msw": "^2.7.3",
6767
"prettier": "^3.5.2",
6868
"typescript": "^5.7.3",
6969
"typescript-eslint": "^8.24.1",

code/yarn.lock

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

2644-
msw@^2.7.0:
2645-
version "2.7.0"
2646-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.0.tgz#d13ff87f7e018fc4c359800ff72ba5017033fb56"
2647-
integrity sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw==
2644+
msw@^2.7.3:
2645+
version "2.7.3"
2646+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.3.tgz#5ad569fae7c7cdb8be2eeba3d041c185600b25a0"
2647+
integrity sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==
26482648
dependencies:
26492649
"@bundled-es-modules/cookie" "^2.0.1"
26502650
"@bundled-es-modules/statuses" "^1.0.1"

0 commit comments

Comments
 (0)