build(deps-dev): bump msw from 2.10.2 to 2.10.3

Bumps [msw](https://github.com/mswjs/msw) from 2.10.2 to 2.10.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.10.2...v2.10.3)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.10.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-07-10 06:48:13 +00:00 committed by GitHub
parent 9ffbf67c42
commit 07253e6d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -79,7 +79,7 @@
"madge": "8.0.0",
"mini-css-extract-plugin": "2.9.2",
"moment": "2.30.1",
"msw": "2.10.2",
"msw": "2.10.3",
"npm-run-all": "4.1.5",
"path-browserify": "1.0.1",
"postcss-scss": "4.0.9",
@ -13554,9 +13554,9 @@
"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",
@ -28292,9 +28292,9 @@
"version": "2.1.3"
},
"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,
"requires": {
"@bundled-es-modules/cookie": "^2.0.1",

View file

@ -77,7 +77,7 @@
"madge": "8.0.0",
"mini-css-extract-plugin": "2.9.2",
"moment": "2.30.1",
"msw": "2.10.2",
"msw": "2.10.3",
"npm-run-all": "4.1.5",
"path-browserify": "1.0.1",
"postcss-scss": "4.0.9",