build(deps-dev): bump msw from 2.10.2 to 2.10.3 in /frontend (#4761)

This commit is contained in:
Quentin Gliech
2025-07-08 19:01:36 +02:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.10.2'
const PACKAGE_VERSION = '2.10.3'
const INTEGRITY_CHECKSUM = 'f5825c521429caf22a4dd13b66e243af'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()

View File

@@ -57,7 +57,7 @@
"happy-dom": "^18.0.1",
"i18next-parser": "^9.3.0",
"knip": "^5.61.3",
"msw": "^2.10.2",
"msw": "^2.10.3",
"msw-storybook-addon": "^2.0.5",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
@@ -9942,12 +9942,11 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.10.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.10.2.tgz",
"integrity": "sha512-RCKM6IZseZQCWcSWlutdf590M8nVfRHG1ImwzOtwz8IYxgT4zhUO0rfTcTvDGiaFE0Rhcc+h43lcF3Jc9gFtwQ==",
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.10.3.tgz",
"integrity": "sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"@bundled-es-modules/cookie": "^2.0.1",
"@bundled-es-modules/statuses": "^1.0.1",

View File

@@ -67,7 +67,7 @@
"happy-dom": "^18.0.1",
"i18next-parser": "^9.3.0",
"knip": "^5.61.3",
"msw": "^2.10.2",
"msw": "^2.10.3",
"msw-storybook-addon": "^2.0.5",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",