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

Bumps [msw](https://github.com/mswjs/msw) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.11.2...v2.11.3)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-30 09:57:23 +00:00
committed by GitHub
parent 9e9d00e725
commit e18090b1c4
2 changed files with 16 additions and 6 deletions

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",

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",