diff --git a/frontend/package.json b/frontend/package.json index 1babddb83b..e99a42cc7d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@stripe/stripe-js": "^4.4.0", "chokidar-cli": "^3.0.0", "cldr-localenames-modern": "^45.0.0", - "msw": "^2.3.5", + "msw": "^2.4.2", "react": "18.3.1", "react-aria": "^3.34.3", "react-confetti": "^6.1.0", diff --git a/package-lock.json b/package-lock.json index 089e3f83a9..1ae612828b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@stripe/stripe-js": "^4.4.0", "chokidar-cli": "^3.0.0", "cldr-localenames-modern": "^45.0.0", - "msw": "^2.3.5", + "msw": "^2.4.2", "react": "18.3.1", "react-aria": "^3.34.3", "react-confetti": "^6.1.0", @@ -7775,6 +7775,8 @@ "version": "16.8.1", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "optional": true, + "peer": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } @@ -11544,9 +11546,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.3.5.tgz", - "integrity": "sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.2.tgz", + "integrity": "sha512-GImSQGhn19czhVpxPdiUDK8CMZ6jbBcvOhzfJd8KFErjEER2wDKWs1UYaetJs2GSNlAqt6heZYm7g3eLatTcog==", "hasInstallScript": true, "dependencies": { "@bundled-es-modules/cookie": "^2.0.0", @@ -11558,7 +11560,6 @@ "@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", @@ -11577,9 +11578,13 @@ "url": "https://github.com/sponsors/mswjs" }, "peerDependencies": { - "typescript": ">= 4.7.x" + "graphql": ">= 16.8.x", + "typescript": ">= 4.8.x" }, "peerDependenciesMeta": { + "graphql": { + "optional": true + }, "typescript": { "optional": true } @@ -20318,7 +20323,7 @@ "jest-junit": "^16.0.0", "license-checker": "^25.0.1", "lint-staged": "^15.2.10", - "msw": "^2.3.5", + "msw": "^2.4.2", "next": "^14.2.7", "prettier": "3.3.3", "react": "18.3.1", @@ -20520,7 +20525,9 @@ "graphql": { "version": "16.8.1", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", - "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==" + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", + "optional": true, + "peer": true }, "has": { "version": "1.0.3", @@ -23110,9 +23117,9 @@ "dev": true }, "msw": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.3.5.tgz", - "integrity": "sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.2.tgz", + "integrity": "sha512-GImSQGhn19czhVpxPdiUDK8CMZ6jbBcvOhzfJd8KFErjEER2wDKWs1UYaetJs2GSNlAqt6heZYm7g3eLatTcog==", "requires": { "@bundled-es-modules/cookie": "^2.0.0", "@bundled-es-modules/statuses": "^1.0.1", @@ -23123,7 +23130,6 @@ "@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",