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 @@ -995,9 +995,11 @@ moment@^2.24.0:
995
995
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
996
996
997
997
node-fetch@^2.6.0 :
998
- version "2.6.0"
999
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1000
- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
998
+ version "2.7.0"
999
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
1000
+ integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
1001
+ dependencies :
1002
+ whatwg-url "^5.0.0"
1001
1003
1002
1004
normalize.css@^8.0.1 :
1003
1005
version "8.0.1"
@@ -1258,6 +1260,11 @@ supports-color@^6.1.0:
1258
1260
dependencies :
1259
1261
has-flag "^3.0.0"
1260
1262
1263
+ tr46@~0.0.3 :
1264
+ version "0.0.3"
1265
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
1266
+ integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
1267
+
1261
1268
tslib@~1.13.0 :
1262
1269
version "1.13.0"
1263
1270
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -1311,6 +1318,19 @@ warning@^4.0.2, warning@^4.0.3:
1311
1318
dependencies :
1312
1319
loose-envify "^1.0.0"
1313
1320
1321
+ webidl-conversions@^3.0.0 :
1322
+ version "3.0.1"
1323
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1324
+ integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
1325
+
1326
+ whatwg-url@^5.0.0 :
1327
+ version "5.0.0"
1328
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1329
+ integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
1330
+ dependencies :
1331
+ tr46 "~0.0.3"
1332
+ webidl-conversions "^3.0.0"
1333
+
1314
1334
wrappy@1 :
1315
1335
version "1.0.2"
1316
1336
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
You can’t perform that action at this time.
0 commit comments