@@ -6805,7 +6805,7 @@ hastscript@^6.0.0:
6805
6805
property-information "^5.0.0"
6806
6806
space-separated-tokens "^1.0.0"
6807
6807
6808
- headers-polyfill@^3.1.0:
6808
+ headers-polyfill@^3.1.0, headers-polyfill@^3.1.2 :
6809
6809
version "3.1.2"
6810
6810
resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.1.2.tgz#9a4dcb545c5b95d9569592ef7ec0708aab763fbe"
6811
6811
integrity sha512-tWCK4biJ6hcLqTviLXVR9DTRfYGQMXEIUj3gwJ2rZ5wO/at3XtkI4g8mCvFdUF9l1KMBNCfmNAdnahm1cgavQA==
@@ -7212,10 +7212,10 @@ is-negative-zero@^2.0.2:
7212
7212
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
7213
7213
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
7214
7214
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 ==
7219
7219
7220
7220
is-number-object@^1.0.4:
7221
7221
version "1.0.7"
8949
8949
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
8950
8950
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
8951
8951
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 ==
8956
8956
dependencies:
8957
8957
"@mswjs/cookies" "^0.2.2"
8958
8958
"@mswjs/interceptors" "^0.17.5"
8963
8963
chokidar "^3.4.2"
8964
8964
cookie "^0.4.2"
8965
8965
graphql "^15.0.0 || ^16.0.0"
8966
- headers-polyfill "^3.1.0 "
8966
+ headers-polyfill "^3.1.2 "
8967
8967
inquirer "^8.2.0"
8968
- is-node-process "^1.0.1 "
8968
+ is-node-process "^1.2.0 "
8969
8969
js-levenshtein "^1.1.6"
8970
8970
node-fetch "^2.6.7"
8971
- outvariant "^1.3 .0"
8971
+ outvariant "^1.4 .0"
8972
8972
path-to-regexp "^6.2.0"
8973
8973
strict-event-emitter "^0.4.3"
8974
8974
type-fest "^2.19.0"
9042
9042
dependencies:
9043
9043
whatwg-url "^5.0.0"
9044
9044
9045
- node-fetch@^2.0.0:
9045
+ node-fetch@^2.0.0, node-fetch@^2.6.1, node-fetch@^2.6.7 :
9046
9046
version "2.6.12"
9047
9047
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
9048
9048
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
9049
9049
dependencies:
9050
9050
whatwg-url "^5.0.0"
9051
9051
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
-
9059
9052
node-int64@^0.4.0:
9060
9053
version "0.4.0"
9061
9054
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -9258,10 +9251,10 @@ os-tmpdir@~1.0.2:
9258
9251
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
9259
9252
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
9260
9253
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 ==
9265
9258
9266
9259
p-limit@^2.0.0, p-limit@^2.2.0:
9267
9260
version "2.3.0"
0 commit comments