File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -1200,9 +1200,11 @@ neo-async@^2.6.0:
12001200 integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
12011201
12021202node-fetch@^2.6.0 :
1203- version "2.6.0"
1204- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1205- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
1203+ version "2.6.7"
1204+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1205+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1206+ dependencies :
1207+ whatwg-url "^5.0.0"
12061208
12071209node-gyp-build@~4.1.0 :
12081210 version "4.1.1"
@@ -1503,6 +1505,11 @@ string_decoder@^1.1.1:
15031505 dependencies :
15041506 safe-buffer "~5.2.0"
15051507
1508+ tr46@~0.0.3 :
1509+ version "0.0.3"
1510+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1511+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1512+
15061513tslib@~1.13.0 :
15071514 version "1.13.0"
15081515 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -1607,6 +1614,19 @@ warning@^4.0.2, warning@^4.0.3:
16071614 dependencies :
16081615 loose-envify "^1.0.0"
16091616
1617+ webidl-conversions@^3.0.0 :
1618+ version "3.0.1"
1619+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1620+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1621+
1622+ whatwg-url@^5.0.0 :
1623+ version "5.0.0"
1624+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1625+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1626+ dependencies :
1627+ tr46 "~0.0.3"
1628+ webidl-conversions "^3.0.0"
1629+
16101630wordwrap@~0.0.2 :
16111631 version "0.0.3"
16121632 resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
You can’t perform that action at this time.
0 commit comments