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 @@ -835,9 +835,11 @@ nanoid@^3.1.23:
835835 integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
836836
837837node-fetch@^2.6.0 :
838- version "2.6.0"
839- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
840- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
838+ version "2.6.7"
839+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
840+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
841+ dependencies :
842+ whatwg-url "^5.0.0"
841843
842844normalize.css@^8.0.1 :
843845 version "8.0.1"
@@ -1099,6 +1101,11 @@ string.prototype.trimstart@^1.0.0:
10991101 define-properties "^1.1.3"
11001102 es-abstract "^1.17.5"
11011103
1104+ tr46@~0.0.3 :
1105+ version "0.0.3"
1106+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1107+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
1108+
11021109tslib@~1.13.0 :
11031110 version "1.13.0"
11041111 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -1152,6 +1159,19 @@ warning@^4.0.2, warning@^4.0.3:
11521159 dependencies :
11531160 loose-envify "^1.0.0"
11541161
1162+ webidl-conversions@^3.0.0 :
1163+ version "3.0.1"
1164+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1165+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1166+
1167+ whatwg-url@^5.0.0 :
1168+ version "5.0.0"
1169+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1170+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1171+ dependencies :
1172+ tr46 "~0.0.3"
1173+ webidl-conversions "^3.0.0"
1174+
11551175which@^2.0.1 :
11561176 version "2.0.2"
11571177 resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
You can’t perform that action at this time.
0 commit comments