Bump msw from 0.49.0 to 0.49.2 in /web

Bumps [msw](https://github.com/mswjs/msw) from 0.49.0 to 0.49.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/v0.49.0...v0.49.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] 2022-12-13 11:03:48 +00:00 committed by GitHub
parent b1ec56de29
commit 298f00f555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -43,7 +43,7 @@
"eslint-plugin-vitest-globals": "^1.2.0", "eslint-plugin-vitest-globals": "^1.2.0",
"fake-indexeddb": "^4.0.0", "fake-indexeddb": "^4.0.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"msw": "^0.49.0", "msw": "^0.49.2",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
@ -6690,9 +6690,9 @@
"dev": true "dev": true
}, },
"node_modules/msw": { "node_modules/msw": {
"version": "0.49.0", "version": "0.49.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.0.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-0.49.2.tgz",
"integrity": "sha512-xX5RMSMjN58j8G/V26Uaf5LP464VltuWyd66TQimLueVYfG47RKydGsd4JW165Jb/gjoaQxh5Tdvv31wdZAOlA==", "integrity": "sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -14034,9 +14034,9 @@
"dev": true "dev": true
}, },
"msw": { "msw": {
"version": "0.49.0", "version": "0.49.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.49.0.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-0.49.2.tgz",
"integrity": "sha512-xX5RMSMjN58j8G/V26Uaf5LP464VltuWyd66TQimLueVYfG47RKydGsd4JW165Jb/gjoaQxh5Tdvv31wdZAOlA==", "integrity": "sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@mswjs/cookies": "^0.2.2", "@mswjs/cookies": "^0.2.2",

View File

@ -47,7 +47,7 @@
"eslint-plugin-vitest-globals": "^1.2.0", "eslint-plugin-vitest-globals": "^1.2.0",
"fake-indexeddb": "^4.0.0", "fake-indexeddb": "^4.0.0",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"msw": "^0.49.0", "msw": "^0.49.2",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",