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

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-20 21:47:31 +00:00 committed by GitHub
parent 1475dec46f
commit daf78e8671
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 6 deletions

19
package-lock.json generated
View file

@ -138,7 +138,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
"mime": "^4.1.0",
"msw": "^2.11.2",
"msw": "^2.11.3",
"puppeteer": "^24.22.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
@ -18380,9 +18380,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,
"dependencies": {
@ -18391,7 +18391,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",
@ -18404,6 +18403,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": {
@ -25460,6 +25460,15 @@
"@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
}
},
"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,
"funding": {
"url": "https://github.com/sponsors/kettanaito"
}
},
"node_modules/untildify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",

View file

@ -169,7 +169,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
"mime": "^4.1.0",
"msw": "^2.11.2",
"msw": "^2.11.3",
"puppeteer": "^24.22.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",