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.41.0

This commit is contained in:
Renovate Bot 2022-05-22 02:35:04 +00:00 committed by renovate[bot]
parent caff12b6d6
commit d65ceeacc8
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.2",
"msw": "0.41.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.40.2:
version "0.40.2"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.2.tgz#3f60008ea0d1f5a3fbc9f55cbd1c1172efd3278d"
integrity sha512-8MymevYPIniUhk3W/xxWmhaMAeZHD9uhI37fik31i4JSToDhPWFg9hO6v/8IfTEPCD2Y1r4npDUxHmNbIeaOsg==
msw@0.41.0:
version "0.41.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.41.0.tgz#1508c15bd284da106b9f618030991996825a0924"
integrity sha512-l6AmpuYq96/iiG1KZ4ZPLd8nlDfj7aD0eIbW+4IjfXgqY7lZgYfYJPCULo5hD0eOn0oMg8lZFXHCwrIuLA+PoA==
dependencies:
"@mswjs/cookies" "^0.2.0"
"@mswjs/interceptors" "^0.15.1"