Skip to content

Commit 7a00325

Browse files
Update dependency msw to v2.2.2 (#722)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.2.1` -> `2.2.2`](https://renovatebot.com/diffs/npm/msw/2.2.1/2.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.2.1/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.2.1/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.2.2`](https://togithub.com/mswjs/msw/releases/tag/v2.2.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.1...v2.2.2) #### v2.2.2 (2024-02-28) ##### Bug Fixes - set correct "Content-Length" response header for special characters ([#&#8203;2045](https://togithub.com/mswjs/msw/issues/2045)) ([#&#8203;2046](https://togithub.com/mswjs/msw/issues/2046)) ([`eb3e284`](https://togithub.com/mswjs/msw/commit/eb3e284a3e27956987854d23878aa4ea11c56dde)) [@&#8203;ZeroCho](https://togithub.com/ZeroCho) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b56fb9 commit 7a00325

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"finalhandler": "1.2.0",
5353
"husky": "9.0.11",
5454
"mocha": "10.3.0",
55-
"msw": "2.2.1",
55+
"msw": "2.2.2",
5656
"nyc": "15.1.0",
5757
"prettier": "3.2.5",
5858
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)