mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update dependency msw to ^2.3.5 (main) (#189773)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) |
[`^2.3.4` ->
`^2.3.5`](https://renovatebot.com/diffs/npm/msw/2.3.4/2.3.5) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.3.5`](https://togithub.com/mswjs/msw/releases/tag/v2.3.5)
[Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.4...v2.3.5)
#### v2.3.5 (2024-08-02)
##### Bug Fixes
- **HttpResponse:** skip setting "Content-Length" if it is already set
([#​2228](https://togithub.com/mswjs/msw/issues/2228))
([`a0234c9`](a0234c9abe
))
[@​kettanaito](https://togithub.com/kettanaito)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/elastic/kibana).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOiBDbG91ZCBTZWN1cml0eSIsImJhY2twb3J0OnNraXAiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
15e0ea9a34
commit
f2efcac28f
2 changed files with 5 additions and 5 deletions
|
@ -1711,7 +1711,7 @@
|
|||
"mochawesome-merge": "^4.3.0",
|
||||
"mock-fs": "^5.1.2",
|
||||
"ms-chromium-edge-driver": "^0.5.1",
|
||||
"msw": "^2.3.4",
|
||||
"msw": "^2.3.5",
|
||||
"multistream": "^4.1.0",
|
||||
"mutation-observer": "^1.0.3",
|
||||
"native-hdr-histogram": "^1.0.0",
|
||||
|
|
|
@ -23683,10 +23683,10 @@ msgpackr@^1.9.9:
|
|||
optionalDependencies:
|
||||
msgpackr-extract "^3.0.2"
|
||||
|
||||
msw@^2.3.4:
|
||||
version "2.3.4"
|
||||
resolved "https://registry.yarnpkg.com/msw/-/msw-2.3.4.tgz#3caac6c8e1ceb8040f512c32f9b8a6e850739c03"
|
||||
integrity sha512-sHMlwrajgmZSA2l1o7qRSe+azm/I+x9lvVVcOxAzi4vCtH8uVPJk1K5BQYDkzGl+tt0RvM9huEXXdeGrgcc79g==
|
||||
msw@^2.3.5:
|
||||
version "2.3.5"
|
||||
resolved "https://registry.yarnpkg.com/msw/-/msw-2.3.5.tgz#424ad91b20a548d6b77fc26aca0c789e5cbc4764"
|
||||
integrity sha512-+GUI4gX5YC5Bv33epBrD+BGdmDvBg2XGruiWnI3GbIbRmMMBeZ5gs3mJ51OWSGHgJKztZ8AtZeYMMNMVrje2/Q==
|
||||
dependencies:
|
||||
"@bundled-es-modules/cookie" "^2.0.0"
|
||||
"@bundled-es-modules/statuses" "^1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue