Bump msw from 2.2.9 to 2.2.12 in /web

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

---
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-27 11:08:29 +00:00 committed by GitHub
parent d945e77443
commit 29d1cca4a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
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.12",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
@ -841,9 +841,9 @@
}
},
"node_modules/@mswjs/interceptors": {
"version": "0.25.16",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.25.16.tgz",
"integrity": "sha512-8QC8JyKztvoGAdPgyZy49c9vSHHAZjHagwl4RY9E8carULk8ym3iTaiawrT1YoLF/qb449h48f71XDPgkUSOUg==",
"version": "0.26.13",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.26.13.tgz",
"integrity": "sha512-1vsdtQfcd2ot01rGsxnbQn5fi3rY/Ien4zwacIrGi421UvYNBeoaVUg2qWYXt4S1t92K+vf46XjhUxC0+B9GtA==",
"dev": true,
"dependencies": {
"@open-draft/deferred-promise": "^2.2.0",
@ -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.12",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.2.12.tgz",
"integrity": "sha512-thmjEipUvr+XGawcNOh4T8+T2TN3qKWPfF0Ewx6ub1HIATXBsjOhnjV6Wx2BmmFThKEtYYC+RygrvkpG4DzoZw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -5538,7 +5538,7 @@
"@bundled-es-modules/statuses": "^1.0.1",
"@inquirer/confirm": "^3.0.0",
"@mswjs/cookies": "^1.1.0",
"@mswjs/interceptors": "^0.25.16",
"@mswjs/interceptors": "^0.26.12",
"@open-draft/until": "^2.1.0",
"@types/cookie": "^0.6.0",
"@types/statuses": "^2.0.4",

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.12",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",