Skip to content

Commit 1374985

Browse files
Update dependency msw to ~2.10.4 (main) (elastic#228698)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | devDependencies | patch | [`~2.10.3` -> `~2.10.4`](https://renovatebot.com/diffs/npm/msw/2.10.3/2.10.4) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.10.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.10.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.10.3...v2.10.4) #### v2.10.4 (2025-07-12) ##### Bug Fixes - **HttpHandler:** use correct query parameters docs link ([#&elastic#8203;2547](https://redirect.github.com/mswjs/msw/issues/2547)) ([`6cdce81`](https://redirect.github.com/mswjs/msw/commit/6cdce81de5576e5049899a729ab3a1424550c003)) [@&elastic#8203;kettanaito](https://redirect.github.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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Kfir Peled <[email protected]>
1 parent 9b70d37 commit 1374985

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@
19121912
"mochawesome-merge": "^4.3.0",
19131913
"mock-fs": "^5.1.2",
19141914
"ms-chromium-edge-driver": "^0.5.1",
1915-
"msw": "~2.10.3",
1915+
"msw": "~2.10.4",
19161916
"mutation-observer": "^1.0.3",
19171917
"nock": "12.0.3",
19181918
"node-stdlib-browser": "^1.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25297,10 +25297,10 @@ msgpackr@^1.11.2:
2529725297
optionalDependencies:
2529825298
msgpackr-extract "^3.0.2"
2529925299

25300-
msw@~2.10.3:
25301-
version "2.10.3"
25302-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.3.tgz#accd0925d2852e9aaa2c86d4fdd724288fee5f35"
25303-
integrity sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA==
25300+
msw@~2.10.4:
25301+
version "2.10.4"
25302+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.4.tgz#a39dad96468aecfd752e5b7df4bbc86f1d73dec4"
25303+
integrity sha512-6R1or/qyele7q3RyPwNuvc0IxO8L8/Aim6Sz5ncXEgcWUNxSKE+udriTOWHtpMwmfkLYlacA2y7TIx4cL5lgHA==
2530425304
dependencies:
2530525305
"@bundled-es-modules/cookie" "^2.0.1"
2530625306
"@bundled-es-modules/statuses" "^1.0.1"

0 commit comments

Comments
 (0)