From f9dd84ce698a295924a33c1b5f5fd78e3361678d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:01:28 +0000 Subject: [PATCH] chore(deps-dev): bump msw from 1.0.0 to 1.0.1 Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/core/admin/package.json | 2 +- packages/core/upload/package.json | 2 +- packages/plugins/documentation/package.json | 2 +- packages/plugins/i18n/package.json | 2 +- packages/plugins/users-permissions/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 426e475de0..bd4c8f19e5 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -143,7 +143,7 @@ "@testing-library/user-event": "14.4.3", "duplicate-dependencies-webpack-plugin": "^1.0.2", "glob": "8.0.3", - "msw": "1.0.0", + "msw": "1.0.1", "react-test-renderer": "^17.0.2", "speed-measure-webpack-plugin": "1.5.0", "webpack-bundle-analyzer": "^4.7.0" diff --git a/packages/core/upload/package.json b/packages/core/upload/package.json index 06e8cc7692..2f4f867330 100644 --- a/packages/core/upload/package.json +++ b/packages/core/upload/package.json @@ -49,7 +49,7 @@ "@testing-library/react": "12.1.4", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.4.3", - "msw": "1.0.0", + "msw": "1.0.1", "react-test-renderer": "^17.0.2" }, "engines": { diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index 543abda6f5..23867a52de 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@testing-library/react": "12.1.4", - "msw": "1.0.0" + "msw": "1.0.1" }, "engines": { "node": ">=14.19.1 <=18.x.x", diff --git a/packages/plugins/i18n/package.json b/packages/plugins/i18n/package.json index ed982f6310..bef56414dd 100644 --- a/packages/plugins/i18n/package.json +++ b/packages/plugins/i18n/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@testing-library/react": "12.1.4", - "msw": "1.0.0" + "msw": "1.0.1" }, "engines": { "node": ">=14.19.1 <=18.x.x", diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json index e36979fd25..e7b2621ab2 100644 --- a/packages/plugins/users-permissions/package.json +++ b/packages/plugins/users-permissions/package.json @@ -50,7 +50,7 @@ "@testing-library/react": "12.1.4", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.4.3", - "msw": "1.0.0", + "msw": "1.0.1", "react-test-renderer": "^17.0.2" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 3e28b2cbc6..76bc7d00eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16463,10 +16463,10 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/msw/-/msw-1.0.0.tgz#4f8e63aa23912561a63b99ff560a089da6969418" - integrity sha512-8QVa1RAN/Nzbn/tKmtimJ+b2M1QZOMdETQW7/1TmBOZ4w+wJojfxuh1Hj5J4FYdBgZWW/TK4CABUOlOM4OjTOA== +msw@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/msw/-/msw-1.0.1.tgz#f55b36b3d7e911ee75a73d6346585e01af3fbcfb" + integrity sha512-fBwQRCmf+jh0zlGlasBfpCaxLqb4QLMsY1Q+nkXkO0nnUYopl50NcNRvP4V+TAiqOwJSd0LrQ5NcJqwbrnTBqw== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.5"