Bump msw from 2.2.9 to 2.2.10 in /web

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

---
updated-dependencies:
- dependency-name: msw
  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] 2024-03-22 11:16:01 +00:00 committed by GitHub
parent df6c3b14dd
commit e758d2e27d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -89,7 +89,7 @@
"fake-indexeddb": "^5.0.2",
"jest-websocket-mock": "^2.5.0",
"jsdom": "^24.0.0",
"msw": "^2.2.9",
"msw": "^2.2.10",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
@ -5528,9 +5528,9 @@
"dev": true
},
"node_modules/msw": {
"version": "2.2.9",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.2.9.tgz",
"integrity": "sha512-MLIFufBe6m9c5rZKlmGl6jl1pjn7cTNiDGEgn5v2iVRs0mz+neE2r7lRyYNzvcp6FbdiUEIRp/Y2O2gRMjO8yQ==",
"version": "2.2.10",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.2.10.tgz",
"integrity": "sha512-OQhHBocUsI8j+czCTRouGCGYE8pk6hq8HQ0HFg9mYQg7KCzqVpUSbMikmRbRXGoid28FFvYqjbxB3/UWw50VZQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@ -94,7 +94,7 @@
"fake-indexeddb": "^5.0.2",
"jest-websocket-mock": "^2.5.0",
"jsdom": "^24.0.0",
"msw": "^2.2.9",
"msw": "^2.2.10",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",