build(deps-dev): bump msw from 2.12.6 to 2.12.7

Bumps [msw](https://github.com/mswjs/msw) from 2.12.6 to 2.12.7.
- [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.12.6...v2.12.7)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.7
  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] 2026-01-03 03:04:32 +00:00 committed by GitHub
parent 02be912f6a
commit b5d342b4b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -141,7 +141,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
"mime": "^4.1.0",
"msw": "^2.12.6",
"msw": "^2.12.7",
"puppeteer": "^24.34.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
@ -18612,9 +18612,9 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.12.6",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.12.6.tgz",
"integrity": "sha512-nGhVcHP64skBrJbn1RVO/573cq8vgoce19Ljm60xp66RDpcPrX96ik5oMf3tIIku2kc31plyI2i0vd2J6GPMVg==",
"version": "2.12.7",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.12.7.tgz",
"integrity": "sha512-retd5i3xCZDVWMYjHEVuKTmhqY8lSsxujjVrZiGbbdoxxIBg5S7rCuYy/YQpfrTYIxpd/o0Kyb/3H+1udBMoYg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View file

@ -178,7 +178,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
"mime": "^4.1.0",
"msw": "^2.12.6",
"msw": "^2.12.7",
"puppeteer": "^24.34.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",