From e378e086442fa754e30a60d98ecdcac3f88e9ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 06:00:48 +0000 Subject: [PATCH] chore(deps): update dependency msw to v0.48.2 (#2411) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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)) | [`0.48.1` -> `0.48.2`](https://renovatebot.com/diffs/npm/msw/0.48.1/0.48.2) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.48.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.48.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.48.2/compatibility-slim/0.48.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.48.2/confidence-slim/0.48.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mswjs/msw ### [`v0.48.2`](https://togithub.com/mswjs/msw/releases/tag/v0.48.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.48.1...v0.48.2) #### v0.48.2 (2022-11-13) ##### Bug Fixes - resolve absolute worker url against the current path ([#​1456](https://togithub.com/mswjs/msw/issues/1456)) ([`f8d15b4`](https://togithub.com/mswjs/msw/commit/f8d15b41a941613cd4868cf0e85d2d3aa075d067)) [@​kettanaito](https://togithub.com/kettanaito)
--- ### 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. --- - [ ] 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://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 847806d09e..abf40d56b4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "jsdom": "20.0.2", "lodash.clonedeep": "4.5.0", "millify": "^5.0.1", - "msw": "0.48.1", + "msw": "0.48.2", "pkginfo": "0.4.1", "plausible-tracker": "0.3.8", "prettier": "2.7.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index e6b05d7f2b..ecb7d3c7b4 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5642,10 +5642,10 @@ ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@0.48.1: - version "0.48.1" - resolved "https://registry.yarnpkg.com/msw/-/msw-0.48.1.tgz#55bed66e91261a710a66e34839b530401c1c0a4c" - integrity sha512-lnhIsC5aQOpqu5CjJ11CPl6RYGbY9+LhZZw1zKX3S710O9qGQ7kftmfX1FifmZNk2FuKoygprKITSfqHWpE5LQ== +msw@0.48.2: + version "0.48.2" + resolved "https://registry.yarnpkg.com/msw/-/msw-0.48.2.tgz#9614ed5edec1c88e0a178fe5f507c17beaa7106d" + integrity sha512-kXeLiyf5CRYkRf+ve/Utmw5/Iii+y+Mcr8hzXSVFrvzWVDpBfYL/4vBEhQu4zrBPBhvPbTNrH7/Y0KDQilpBKg== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.5"