Bump msw from 0.48.1 to 0.48.2 in /web

Bumps [msw](https://github.com/mswjs/msw) from 0.48.1 to 0.48.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.48.1...v0.48.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-11-13 16:33:23 +00:00 committed by GitHub
parent 9c9220979e
commit cf342d8447
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

@ -41,7 +41,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.2", "jsdom": "^20.0.2",
"msw": "^0.48.1", "msw": "^0.48.2",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tailwindcss": "^3.2.3", "tailwindcss": "^3.2.3",
@ -6280,9 +6280,9 @@
"dev": true "dev": true
}, },
"node_modules/msw": { "node_modules/msw": {
"version": "0.48.1", "version": "0.48.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.48.1.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-0.48.2.tgz",
"integrity": "sha512-lnhIsC5aQOpqu5CjJ11CPl6RYGbY9+LhZZw1zKX3S710O9qGQ7kftmfX1FifmZNk2FuKoygprKITSfqHWpE5LQ==", "integrity": "sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -13352,9 +13352,9 @@
"dev": true "dev": true
}, },
"msw": { "msw": {
"version": "0.48.1", "version": "0.48.2",
"resolved": "https://registry.npmjs.org/msw/-/msw-0.48.1.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-0.48.2.tgz",
"integrity": "sha512-lnhIsC5aQOpqu5CjJ11CPl6RYGbY9+LhZZw1zKX3S710O9qGQ7kftmfX1FifmZNk2FuKoygprKITSfqHWpE5LQ==", "integrity": "sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@mswjs/cookies": "^0.2.2", "@mswjs/cookies": "^0.2.2",

View File

@ -45,7 +45,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.2", "jsdom": "^20.0.2",
"msw": "^0.48.1", "msw": "^0.48.2",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tailwindcss": "^3.2.3", "tailwindcss": "^3.2.3",