Bump msw from 1.2.1 to 1.2.2 in /web

Bumps [msw](https://github.com/mswjs/msw) from 1.2.1 to 1.2.2.
- [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/v1.2.1...v1.2.2)

---
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] 2023-06-12 11:58:11 +00:00 committed by GitHub
parent ff90db30e6
commit bc268cff8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -43,7 +43,7 @@
"eslint-plugin-vitest-globals": "^1.3.1",
"fake-indexeddb": "^4.0.1",
"jsdom": "^22.0.0",
"msw": "^1.2.1",
"msw": "^1.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
@ -6835,9 +6835,9 @@
"dev": true
},
"node_modules/msw": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.1.tgz",
"integrity": "sha512-bF7qWJQSmKn6bwGYVPXOxhexTCGD5oJSZg8yt8IBClxvo3Dx/1W0zqE1nX9BSWmzRsCKWfeGWcB/vpqV6aclpw==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.2.tgz",
"integrity": "sha512-GsW3PE/Es/a1tYThXcM8YHOZ1S1MtivcS3He/LQbbTCx3rbWJYCtWD5XXyJ53KlNPT7O1VI9sCW3xMtgFe8XpQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -6872,7 +6872,7 @@
"url": "https://opencollective.com/mswjs"
},
"peerDependencies": {
"typescript": ">= 4.4.x <= 5.0.x"
"typescript": ">= 4.4.x <= 5.1.x"
},
"peerDependenciesMeta": {
"typescript": {
@ -14463,9 +14463,9 @@
"dev": true
},
"msw": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.1.tgz",
"integrity": "sha512-bF7qWJQSmKn6bwGYVPXOxhexTCGD5oJSZg8yt8IBClxvo3Dx/1W0zqE1nX9BSWmzRsCKWfeGWcB/vpqV6aclpw==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-1.2.2.tgz",
"integrity": "sha512-GsW3PE/Es/a1tYThXcM8YHOZ1S1MtivcS3He/LQbbTCx3rbWJYCtWD5XXyJ53KlNPT7O1VI9sCW3xMtgFe8XpQ==",
"dev": true,
"requires": {
"@mswjs/cookies": "^0.2.2",

View File

@ -47,7 +47,7 @@
"eslint-plugin-vitest-globals": "^1.3.1",
"fake-indexeddb": "^4.0.1",
"jsdom": "^22.0.0",
"msw": "^1.2.1",
"msw": "^1.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",