1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

chore(deps): update dependency msw to v0.40.0

This commit is contained in:
Renovate Bot 2022-05-18 02:01:21 +00:00 committed by renovate[bot]
parent ac808d5849
commit 4aee33e189
2 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@
"immer": "9.0.14",
"jsdom": "^19.0.0",
"lodash.clonedeep": "4.5.0",
"msw": "^0.39.2",
"msw": "0.40.0",
"pkginfo": "^0.4.1",
"plausible-tracker": "^0.3.5",
"prettier": "2.6.2",

View File

@ -4745,10 +4745,10 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
msw@^0.39.2:
version "0.39.2"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.39.2.tgz#832e9274db62c43cb79854d5a69dce031c700de8"
integrity sha512-ju/HpqQpE4/qCxZ23t5Gaau0KREn4QuFzdG28nP1EpidMrymMJuIvNd32+2uGTGG031PMwrC41YW7vCxHOwyHA==
msw@0.40.0:
version "0.40.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.0.tgz#db66848f6218bb678e8bd8f711ea82883b6ca094"
integrity sha512-aJzrpaEdII0vhP/F8ROgSVpIfzUIE4SHD4/NXpKey1vr907enDtZNs1CU9BRSFfKZUfYCBEvZOYk4ZkP1o0FKA==
dependencies:
"@mswjs/cookies" "^0.2.0"
"@mswjs/interceptors" "^0.15.1"