1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

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

This commit is contained in:
Renovate Bot 2022-05-20 16:38:11 +00:00 committed by renovate[bot]
parent 6d130f61f6
commit e2384a4434
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.40.1",
"msw": "0.40.2",
"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.40.1:
version "0.40.1"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.1.tgz#fc7dddbb21e9e742618120b951358c7bb561205a"
integrity sha512-8fL9whlIZR3rlhMIyDxIBUdT8Ru44TH2QbD46A64oaxqYb+GoZ9uk866rRKxJ8uBNentyaLqGM9VbNvftvwMjw==
msw@0.40.2:
version "0.40.2"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.2.tgz#3f60008ea0d1f5a3fbc9f55cbd1c1172efd3278d"
integrity sha512-8MymevYPIniUhk3W/xxWmhaMAeZHD9uhI37fik31i4JSToDhPWFg9hO6v/8IfTEPCD2Y1r4npDUxHmNbIeaOsg==
dependencies:
"@mswjs/cookies" "^0.2.0"
"@mswjs/interceptors" "^0.15.1"