Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86f8989

Browse files
chore: bump msw from 1.1.0 to 1.2.2 in /site (#8440)
Bumps [msw](https://github.com/mswjs/msw) from 1.1.0 to 1.2.2. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6a8a5f commit 86f8989

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"jest-runner-eslint": "2.1.0",
149149
"jest-websocket-mock": "2.4.0",
150150
"jest_workaround": "0.1.14",
151-
"msw": "1.1.0",
151+
"msw": "1.2.2",
152152
"prettier": "2.8.1",
153153
"resize-observer": "1.0.4",
154154
"storybook": "7.0.26",

site/yarn.lock

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6805,7 +6805,7 @@ hastscript@^6.0.0:
68056805
property-information "^5.0.0"
68066806
space-separated-tokens "^1.0.0"
68076807

6808-
headers-polyfill@^3.1.0:
6808+
headers-polyfill@^3.1.0, headers-polyfill@^3.1.2:
68096809
version "3.1.2"
68106810
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.1.2.tgz#9a4dcb545c5b95d9569592ef7ec0708aab763fbe"
68116811
integrity sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==
@@ -7212,10 +7212,10 @@ is-negative-zero@^2.0.2:
72127212
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
72137213
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
72147214

7215-
is-node-process@^1.0.1:
7216-
version "1.0.1"
7217-
resolved "https://registry.yarnpkg.com/is-node-process/-/is-node-process-1.0.1.tgz#4fc7ac3a91e8aac58175fe0578abbc56f2831b23"
7218-
integrity sha512-5IcdXuf++TTNt3oGl9EBdkvndXA8gmc4bz/Y+mdEpWh3Mcn/+kOw6hI7LD5CocqJWMzeb0I0ClndRVNdEPuJXQ==
7215+
is-node-process@^1.2.0:
7216+
version "1.2.0"
7217+
resolved "https://registry.yarnpkg.com/is-node-process/-/is-node-process-1.2.0.tgz#ea02a1b90ddb3934a19aea414e88edef7e11d134"
7218+
integrity sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==
72197219

72207220
is-number-object@^1.0.4:
72217221
version "1.0.7"
@@ -8949,10 +8949,10 @@ [email protected], ms@^2.1.1:
89498949
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
89508950
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
89518951

8952-
msw@1.1.0:
8953-
version "1.1.0"
8954-
resolved "https://registry.yarnpkg.com/msw/-/msw-1.1.0.tgz#f88806b7ce4cade89b5bf629fa98c17218a4f036"
8955-
integrity sha512-oqMvUXm1bMbwvGpoXAQVz8vXXQyQyx52HBDg3EDOK+dFXkQHssgkXEG4LfMwwZyr2Qt18I/w04XPaY4BkFTkzA==
8952+
msw@1.2.2:
8953+
version "1.2.2"
8954+
resolved "https://registry.yarnpkg.com/msw/-/msw-1.2.2.tgz#126c3150c07f651e97b24fbd405821f3aeaf9397"
8955+
integrity sha512-GsW3PE/Es/a1tYThXcM8YHOZ1S1MtivcS3He/LQbbTCx3rbWJYCtWD5XXyJ53KlNPT7O1VI9sCW3xMtgFe8XpQ==
89568956
dependencies:
89578957
"@mswjs/cookies" "^0.2.2"
89588958
"@mswjs/interceptors" "^0.17.5"
@@ -8963,12 +8963,12 @@ [email protected]:
89638963
chokidar "^3.4.2"
89648964
cookie "^0.4.2"
89658965
graphql "^15.0.0 || ^16.0.0"
8966-
headers-polyfill "^3.1.0"
8966+
headers-polyfill "^3.1.2"
89678967
inquirer "^8.2.0"
8968-
is-node-process "^1.0.1"
8968+
is-node-process "^1.2.0"
89698969
js-levenshtein "^1.1.6"
89708970
node-fetch "^2.6.7"
8971-
outvariant "^1.3.0"
8971+
outvariant "^1.4.0"
89728972
path-to-regexp "^6.2.0"
89738973
strict-event-emitter "^0.4.3"
89748974
type-fest "^2.19.0"
@@ -9042,20 +9042,13 @@ [email protected]:
90429042
dependencies:
90439043
whatwg-url "^5.0.0"
90449044

9045-
node-fetch@^2.0.0:
9045+
node-fetch@^2.0.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
90469046
version "2.6.12"
90479047
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
90489048
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
90499049
dependencies:
90509050
whatwg-url "^5.0.0"
90519051

9052-
node-fetch@^2.6.1, node-fetch@^2.6.7:
9053-
version "2.6.9"
9054-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
9055-
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==
9056-
dependencies:
9057-
whatwg-url "^5.0.0"
9058-
90599052
node-int64@^0.4.0:
90609053
version "0.4.0"
90619054
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -9258,10 +9251,10 @@ os-tmpdir@~1.0.2:
92589251
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
92599252
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
92609253

9261-
outvariant@^1.2.1, outvariant@^1.3.0:
9262-
version "1.3.0"
9263-
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.3.0.tgz#c39723b1d2cba729c930b74bf962317a81b9b1c9"
9264-
integrity sha512-yeWM9k6UPfG/nzxdaPlJkB2p08hCg4xP6Lx99F+vP8YF7xyZVfTmJjrrNalkmzudD4WFvNLVudQikqUmF8zhVQ==
9254+
outvariant@^1.2.1, outvariant@^1.4.0:
9255+
version "1.4.0"
9256+
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.0.tgz#e742e4bda77692da3eca698ef5bfac62d9fba06e"
9257+
integrity sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==
92659258

92669259
p-limit@^2.0.0, p-limit@^2.2.0:
92679260
version "2.3.0"

0 commit comments

Comments
 (0)