@@ -2508,11 +2508,11 @@ create-react-class@^15.6.2:
25082508 object-assign "^4.1.1"
25092509
25102510cross-fetch@^3.0.4 :
2511- version "3.1.4 "
2512- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4 .tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39 "
2513- integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ ==
2511+ version "3.1.5 "
2512+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5 .tgz#e1389f44d9e7ba767907f7af8454787952ab534f "
2513+ integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw ==
25142514 dependencies :
2515- node-fetch "2.6.1 "
2515+ node-fetch "2.6.7 "
25162516
25172517cross-spawn@^5.1.0 :
25182518 version "5.1.0"
@@ -4468,10 +4468,12 @@ nocache@^2.1.0:
44684468 resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
44694469 integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==
44704470
4471- node-fetch@2.6.1, node-fetch@^2.2.0, node-fetch@^2.6.0 :
4472- version "2.6.1"
4473- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4474- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4471+ node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.6.0 :
4472+ version "2.6.7"
4473+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4474+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4475+ dependencies :
4476+ whatwg-url "^5.0.0"
44754477
44764478node-fetch@^1.0.1 :
44774479 version "1.7.3"
@@ -5901,6 +5903,11 @@ toidentifier@1.0.0:
59015903 resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
59025904 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
59035905
5906+ tr46@~0.0.3 :
5907+ version "0.0.3"
5908+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5909+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5910+
59045911ts-interface-checker@^0.1.9 :
59055912 version "0.1.13"
59065913 resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
@@ -6069,11 +6076,24 @@ wcwidth@^1.0.1:
60696076 dependencies :
60706077 defaults "^1.0.3"
60716078
6079+ webidl-conversions@^3.0.0 :
6080+ version "3.0.1"
6081+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6082+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6083+
60726084whatwg-fetch@>=0.10.0, whatwg-fetch@^3.0.0 :
60736085 version "3.6.2"
60746086 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
60756087 integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
60766088
6089+ whatwg-url@^5.0.0 :
6090+ version "5.0.0"
6091+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6092+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6093+ dependencies :
6094+ tr46 "~0.0.3"
6095+ webidl-conversions "^3.0.0"
6096+
60776097which-module@^2.0.0 :
60786098 version "2.0.0"
60796099 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
0 commit comments