chore(deps-dev): bump msw from 2.3.4 to 2.3.5 (#16341)
* chore(deps-dev): bump msw from 2.3.4 to 2.3.5 Bumps [msw](https://github.com/mswjs/msw) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fdac5eb15f
commit
a879339e3a
|
|
@ -182,7 +182,7 @@
|
|||
"js-beautify": "1.15.1",
|
||||
"lint-staged": "15.2.7",
|
||||
"mockdate": "3.0.5",
|
||||
"msw": "2.3.4",
|
||||
"msw": "2.3.5",
|
||||
"prettier": "3.3.3",
|
||||
"remark-parse": "11.0.0",
|
||||
"supertest": "7.0.0",
|
||||
|
|
|
|||
|
|
@ -400,8 +400,8 @@ importers:
|
|||
specifier: 3.0.5
|
||||
version: 3.0.5
|
||||
msw:
|
||||
specifier: 2.3.4
|
||||
version: 2.3.4(typescript@5.5.4)
|
||||
specifier: 2.3.5
|
||||
version: 2.3.5(typescript@5.5.4)
|
||||
prettier:
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
|
|
@ -5141,8 +5141,8 @@ packages:
|
|||
ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
|
||||
msw@2.3.4:
|
||||
resolution: {integrity: sha512-sHMlwrajgmZSA2l1o7qRSe+azm/I+x9lvVVcOxAzi4vCtH8uVPJk1K5BQYDkzGl+tt0RvM9huEXXdeGrgcc79g==}
|
||||
msw@2.3.5:
|
||||
resolution: {integrity: sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
@ -13015,7 +13015,7 @@ snapshots:
|
|||
|
||||
ms@2.1.3: {}
|
||||
|
||||
msw@2.3.4(typescript@5.5.4):
|
||||
msw@2.3.5(typescript@5.5.4):
|
||||
dependencies:
|
||||
'@bundled-es-modules/cookie': 2.0.0
|
||||
'@bundled-es-modules/statuses': 1.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue