build(deps-dev): bump msw from 2.7.5 to 2.8.7 in /frontend

Bumps [msw](https://github.com/mswjs/msw) from 2.7.5 to 2.8.7.
- [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.7.5...v2.8.7)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.8.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 15:22:54 +00:00
committed by GitHub
parent a5135fe646
commit fc54dbba37
2 changed files with 9 additions and 9 deletions

View File

@@ -57,7 +57,7 @@
"happy-dom": "^17.4.6",
"i18next-parser": "^9.3.0",
"knip": "^5.57.2",
"msw": "^2.7.5",
"msw": "^2.8.7",
"msw-storybook-addon": "^2.0.4",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
@@ -3439,9 +3439,9 @@
}
},
"node_modules/@mswjs/interceptors": {
"version": "0.37.6",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.37.6.tgz",
"integrity": "sha512-wK+5pLK5XFmgtH3aQ2YVvA3HohS3xqV/OxuVOdNx9Wpnz7VE/fnC+e1A7ln6LFYeck7gOJ/dsZV6OLplOtAJ2w==",
"version": "0.38.7",
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.38.7.tgz",
"integrity": "sha512-Jkb27iSn7JPdkqlTqKfhncFfnEZsIJVYxsFbUSWEkxdIPdsyngrhoDBk0/BGD2FQcRH99vlRrkHpNTyKqI+0/w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -9846,9 +9846,9 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.7.5",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.7.5.tgz",
"integrity": "sha512-00MyTlY3TJutBa5kiU+jWiz2z5pNJDYHn2TgPkGkh92kMmNH43RqvMXd8y/7HxNn8RjzUbvZWYZjcS36fdb6sw==",
"version": "2.8.7",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.8.7.tgz",
"integrity": "sha512-0TGfV4oQiKpa3pDsQBDf0xvFP+sRrqEOnh2n1JWpHVKHJHLv6ZmY1HCZpCi7uDiJTeIHJMBpmBiRmBJN+ETPSQ==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -9857,7 +9857,7 @@
"@bundled-es-modules/statuses": "^1.0.1",
"@bundled-es-modules/tough-cookie": "^0.1.6",
"@inquirer/confirm": "^5.0.0",
"@mswjs/interceptors": "^0.37.0",
"@mswjs/interceptors": "^0.38.7",
"@open-draft/deferred-promise": "^2.2.0",
"@open-draft/until": "^2.1.0",
"@types/cookie": "^0.6.0",

View File

@@ -67,7 +67,7 @@
"happy-dom": "^17.4.6",
"i18next-parser": "^9.3.0",
"knip": "^5.57.2",
"msw": "^2.7.5",
"msw": "^2.8.7",
"msw-storybook-addon": "^2.0.4",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",