Skip to content

Commit

Permalink
Update dependency msw to v0.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Github changeset workflow committed Nov 16, 2022
1 parent fb7be35 commit 033dcec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-340cf2d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@oriflame/backstage-plugin-score-card': patch
---

Updated dependency `msw` to `0.48.2`.
2 changes: 1 addition & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/jest": "*",
"@types/node": "*",
"@types/react": "^16.13.1 || ^17.0.0",
"msw": "0.47.3",
"msw": "0.48.2",
"cross-fetch": "3.1.5",
"http-server": "14.1.1"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14802,10 +14802,10 @@ ms@2.1.3, ms@^2.0.0, 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.47.3:
version "0.47.3"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.47.3.tgz#d2b3e1cb2a6ab2237552162f022ec7c2ad772e87"
integrity sha512-X3w/1fi29mEqoCajgFV59hrmns+mdD/FPegYMRwW7CK0vi//yX9NVy07/XspdBm6W1TNtb8Giv79SmS2BAb0Wg==
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"
Expand All @@ -14824,7 +14824,7 @@ msw@0.47.3:
outvariant "^1.3.0"
path-to-regexp "^6.2.0"
statuses "^2.0.0"
strict-event-emitter "^0.2.0"
strict-event-emitter "^0.2.6"
type-fest "^2.19.0"
yargs "^17.3.1"

Expand Down Expand Up @@ -18672,7 +18672,7 @@ stream-transform@^2.1.3:
dependencies:
mixme "^0.5.1"

strict-event-emitter@^0.2.0, strict-event-emitter@^0.2.4:
strict-event-emitter@^0.2.4, strict-event-emitter@^0.2.6:
version "0.2.8"
resolved "https://registry.yarnpkg.com/strict-event-emitter/-/strict-event-emitter-0.2.8.tgz#b4e768927c67273c14c13d20e19d5e6c934b47ca"
integrity sha512-KDf/ujU8Zud3YaLtMCcTI4xkZlZVIYxTLr+XIULexP+77EEVWixeXroLUXQXiVtH4XH2W7jr/3PT1v3zBuvc3A==
Expand Down

0 comments on commit 033dcec

Please sign in to comment.