@@ -456,6 +456,16 @@ acorn@^7.1.0:
456456 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
457457 integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
458458
459+ ajv@^6.12.3 :
460+ version "6.12.6"
461+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
462+ integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
463+ dependencies :
464+ fast-deep-equal "^3.1.1"
465+ fast-json-stable-stringify "^2.0.0"
466+ json-schema-traverse "^0.4.1"
467+ uri-js "^4.2.2"
468+
459469ajv@^6.5.5 :
460470 version "6.11.0"
461471 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.11.0.tgz#c3607cbc8ae392d8a5a536f25b21f8e5f3f87fe9"
@@ -1449,6 +1459,14 @@ har-validator@~5.1.0:
14491459 ajv "^6.5.5"
14501460 har-schema "^2.0.0"
14511461
1462+ har-validator@~5.1.3 :
1463+ version "5.1.5"
1464+ resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
1465+ integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
1466+ dependencies :
1467+ ajv "^6.12.3"
1468+ har-schema "^2.0.0"
1469+
14521470has-flag@^3.0.0 :
14531471 version "3.0.0"
14541472 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -2516,12 +2534,12 @@ node-int64@^0.4.0:
25162534 version "0.4.0"
25172535 resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
25182536
2519- node-libpng@^0.2.14 :
2520- version "0.2.14 "
2521- resolved "https://registry.yarnpkg.com/node-libpng/-/node-libpng-0.2.14 .tgz#3c8062f995115bb0394b3d9616d0b6c229954eee "
2522- integrity sha512-EPUA7MbQqtA7rhbC4xJAAMvDT5mdpq3G1JJMa56R8uyEOq86Pr1XOllWdQgQDNEjy+P9g4ZrHw2yrFg8B6mIOw ==
2537+ node-libpng@^0.2.18 :
2538+ version "0.2.18 "
2539+ resolved "https://registry.yarnpkg.com/node-libpng/-/node-libpng-0.2.18 .tgz#af0f7cb7b854cac12a1eae1c268328275c043c5a "
2540+ integrity sha512-nr2j+Qn68ocw/0mfj09Yg8AEEdjrrQYMnFAWi8wLpwe2FMdLr36OFalIEkrJnwpqQxDybfqw7l1GH2wJ98wUIw ==
25232541 dependencies :
2524- request "^2.88.0 "
2542+ request "^2.88.2 "
25252543
25262544node-modules-regexp@^1.0.0 :
25272545 version "1.0.0"
@@ -2942,6 +2960,32 @@ request@^2.88.0:
29422960 tunnel-agent "^0.6.0"
29432961 uuid "^3.3.2"
29442962
2963+ request@^2.88.2 :
2964+ version "2.88.2"
2965+ resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
2966+ integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
2967+ dependencies :
2968+ aws-sign2 "~0.7.0"
2969+ aws4 "^1.8.0"
2970+ caseless "~0.12.0"
2971+ combined-stream "~1.0.6"
2972+ extend "~3.0.2"
2973+ forever-agent "~0.6.1"
2974+ form-data "~2.3.2"
2975+ har-validator "~5.1.3"
2976+ http-signature "~1.2.0"
2977+ is-typedarray "~1.0.0"
2978+ isstream "~0.1.2"
2979+ json-stringify-safe "~5.0.1"
2980+ mime-types "~2.1.19"
2981+ oauth-sign "~0.9.0"
2982+ performance-now "^2.1.0"
2983+ qs "~6.5.2"
2984+ safe-buffer "^5.1.2"
2985+ tough-cookie "~2.5.0"
2986+ tunnel-agent "^0.6.0"
2987+ uuid "^3.3.2"
2988+
29452989require-directory@^2.1.1 :
29462990 version "2.1.1"
29472991 resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -3422,7 +3466,7 @@ to-regex@^3.0.1, to-regex@^3.0.2:
34223466 regex-not "^1.0.2"
34233467 safe-regex "^1.1.0"
34243468
3425- tough-cookie@^2.3.3 :
3469+ tough-cookie@^2.3.3, tough-cookie@~2.5.0 :
34263470 version "2.5.0"
34273471 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
34283472 integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
0 commit comments