diff --git a/package.json b/package.json index f6b26b5f..abfebf80 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^8.57.0", "http-server": "14.1.1", "msw-storybook-addon": "^2.0.2", - "msw": "2.3.5", + "msw": "2.4.1", "prettier": "^3.2.5", "storybook": "^8.2.9", "svg-sprite": "^2.0.4", diff --git a/yarn.lock b/yarn.lock index 5e57e66f..b11979c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5991,11 +5991,6 @@ graphemer@^1.4.0: resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -graphql@^16.8.1: - version "16.8.1" - resolved "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz" - integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== - handlebars@^4.7.7: version "4.7.8" resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz" @@ -7653,10 +7648,10 @@ msw-storybook-addon@^2.0.2: dependencies: is-node-process "^1.0.1" -msw@2.3.5: - version "2.3.5" - resolved "https://registry.npmjs.org/msw/-/msw-2.3.5.tgz" - integrity sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q== +msw@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.1.tgz#bb0ead0311de39d5847ff0836b9dd67e7bba02b8" + integrity sha512-HXcoQPzYTwEmVk+BGIcRa0vLabBT+J20SSSeYh/QfajaK5ceA6dlD4ZZjfz2dqGEq4vRNCPLP6eXsB94KllPFg== dependencies: "@bundled-es-modules/cookie" "^2.0.0" "@bundled-es-modules/statuses" "^1.0.1" @@ -7667,7 +7662,6 @@ msw@2.3.5: "@types/cookie" "^0.6.0" "@types/statuses" "^2.0.4" chalk "^4.1.2" - graphql "^16.8.1" headers-polyfill "^4.0.2" is-node-process "^1.2.0" outvariant "^1.4.2"