diff --git a/frontend/.storybook/public/mockServiceWorker.js b/frontend/.storybook/public/mockServiceWorker.js index 34057e898..a02290705 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.3' +const PACKAGE_VERSION = '2.7.4' 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 bfc8ab24b..957a8fa12 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -60,7 +60,7 @@ "happy-dom": "^17.4.4", "i18next-parser": "^9.3.0", "knip": "^5.50.2", - "msw": "^2.7.3", + "msw": "^2.7.4", "msw-storybook-addon": "^2.0.4", "postcss": "^8.5.3", "postcss-import": "^16.1.0", @@ -10528,9 +10528,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.3.tgz", - "integrity": "sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.4.tgz", + "integrity": "sha512-A2kuMopOjAjNEYkn0AnB1uj+x7oBjLIunFk7Ud4icEnVWFf6iBekn8oXW4zIwcpfEdWP9sLqyVaHVzneWoGEww==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/frontend/package.json b/frontend/package.json index 9a583a7ec..080463861 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "happy-dom": "^17.4.4", "i18next-parser": "^9.3.0", "knip": "^5.50.2", - "msw": "^2.7.3", + "msw": "^2.7.4", "msw-storybook-addon": "^2.0.4", "postcss": "^8.5.3", "postcss-import": "^16.1.0",