build(deps-dev): bump msw from 2.7.1 to 2.7.3 in /frontend (#4104)

This commit is contained in:
Quentin Gliech
2025-02-24 17:59:04 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
@@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const PACKAGE_VERSION = '2.7.1'
const PACKAGE_VERSION = '2.7.3'
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
+4 -4
View File
@@ -60,7 +60,7 @@
"happy-dom": "^17.1.4",
"i18next-parser": "^9.3.0",
"knip": "^5.44.5",
"msw": "^2.7.1",
"msw": "^2.7.3",
"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.1",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.7.1.tgz",
"integrity": "sha512-TVT65uoWt9LE4lMTLBdClHBQVwvZv5ofac1YyE119nCrNyXf4ktdeVnWH9Fyt94Ifmiedhw6Npp4DSuVRSuRpw==",
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.7.3.tgz",
"integrity": "sha512-+mycXv8l2fEAjFZ5sjrtjJDmm2ceKGjrNbBr1durRg6VkU9fNUE/gsmQ51hWbHqs+l35W1iM+ZsmOD9Fd6lspw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
+1 -1
View File
@@ -70,7 +70,7 @@
"happy-dom": "^17.1.4",
"i18next-parser": "^9.3.0",
"knip": "^5.44.5",
"msw": "^2.7.1",
"msw": "^2.7.3",
"msw-storybook-addon": "^2.0.4",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",