build(deps-dev): bump msw from 2.11.2 to 2.11.3 in /frontend (#5077)

This commit is contained in:
Quentin Gliech
2025-09-30 12:24:42 +02:00
committed by GitHub
3 changed files with 17 additions and 7 deletions
@@ -7,7 +7,7 @@
* - Please do NOT modify this file.
*/
const PACKAGE_VERSION = '2.11.2'
const PACKAGE_VERSION = '2.11.3'
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
+15 -5
View File
@@ -56,7 +56,7 @@
"happy-dom": "^19.0.2",
"i18next-parser": "^9.3.0",
"knip": "^5.64.1",
"msw": "^2.11.2",
"msw": "^2.11.3",
"msw-storybook-addon": "^2.0.5",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
@@ -10112,9 +10112,9 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.11.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.11.2.tgz",
"integrity": "sha512-MI54hLCsrMwiflkcqlgYYNJJddY5/+S0SnONvhv1owOplvqohKSQyGejpNdUGyCwgs4IH7PqaNbPw/sKOEze9Q==",
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.11.3.tgz",
"integrity": "sha512-878imp8jxIpfzuzxYfX0qqTq1IFQz/1/RBHs/PyirSjzi+xKM/RRfIpIqHSCWjH0GxidrjhgiiXC+DWXNDvT9w==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -10124,7 +10124,6 @@
"@inquirer/confirm": "^5.0.0",
"@mswjs/interceptors": "^0.39.1",
"@open-draft/deferred-promise": "^2.2.0",
"@open-draft/until": "^2.1.0",
"@types/cookie": "^0.6.0",
"@types/statuses": "^2.0.4",
"graphql": "^16.8.1",
@@ -10137,6 +10136,7 @@
"strict-event-emitter": "^0.5.1",
"tough-cookie": "^6.0.0",
"type-fest": "^4.26.1",
"until-async": "^3.0.2",
"yargs": "^17.7.2"
},
"bin": {
@@ -13062,6 +13062,16 @@
"node": ">=14.0.0"
}
},
"node_modules/until-async": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/until-async/-/until-async-3.0.2.tgz",
"integrity": "sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/kettanaito"
}
},
"node_modules/update-browserslist-db": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
+1 -1
View File
@@ -66,7 +66,7 @@
"happy-dom": "^19.0.2",
"i18next-parser": "^9.3.0",
"knip": "^5.64.1",
"msw": "^2.11.2",
"msw": "^2.11.3",
"msw-storybook-addon": "^2.0.5",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",