@@ -1835,6 +1835,11 @@ csstype@^3.0.2:
1835
1835
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz"
1836
1836
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==
1837
1837
1838
+ data-uri-to-buffer@^4.0.0 :
1839
+ version "4.0.1"
1840
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
1841
+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
1842
+
1838
1843
1839
1844
version "2.1.0"
1840
1845
resolved "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz"
@@ -2023,6 +2028,14 @@ fbjs@^3.0.0:
2023
2028
setimmediate "^1.0.5"
2024
2029
ua-parser-js "^0.7.30"
2025
2030
2031
+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
2032
+ version "3.2.0"
2033
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
2034
+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
2035
+ dependencies :
2036
+ node-domexception "^1.0.0"
2037
+ web-streams-polyfill "^3.0.3"
2038
+
2026
2039
figures@^3.0.0 :
2027
2040
version "3.2.0"
2028
2041
resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz"
@@ -2067,6 +2080,13 @@ formdata-node@^4.3.1:
2067
2080
node-domexception "1.0.0"
2068
2081
web-streams-polyfill "4.0.0-beta.1"
2069
2082
2083
+ formdata-polyfill@^4.0.10 :
2084
+ version "4.0.10"
2085
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
2086
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
2087
+ dependencies :
2088
+ fetch-blob "^3.1.2"
2089
+
2070
2090
fs.realpath@^1.0.0 :
2071
2091
version "1.0.0"
2072
2092
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
@@ -2410,13 +2430,13 @@ isomorphic-fetch@^3.0.0:
2410
2430
node-fetch "^2.6.1"
2411
2431
whatwg-fetch "^3.4.1"
2412
2432
2413
- isomorphic-unfetch@^3.1 .0 :
2414
- version "3.1.0 "
2415
- resolved "https://registry.npmjs.org /isomorphic-unfetch/-/isomorphic-unfetch-3.1.0. tgz"
2416
- integrity sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q ==
2433
+ isomorphic-unfetch@^4.0 .0 :
2434
+ version "4.0.2 "
2435
+ resolved "https://registry.yarnpkg.com /isomorphic-unfetch/-/isomorphic-unfetch-4.0.2. tgz#5fc04eeb1053b7b702278e2cf7a3f246cb3a9214 "
2436
+ integrity sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA ==
2417
2437
dependencies :
2418
- node-fetch "^2.6.1 "
2419
- unfetch "^4.2 .0"
2438
+ node-fetch "^3.2.0 "
2439
+ unfetch "^5.0 .0"
2420
2440
2421
2441
isomorphic-ws@^5.0.0 :
2422
2442
version "5.0.0"
@@ -2731,9 +2751,9 @@ no-case@^3.0.4:
2731
2751
lower-case "^2.0.2"
2732
2752
tslib "^2.0.3"
2733
2753
2734
-
2754
+ [email protected] , node-domexception@^1.0.0 :
2735
2755
version "1.0.0"
2736
- resolved "https://registry.npmjs.org /node-domexception/-/node-domexception-1.0.0.tgz"
2756
+ resolved "https://registry.yarnpkg.com /node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5 "
2737
2757
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
2738
2758
2739
2759
[email protected] , node-fetch@^2.6.1, node-fetch@^2.6.7:
2743
2763
dependencies :
2744
2764
whatwg-url "^5.0.0"
2745
2765
2766
+ node-fetch@^3.2.0 :
2767
+ version "3.3.1"
2768
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
2769
+ integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
2770
+ dependencies :
2771
+ data-uri-to-buffer "^4.0.0"
2772
+ fetch-blob "^3.1.4"
2773
+ formdata-polyfill "^4.0.10"
2774
+
2746
2775
node-int64@^0.4.0 :
2747
2776
version "0.4.0"
2748
2777
resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
@@ -3410,10 +3439,10 @@ undici@^5.8.0:
3410
3439
resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.0.tgz#dec9a8ccd90e5a1d81d43c0eab6503146d649a4f"
3411
3440
integrity sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==
3412
3441
3413
- unfetch@^4.2 .0 :
3414
- version "4.2 .0"
3415
- resolved "https://registry.npmjs.org /unfetch/-/unfetch-4.2 .0.tgz"
3416
- integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA ==
3442
+ unfetch@^5.0 .0 :
3443
+ version "5.0 .0"
3444
+ resolved "https://registry.yarnpkg.com /unfetch/-/unfetch-5.0 .0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142 "
3445
+ integrity sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg ==
3417
3446
3418
3447
unixify@^1.0.0 :
3419
3448
version "1.0.0"
3471
3500
resolved "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz"
3472
3501
integrity sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==
3473
3502
3474
- web-streams-polyfill@^3.2.0 :
3503
+ web-streams-polyfill@^3.0.3, web-streams-polyfill@^3. 2.0 :
3475
3504
version "3.2.1"
3476
- resolved "https://registry.npmjs.org /web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz"
3505
+ resolved "https://registry.yarnpkg.com /web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6 "
3477
3506
integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
3478
3507
3479
3508
webcrypto-core@^1.7.4 :
0 commit comments