Skip to content

Commit 6fb5cb1

Browse files
build(deps-dev): bump msw from 2.6.4 to 2.6.5 in /code
Bumps [msw](https://github.com/mswjs/msw) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.6.4...v2.6.5) --- 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 2ad152e commit 6fb5cb1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-import-resolver-typescript": "^3.6.3",
6363
"eslint-plugin-import": "^2.31.0",
6464
"eslint-plugin-prettier": "^5.2.1",
65-
"msw": "^2.6.4",
65+
"msw": "^2.6.5",
6666
"prettier": "^3.3.3",
6767
"typescript": "^5.6.3",
6868
"vite": "^5.4.10",

code/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@
378378
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.15.0.tgz#f29a55df17cb6e87cfbabce33ff6a14a9f85076d"
379379
integrity sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==
380380

381-
"@mswjs/interceptors@^0.36.5":
382-
version "0.36.6"
383-
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.36.6.tgz#97560cca0d7f42c41d185ad404205fe14735cd30"
384-
integrity sha512-issnYydStyH0wPEeU7CMwfO7kI668ffVtzKRMRS7H7BliOYuPuwEZxh9dwiXV+oeHBxT5SXT0wPwV8T7V2PJUA==
381+
"@mswjs/interceptors@^0.37.0":
382+
version "0.37.0"
383+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.37.0.tgz#146467b36212b28df62eddc3a977df2ab9aaef5e"
384+
integrity sha512-lDiHQMCBV9qz8c7+zxaNFQtWWaSogTYkqJ3Pg+FGYYC76nsfSxkMQ0df8fojyz16E+w4vp57NLjN2muNG7LugQ==
385385
dependencies:
386386
"@open-draft/deferred-promise" "^2.2.0"
387387
"@open-draft/logger" "^0.3.0"
@@ -2660,16 +2660,16 @@ ms@^2.1.1:
26602660
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
26612661
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
26622662

2663-
msw@^2.6.4:
2664-
version "2.6.4"
2665-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.6.4.tgz#954906f10f23d9364529eebe9b4e244796241a8a"
2666-
integrity sha512-Pm4LmWQeytDsNCR+A7gt39XAdtH6zQb6jnIKRig0FlvYOn8eksn3s1nXxUfz5KYUjbckof7Z4p2ewzgffPoCbg==
2663+
msw@^2.6.5:
2664+
version "2.6.5"
2665+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.6.5.tgz#0d4ec95e6170aff26fcb0734ec1258c1e2bb617d"
2666+
integrity sha512-PnlnTpUlOrj441kYQzzFhzMzMCGFT6a2jKUBG7zSpLkYS5oh8Arrbc0dL8/rNAtxaoBy0EVs2mFqj2qdmWK7lQ==
26672667
dependencies:
26682668
"@bundled-es-modules/cookie" "^2.0.1"
26692669
"@bundled-es-modules/statuses" "^1.0.1"
26702670
"@bundled-es-modules/tough-cookie" "^0.1.6"
26712671
"@inquirer/confirm" "^5.0.0"
2672-
"@mswjs/interceptors" "^0.36.5"
2672+
"@mswjs/interceptors" "^0.37.0"
26732673
"@open-draft/deferred-promise" "^2.2.0"
26742674
"@open-draft/until" "^2.1.0"
26752675
"@types/cookie" "^0.6.0"

0 commit comments

Comments
 (0)