@@ -2668,6 +2668,11 @@ damerau-levenshtein@^1.0.8:
26682668 resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
26692669 integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
26702670
2671+ data-uri-to-buffer@^4.0.0 :
2672+ version "4.0.1"
2673+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz#d8feb2b2881e6a4f58c2e08acfd0e2834e26222e"
2674+ integrity sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==
2675+
26712676debug@2.6.9 :
26722677 version "2.6.9"
26732678 resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
@@ -3422,6 +3427,14 @@ fb-watchman@^2.0.0:
34223427 dependencies :
34233428 bser "2.1.1"
34243429
3430+ fetch-blob@^3.1.2, fetch-blob@^3.1.4 :
3431+ version "3.2.0"
3432+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.2.0.tgz#f09b8d4bbd45adc6f0c20b7e787e793e309dcce9"
3433+ integrity sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==
3434+ dependencies :
3435+ node-domexception "^1.0.0"
3436+ web-streams-polyfill "^3.0.3"
3437+
34253438file-entry-cache@^6.0.1 :
34263439 version "6.0.1"
34273440 resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
@@ -3511,6 +3524,13 @@ form-data@^4.0.0:
35113524 combined-stream "^1.0.8"
35123525 mime-types "^2.1.12"
35133526
3527+ formdata-polyfill@^4.0.10 :
3528+ version "4.0.10"
3529+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
3530+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
3531+ dependencies :
3532+ fetch-blob "^3.1.2"
3533+
35143534formidable@^2.1.2 :
35153535 version "2.1.2"
35163536 resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89"
@@ -4981,13 +5001,27 @@ no-case@^3.0.4:
49815001 lower-case "^2.0.2"
49825002 tslib "^2.0.3"
49835003
4984- node-fetch@^2.6.1, node-fetch@^2.6.7 :
5004+ node-domexception@^1.0.0 :
5005+ version "1.0.0"
5006+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
5007+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
5008+
5009+ node-fetch@^2.6.7 :
49855010 version "2.6.7"
49865011 resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
49875012 integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
49885013 dependencies :
49895014 whatwg-url "^5.0.0"
49905015
5016+ node-fetch@^3.3.2 :
5017+ version "3.3.2"
5018+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
5019+ integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
5020+ dependencies :
5021+ data-uri-to-buffer "^4.0.0"
5022+ fetch-blob "^3.1.4"
5023+ formdata-polyfill "^4.0.10"
5024+
49915025node-forge@^1 :
49925026 version "1.3.1"
49935027 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
@@ -6375,6 +6409,11 @@ wcwidth@^1.0.1:
63756409 dependencies :
63766410 defaults "^1.0.3"
63776411
6412+ web-streams-polyfill@^3.0.3 :
6413+ version "3.2.1"
6414+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
6415+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
6416+
63786417webidl-conversions@^3.0.0 :
63796418 version "3.0.1"
63806419 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
0 commit comments