diff --git a/frontend/.storybook/public/mockServiceWorker.js b/frontend/.storybook/public/mockServiceWorker.js index ec47a9a50..7f2f4b72f 100644 --- a/frontend/.storybook/public/mockServiceWorker.js +++ b/frontend/.storybook/public/mockServiceWorker.js @@ -8,7 +8,7 @@ * - Please do NOT serve this file on production. */ -const PACKAGE_VERSION = '2.7.0' +const PACKAGE_VERSION = '2.7.1' const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set() diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eb0440e72..353f114f7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -60,7 +60,7 @@ "happy-dom": "^17.1.1", "i18next-parser": "^9.3.0", "knip": "^5.44.4", - "msw": "^2.7.0", + "msw": "^2.7.1", "msw-storybook-addon": "^2.0.4", "postcss": "^8.5.3", "postcss-import": "^16.1.0", @@ -11029,9 +11029,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.0.tgz", - "integrity": "sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.1.tgz", + "integrity": "sha512-TVT65uoWt9LE4lMTLBdClHBQVwvZv5ofac1YyE119nCrNyXf4ktdeVnWH9Fyt94Ifmiedhw6Npp4DSuVRSuRpw==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/frontend/package.json b/frontend/package.json index d94b7fc14..92d709f7e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "happy-dom": "^17.1.1", "i18next-parser": "^9.3.0", "knip": "^5.44.4", - "msw": "^2.7.0", + "msw": "^2.7.1", "msw-storybook-addon": "^2.0.4", "postcss": "^8.5.3", "postcss-import": "^16.1.0",