From 1223abe394acfe14bf02ba89b7b9565f3698b065 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:50:13 +0000 Subject: [PATCH] Update dependency msw to ^1.3.2 --- .changelog/912.internal.md | 1 + package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 .changelog/912.internal.md diff --git a/.changelog/912.internal.md b/.changelog/912.internal.md new file mode 100644 index 000000000..20e4785b3 --- /dev/null +++ b/.changelog/912.internal.md @@ -0,0 +1 @@ +Update dependency msw to ^1.3.2 diff --git a/package.json b/package.json index 96180c8fc..6597e12dc 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "markdownlint-cli": "0.37.0", - "msw": "^1.3.1", + "msw": "^1.3.2", "msw-storybook-addon": "^1.8.0", "parcel": "2.9.3", "prettier": "3.0.3", diff --git a/yarn.lock b/yarn.lock index 30b0a2a59..9b076fbce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7905,10 +7905,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -"graphql@^15.0.0 || ^16.0.0": - version "16.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" - integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== grpc-web@^1.4.1: version "1.4.2" @@ -9884,10 +9884,10 @@ msw-storybook-addon@^1.8.0: dependencies: is-node-process "^1.0.1" -msw@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.1.tgz#84a12bb17e76c25a7accaf921317044907ccd501" - integrity sha512-GhP5lHSTXNlZb9EaKgPRJ01YAnVXwzkvnTzRn4W8fxU2DXuJrRO+Nb6OHdYqB4fCkwSNpIJH9JkON5Y6rHqJMQ== +msw@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/msw/-/msw-1.3.2.tgz#35e0271293e893fc3c55116e90aad5d955c66899" + integrity sha512-wKLhFPR+NitYTkQl5047pia0reNGgf0P6a1eTnA5aNlripmiz0sabMvvHcicE8kQ3/gZcI0YiPFWmYfowfm3lA== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.10" @@ -9897,7 +9897,7 @@ msw@^1.3.1: chalk "^4.1.1" chokidar "^3.4.2" cookie "^0.4.2" - graphql "^15.0.0 || ^16.0.0" + graphql "^16.8.1" headers-polyfill "3.2.5" inquirer "^8.2.0" is-node-process "^1.2.0"