Skip to content

Commit 6b41027

Browse files
fix(deps): update dependency msw to v2.7.1 (#508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fc728c commit 6b41027

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/react": "^18.0.9",
1616
"@types/react-dom": "^18.0.5",
1717
"marked": "15.0.7",
18-
"msw": "2.7.0",
18+
"msw": "2.7.1",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1",
2121
"react-router-dom": "6.29.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1656,10 +1656,10 @@ ms@^2.1.3:
16561656
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
16571657
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
16581658

1659-
1660-
version "2.7.0"
1661-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.0.tgz#d13ff87f7e018fc4c359800ff72ba5017033fb56"
1662-
integrity sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw==
1659+
1660+
version "2.7.1"
1661+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.1.tgz#8d470c3753a6bbd8a9b7ed4f0377196b1cf3c94b"
1662+
integrity sha512-TVT65uoWt9LE4lMTLBdClHBQVwvZv5ofac1YyE119nCrNyXf4ktdeVnWH9Fyt94Ifmiedhw6Npp4DSuVRSuRpw==
16631663
dependencies:
16641664
"@bundled-es-modules/cookie" "^2.0.1"
16651665
"@bundled-es-modules/statuses" "^1.0.1"

0 commit comments

Comments
 (0)