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

This commit is contained in:
Renovate Bot 2022-05-19 21:53:12 +00:00 committed by renovate[bot]
parent 1caf9a924c
commit 4cc9824441
2 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@
"immer": "9.0.14", "immer": "9.0.14",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"lodash.clonedeep": "4.5.0", "lodash.clonedeep": "4.5.0",
"msw": "0.40.0", "msw": "0.40.1",
"pkginfo": "^0.4.1", "pkginfo": "^0.4.1",
"plausible-tracker": "^0.3.5", "plausible-tracker": "^0.3.5",
"prettier": "2.6.2", "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" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
msw@0.40.0: msw@0.40.1:
version "0.40.0" version "0.40.1"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.0.tgz#db66848f6218bb678e8bd8f711ea82883b6ca094" resolved "https://registry.yarnpkg.com/msw/-/msw-0.40.1.tgz#fc7dddbb21e9e742618120b951358c7bb561205a"
integrity sha512-aJzrpaEdII0vhP/F8ROgSVpIfzUIE4SHD4/NXpKey1vr907enDtZNs1CU9BRSFfKZUfYCBEvZOYk4ZkP1o0FKA== integrity sha512-8fL9whlIZR3rlhMIyDxIBUdT8Ru44TH2QbD46A64oaxqYb+GoZ9uk866rRKxJ8uBNentyaLqGM9VbNvftvwMjw==
dependencies: dependencies:
"@mswjs/cookies" "^0.2.0" "@mswjs/cookies" "^0.2.0"
"@mswjs/interceptors" "^0.15.1" "@mswjs/interceptors" "^0.15.1"