Skip to content

Commit 7aa2250

Browse files
fix(deps): update dependency node-fetch to v3
1 parent 9806431 commit 7aa2250

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"json-stringify-safe": "5.0.1",
5959
"lodash": "4.17.21",
6060
"mini-css-extract-plugin": "1.6.2",
61-
"node-fetch": "2.7.0",
61+
"node-fetch": "3.3.2",
6262
"postcss": "8.4.33",
6363
"postcss-loader": "4.3.0",
6464
"postcss-reporter": "7.0.5",

yarn.lock

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,7 @@ async-retry@1.3.3:
29352935
dependencies:
29362936
retry "0.13.1"
29372937

2938-
async@3.2.5, async@^3.2.3:
2938+
async@3.2.5:
29392939
version "3.2.5"
29402940
resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
29412941
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
@@ -9182,13 +9182,6 @@ node-domexception@^1.0.0:
91829182
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
91839183
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
91849184

9185-
node-fetch@2.7.0:
9186-
version "2.7.0"
9187-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
9188-
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
9189-
dependencies:
9190-
whatwg-url "^5.0.0"
9191-
91929185
node-fetch@3.3.2:
91939186
version "3.3.2"
91949187
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
@@ -12377,11 +12370,6 @@ tr46@^2.1.0:
1237712370
dependencies:
1237812371
punycode "^2.1.1"
1237912372

12380-
tr46@~0.0.3:
12381-
version "0.0.3"
12382-
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
12383-
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
12384-
1238512373
ts-api-utils@^1.0.1:
1238612374
version "1.0.3"
1238712375
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
@@ -12909,11 +12897,6 @@ web-streams-polyfill@^3.0.3:
1290912897
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
1291012898
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
1291112899

12912-
webidl-conversions@^3.0.0:
12913-
version "3.0.1"
12914-
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12915-
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
12916-
1291712900
webidl-conversions@^5.0.0:
1291812901
version "5.0.0"
1291912902
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -13097,14 +13080,6 @@ whatwg-mimetype@^2.3.0:
1309713080
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1309813081
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1309913082

13100-
whatwg-url@^5.0.0:
13101-
version "5.0.0"
13102-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
13103-
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
13104-
dependencies:
13105-
tr46 "~0.0.3"
13106-
webidl-conversions "^3.0.0"
13107-
1310813083
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
1310913084
version "8.7.0"
1311013085
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)