|
|
@@ -7,6 +7,23 @@
|
|
|
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
|
|
|
integrity sha1-p41J9BpN7xjojOR8LKxhXVaUvwk=
|
|
|
|
|
|
+"@actions/github@^5.0.3":
|
|
|
+ version "5.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35"
|
|
|
+ integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==
|
|
|
+ dependencies:
|
|
|
+ "@actions/http-client" "^2.0.1"
|
|
|
+ "@octokit/core" "^3.6.0"
|
|
|
+ "@octokit/plugin-paginate-rest" "^2.17.0"
|
|
|
+ "@octokit/plugin-rest-endpoint-methods" "^5.13.0"
|
|
|
+
|
|
|
+"@actions/http-client@^2.0.1":
|
|
|
+ version "2.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
|
|
|
+ integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
|
|
|
+ dependencies:
|
|
|
+ tunnel "^0.0.6"
|
|
|
+
|
|
|
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
|
|
|
version "7.8.3"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
|
|
|
@@ -888,6 +905,13 @@
|
|
|
dependencies:
|
|
|
regenerator-runtime "^0.13.4"
|
|
|
|
|
|
+"@babel/runtime@^7.16.7", "@babel/runtime@^7.18.3":
|
|
|
+ version "7.18.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
|
|
|
+ integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
|
|
|
+ dependencies:
|
|
|
+ regenerator-runtime "^0.13.4"
|
|
|
+
|
|
|
"@babel/template@^7.8.3", "@babel/template@^7.8.6":
|
|
|
version "7.8.6"
|
|
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
|
|
@@ -1092,6 +1116,92 @@
|
|
|
mkdirp "^1.0.4"
|
|
|
rimraf "^3.0.2"
|
|
|
|
|
|
+"@octokit/auth-token@^2.4.4":
|
|
|
+ version "2.5.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36"
|
|
|
+ integrity sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/types" "^6.0.3"
|
|
|
+
|
|
|
+"@octokit/core@^3.6.0":
|
|
|
+ version "3.6.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
|
|
|
+ integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/auth-token" "^2.4.4"
|
|
|
+ "@octokit/graphql" "^4.5.8"
|
|
|
+ "@octokit/request" "^5.6.3"
|
|
|
+ "@octokit/request-error" "^2.0.5"
|
|
|
+ "@octokit/types" "^6.0.3"
|
|
|
+ before-after-hook "^2.2.0"
|
|
|
+ universal-user-agent "^6.0.0"
|
|
|
+
|
|
|
+"@octokit/endpoint@^6.0.1":
|
|
|
+ version "6.0.12"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-6.0.12.tgz#3b4d47a4b0e79b1027fb8d75d4221928b2d05658"
|
|
|
+ integrity sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/types" "^6.0.3"
|
|
|
+ is-plain-object "^5.0.0"
|
|
|
+ universal-user-agent "^6.0.0"
|
|
|
+
|
|
|
+"@octokit/graphql@^4.5.8":
|
|
|
+ version "4.8.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3"
|
|
|
+ integrity sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/request" "^5.6.0"
|
|
|
+ "@octokit/types" "^6.0.3"
|
|
|
+ universal-user-agent "^6.0.0"
|
|
|
+
|
|
|
+"@octokit/openapi-types@^12.4.0":
|
|
|
+ version "12.4.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.4.0.tgz#fd8bf5db72bd566c5ba2cb76754512a9ebe66e71"
|
|
|
+ integrity sha512-Npcb7Pv30b33U04jvcD7l75yLU0mxhuX2Xqrn51YyZ5WTkF04bpbxLaZ6GcaTqu03WZQHoO/Gbfp95NGRueDUA==
|
|
|
+
|
|
|
+"@octokit/plugin-paginate-rest@^2.17.0":
|
|
|
+ version "2.19.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.19.0.tgz#b52eae6ecacfa1f5583dc2cc0985cfbed3ca78b0"
|
|
|
+ integrity sha512-hQ4Qysg2hNmEMuZeJkvyzM4eSZiTifOKqYAMsW8FnxFKowhuwWICSgBQ9Gn9GpUmgKB7qaf1hFvMjYaTAg5jQA==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/types" "^6.36.0"
|
|
|
+
|
|
|
+"@octokit/plugin-rest-endpoint-methods@^5.13.0":
|
|
|
+ version "5.15.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.15.0.tgz#6c8251b55c33315a6e53e5b55654f72023ed5049"
|
|
|
+ integrity sha512-Gsw9+Xm56jVhfbJoy4pt6eOOyf8/3K6CAnx1Sl7U2GhZWcg8MR6YgXWnpfdF69S2ViMXLA7nfvTDAsZpFlkLRw==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/types" "^6.36.0"
|
|
|
+ deprecation "^2.3.1"
|
|
|
+
|
|
|
+"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
|
|
|
+ version "2.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677"
|
|
|
+ integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/types" "^6.0.3"
|
|
|
+ deprecation "^2.0.0"
|
|
|
+ once "^1.4.0"
|
|
|
+
|
|
|
+"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
|
|
|
+ version "5.6.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
|
|
|
+ integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/endpoint" "^6.0.1"
|
|
|
+ "@octokit/request-error" "^2.1.0"
|
|
|
+ "@octokit/types" "^6.16.1"
|
|
|
+ is-plain-object "^5.0.0"
|
|
|
+ node-fetch "^2.6.7"
|
|
|
+ universal-user-agent "^6.0.0"
|
|
|
+
|
|
|
+"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.36.0":
|
|
|
+ version "6.37.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.37.0.tgz#32eb78edb34cf5cea4ba5753ab8db75b776d617a"
|
|
|
+ integrity sha512-BXWQhFKRkjX4dVW5L2oYa0hzWOAqsEsujXsQLSdepPoDZfYdubrD1KDGpyNldGXtR8QM/WezDcxcIN1UKJMGPA==
|
|
|
+ dependencies:
|
|
|
+ "@octokit/openapi-types" "^12.4.0"
|
|
|
+
|
|
|
"@types/chrome@^0":
|
|
|
version "0.0.163"
|
|
|
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.163.tgz#6ff2fc9e8a160ea0655f6c62b4c2210757c42aab"
|
|
|
@@ -1166,12 +1276,12 @@
|
|
|
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
|
|
|
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
|
|
|
|
|
|
-"@violentmonkey/shortcut@^1.2.4":
|
|
|
- version "1.2.4"
|
|
|
- resolved "https://registry.yarnpkg.com/@violentmonkey/shortcut/-/shortcut-1.2.4.tgz#79ccc864c97fb5a41ee8ca8e6577d3f58ece657a"
|
|
|
- integrity sha512-+yIk0ncpidohABMdYozrLtWqjKAdTwj93lcUK3RFgsirzVVABQbZy5+SqlmOvFqeaLnf17RHqnycjCTWeTlmQA==
|
|
|
+"@violentmonkey/shortcut@^1.2.6":
|
|
|
+ version "1.2.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/@violentmonkey/shortcut/-/shortcut-1.2.6.tgz#75869254597cb3560eadf37886a12b1e963c68b1"
|
|
|
+ integrity sha512-hhmLZFEQUF3tw8ccZvrT2e9CPn0CN8L+2qZVP3n7SmPIYOQD8ai3uM5yYt+Fp9XcuCkQweLaMkoCJRWA8bHpXw==
|
|
|
dependencies:
|
|
|
- "@babel/runtime" "^7.13.10"
|
|
|
+ "@babel/runtime" "^7.16.7"
|
|
|
|
|
|
"@vue/component-compiler-utils@^3.1.0":
|
|
|
version "3.1.1"
|
|
|
@@ -1438,6 +1548,16 @@ alphanum-sort@^1.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
|
|
|
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
|
|
|
|
|
|
+amo-upload@^0.1.2:
|
|
|
+ version "0.1.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/amo-upload/-/amo-upload-0.1.2.tgz#95d8d579bb537f37faa49c081be6161967369aec"
|
|
|
+ integrity sha512-uWv2m/Jn12m0STOhNOP341w9KoAC2UwvVC+NdX4bP+6rx5fhsViqmLMSqRFaZd3I7FxGLZVYLgVvdK22DThlcQ==
|
|
|
+ dependencies:
|
|
|
+ "@babel/runtime" "^7.18.3"
|
|
|
+ commander "^9.3.0"
|
|
|
+ jsonwebtoken "^8.5.1"
|
|
|
+ node-fetch "^3.2.6"
|
|
|
+
|
|
|
ansi-colors@^1.0.1:
|
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.1.0.tgz#6374b4dd5d4718ff3ce27a671a3b1cad077132a9"
|
|
|
@@ -1533,11 +1653,6 @@ [email protected], ansi-wrap@^0.1.0:
|
|
|
resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf"
|
|
|
integrity sha1-qCJQ3bABXponyoLoLqYDu/pF768=
|
|
|
|
|
|
-any-promise@^1.0.0, any-promise@^1.1.0, any-promise@~1.3.0:
|
|
|
- version "1.3.0"
|
|
|
- resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
|
|
|
- integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
|
|
|
-
|
|
|
anymatch@^2.0.0:
|
|
|
version "2.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
|
|
|
@@ -1975,6 +2090,11 @@ bcrypt-pbkdf@^1.0.0:
|
|
|
dependencies:
|
|
|
tweetnacl "^0.14.3"
|
|
|
|
|
|
+before-after-hook@^2.2.0:
|
|
|
+ version "2.2.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
|
|
|
+ integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
|
|
|
+
|
|
|
bfj@^6.1.1:
|
|
|
version "6.1.2"
|
|
|
resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f"
|
|
|
@@ -2696,16 +2816,21 @@ commander@^4.1.0, commander@^4.1.1:
|
|
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
|
|
|
|
commander@^5.0.0:
|
|
|
- version "5.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/commander/-/commander-5.0.0.tgz#dbf1909b49e5044f8fdaf0adc809f0c0722bdfd0"
|
|
|
- integrity sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==
|
|
|
+ version "5.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
|
|
+ integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
|
|
+
|
|
|
+commander@^9.3.0:
|
|
|
+ version "9.3.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b"
|
|
|
+ integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
|
|
|
|
|
|
commander@~2.19.0:
|
|
|
version "2.19.0"
|
|
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
|
|
|
integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==
|
|
|
|
|
|
-[email protected], common-tags@^1.8.0:
|
|
|
+common-tags@^1.8.0:
|
|
|
version "1.8.0"
|
|
|
resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
|
|
|
integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==
|
|
|
@@ -2864,11 +2989,6 @@ core-js-pure@^3.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.6.4.tgz#4bf1ba866e25814f149d4e9aaa08c36173506e3a"
|
|
|
integrity sha512-epIhRLkXdgv32xIUFaaAry2wdxZYBi6bgM7cB136dzzXXa+dFyRLTZeLUJxnd8ShrmyVXBub63n2NHo2JAt8Cw==
|
|
|
|
|
|
[email protected]:
|
|
|
- version "3.6.5"
|
|
|
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
|
|
|
- integrity sha1-c5XcJzrzf7LlDpvT2f6EEoUjHRo=
|
|
|
-
|
|
|
core-js@^2.4.0:
|
|
|
version "2.6.11"
|
|
|
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
|
|
|
@@ -3220,6 +3340,11 @@ dashdash@^1.12.0:
|
|
|
dependencies:
|
|
|
assert-plus "^1.0.0"
|
|
|
|
|
|
+data-uri-to-buffer@^4.0.0:
|
|
|
+ version "4.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz#b5db46aea50f6176428ac05b73be39a57701a64b"
|
|
|
+ integrity sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==
|
|
|
+
|
|
|
data-urls@^2.0.0:
|
|
|
version "2.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
|
|
|
@@ -3306,13 +3431,6 @@ deep-is@~0.1.3:
|
|
|
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
|
|
|
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
|
|
|
|
|
|
[email protected]:
|
|
|
- version "2.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/deepcopy/-/deepcopy-2.1.0.tgz#2deb0dd52d079c2ecb7924b640a7c3abd4db1d6d"
|
|
|
- integrity sha1-LesN1S0HnC7LeSS2QKfDq9TbHW0=
|
|
|
- dependencies:
|
|
|
- type-detect "^4.0.8"
|
|
|
-
|
|
|
[email protected]:
|
|
|
version "1.3.2"
|
|
|
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-1.3.2.tgz#1663691629d4dbfe364fa12a2a4f0aa86aa3a050"
|
|
|
@@ -3414,6 +3532,11 @@ depd@~1.1.2:
|
|
|
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
|
|
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
|
|
|
|
|
+deprecation@^2.0.0, deprecation@^2.3.1:
|
|
|
+ version "2.3.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919"
|
|
|
+ integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==
|
|
|
+
|
|
|
des.js@^1.0.0:
|
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
|
|
|
@@ -3678,7 +3801,7 @@ encodeurl@~1.0.2:
|
|
|
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
|
|
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
|
|
|
|
|
|
-end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1, end-of-stream@~1.4.1:
|
|
|
+end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
|
|
version "1.4.4"
|
|
|
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
|
|
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
|
|
@@ -3789,11 +3912,6 @@ es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50:
|
|
|
es6-symbol "~3.1.3"
|
|
|
next-tick "~1.0.0"
|
|
|
|
|
|
[email protected]:
|
|
|
- version "4.1.1"
|
|
|
- resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
|
|
|
- integrity sha1-njr0B0Wd7tR+mpH5uIWoTrBcVh0=
|
|
|
-
|
|
|
es6-iterator@^2.0.1, es6-iterator@^2.0.3, es6-iterator@~2.0.3:
|
|
|
version "2.0.3"
|
|
|
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
|
|
|
@@ -3803,11 +3921,6 @@ es6-iterator@^2.0.1, es6-iterator@^2.0.3, es6-iterator@~2.0.3:
|
|
|
es5-ext "^0.10.35"
|
|
|
es6-symbol "^3.1.1"
|
|
|
|
|
|
[email protected]:
|
|
|
- version "6.1.1"
|
|
|
- resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.1.1.tgz#46837651b7b06bf6fff893d03f29393668d01621"
|
|
|
- integrity sha1-RoN2Ubewa/b/+JPQPyk5NmjQFiE=
|
|
|
-
|
|
|
es6-symbol@^3.1.1, es6-symbol@~3.1.3:
|
|
|
version "3.1.3"
|
|
|
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
|
|
|
@@ -4300,6 +4413,14 @@ faye-websocket@~0.11.1:
|
|
|
dependencies:
|
|
|
websocket-driver ">=0.5.1"
|
|
|
|
|
|
+fetch-blob@^3.1.2, fetch-blob@^3.1.4:
|
|
|
+ version "3.1.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.5.tgz#0077bf5f3fcdbd9d75a0b5362f77dbb743489863"
|
|
|
+ integrity sha512-N64ZpKqoLejlrwkIAnb9iLSA3Vx/kjgzpcDhygcqJ2KKjky8nCgUQ+dzXtbrLaWZGZNmNfQTsiQ0weZ1svglHg==
|
|
|
+ dependencies:
|
|
|
+ node-domexception "^1.0.0"
|
|
|
+ web-streams-polyfill "^3.0.3"
|
|
|
+
|
|
|
figgy-pudding@^3.5.1:
|
|
|
version "3.5.1"
|
|
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
|
|
|
@@ -4538,6 +4659,13 @@ form-data@~2.3.2:
|
|
|
combined-stream "^1.0.6"
|
|
|
mime-types "^2.1.12"
|
|
|
|
|
|
+formdata-polyfill@^4.0.10:
|
|
|
+ version "4.0.10"
|
|
|
+ resolved "https://registry.yarnpkg.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
|
|
|
+ integrity sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==
|
|
|
+ dependencies:
|
|
|
+ fetch-blob "^3.1.2"
|
|
|
+
|
|
|
forwarded@~0.1.2:
|
|
|
version "0.1.2"
|
|
|
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
|
|
|
@@ -5687,6 +5815,11 @@ is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
|
|
dependencies:
|
|
|
isobject "^3.0.1"
|
|
|
|
|
|
+is-plain-object@^5.0.0:
|
|
|
+ version "5.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
|
|
|
+ integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
|
|
|
+
|
|
|
is-potential-custom-element-name@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz#0c52e54bcca391bb2c494b21e8626d7336c6e397"
|
|
|
@@ -5961,7 +6094,7 @@ jsonify@~0.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
|
|
|
integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
|
|
|
|
|
|
[email protected]:
|
|
|
+jsonwebtoken@^8.5.1:
|
|
|
version "8.5.1"
|
|
|
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
|
|
|
integrity sha1-AOceC431TCEhofJhN98igGc7zA0=
|
|
|
@@ -6745,15 +6878,6 @@ [email protected]:
|
|
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
|
|
|
|
[email protected]:
|
|
|
- version "2.7.0"
|
|
|
- resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
|
|
|
- integrity sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=
|
|
|
- dependencies:
|
|
|
- any-promise "^1.0.0"
|
|
|
- object-assign "^4.0.1"
|
|
|
- thenify-all "^1.0.0"
|
|
|
-
|
|
|
nan@^2.12.1:
|
|
|
version "2.14.0"
|
|
|
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
|
|
|
@@ -6833,6 +6957,27 @@ node-addon-api@^3.0.2:
|
|
|
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.0.2.tgz#04bc7b83fd845ba785bb6eae25bc857e1ef75681"
|
|
|
integrity sha512-+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg==
|
|
|
|
|
|
+node-domexception@^1.0.0:
|
|
|
+ version "1.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
|
|
|
+ integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
|
|
|
+
|
|
|
+node-fetch@^2.6.7:
|
|
|
+ version "2.6.7"
|
|
|
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
|
|
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
|
|
+ dependencies:
|
|
|
+ whatwg-url "^5.0.0"
|
|
|
+
|
|
|
+node-fetch@^3.2.6:
|
|
|
+ version "3.2.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.6.tgz#6d4627181697a9d9674aae0d61548e0d629b31b9"
|
|
|
+ integrity sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw==
|
|
|
+ dependencies:
|
|
|
+ data-uri-to-buffer "^4.0.0"
|
|
|
+ fetch-blob "^3.1.4"
|
|
|
+ formdata-polyfill "^4.0.10"
|
|
|
+
|
|
|
[email protected]:
|
|
|
version "0.9.0"
|
|
|
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579"
|
|
|
@@ -8987,7 +9132,7 @@ request-promise-native@^1.0.8:
|
|
|
stealthy-require "^1.1.1"
|
|
|
tough-cookie "^2.3.3"
|
|
|
|
|
|
-[email protected], request@^2.88.2:
|
|
|
+request@^2.88.2:
|
|
|
version "2.88.2"
|
|
|
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
|
|
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
|
|
@@ -9457,22 +9602,6 @@ side-channel@^1.0.2:
|
|
|
es-abstract "^1.17.0-next.1"
|
|
|
object-inspect "^1.7.0"
|
|
|
|
|
|
-sign-addon@^3.1.0:
|
|
|
- version "3.1.0"
|
|
|
- resolved "https://registry.yarnpkg.com/sign-addon/-/sign-addon-3.1.0.tgz#3dd6cd1bf6359f08e16b8e05927c4af8530247b9"
|
|
|
- integrity sha1-PdbNG/Y1nwjha44FknxK+FMCR7k=
|
|
|
- dependencies:
|
|
|
- common-tags "1.8.0"
|
|
|
- core-js "3.6.5"
|
|
|
- deepcopy "2.1.0"
|
|
|
- es6-error "4.1.1"
|
|
|
- es6-promisify "6.1.1"
|
|
|
- jsonwebtoken "8.5.1"
|
|
|
- mz "2.7.0"
|
|
|
- request "2.88.2"
|
|
|
- source-map-support "0.5.19"
|
|
|
- stream-to-promise "3.0.0"
|
|
|
-
|
|
|
signal-exit@^3.0.0, signal-exit@^3.0.2:
|
|
|
version "3.0.2"
|
|
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
|
|
@@ -9595,14 +9724,6 @@ source-map-resolve@^0.5.0:
|
|
|
source-map-url "^0.4.0"
|
|
|
urix "^0.1.0"
|
|
|
|
|
|
[email protected]:
|
|
|
- version "0.5.19"
|
|
|
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|
|
|
- integrity sha1-qYti+G3K9PZzmWSMCFKRq56P7WE=
|
|
|
- dependencies:
|
|
|
- buffer-from "^1.0.0"
|
|
|
- source-map "^0.6.0"
|
|
|
-
|
|
|
source-map-support@^0.5.16, source-map-support@~0.5.12:
|
|
|
version "0.5.16"
|
|
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
|
|
|
@@ -9811,22 +9932,6 @@ stream-shift@^1.0.0:
|
|
|
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
|
|
|
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
|
|
|
|
|
|
-stream-to-array@~2.3.0:
|
|
|
- version "2.3.0"
|
|
|
- resolved "https://registry.yarnpkg.com/stream-to-array/-/stream-to-array-2.3.0.tgz#bbf6b39f5f43ec30bc71babcb37557acecf34353"
|
|
|
- integrity sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M=
|
|
|
- dependencies:
|
|
|
- any-promise "^1.1.0"
|
|
|
-
|
|
|
[email protected]:
|
|
|
- version "3.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/stream-to-promise/-/stream-to-promise-3.0.0.tgz#8934d66dcbc9189394e8b33200da3bb9611db774"
|
|
|
- integrity sha1-iTTWbcvJGJOU6LMyANo7uWEdt3Q=
|
|
|
- dependencies:
|
|
|
- any-promise "~1.3.0"
|
|
|
- end-of-stream "~1.4.1"
|
|
|
- stream-to-array "~2.3.0"
|
|
|
-
|
|
|
strict-uri-encode@^1.0.0:
|
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
|
|
|
@@ -10302,20 +10407,6 @@ text-table@^0.2.0:
|
|
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
|
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
|
|
|
|
|
-thenify-all@^1.0.0:
|
|
|
- version "1.6.0"
|
|
|
- resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
|
|
|
- integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
|
|
|
- dependencies:
|
|
|
- thenify ">= 3.1.0 < 4"
|
|
|
-
|
|
|
-"thenify@>= 3.1.0 < 4":
|
|
|
- version "3.3.1"
|
|
|
- resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f"
|
|
|
- integrity sha1-iTLmhqQGYDigFt2eLKRq3Zg4qV8=
|
|
|
- dependencies:
|
|
|
- any-promise "^1.0.0"
|
|
|
-
|
|
|
through2-filter@^3.0.0:
|
|
|
version "3.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.0.0.tgz#700e786df2367c2c88cd8aa5be4cf9c1e7831254"
|
|
|
@@ -10471,6 +10562,11 @@ tr46@^2.0.0:
|
|
|
dependencies:
|
|
|
punycode "^2.1.1"
|
|
|
|
|
|
+tr46@~0.0.3:
|
|
|
+ version "0.0.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
|
+ integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
|
+
|
|
|
traverse@^0.6.6:
|
|
|
version "0.6.6"
|
|
|
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
|
|
|
@@ -10503,6 +10599,11 @@ tunnel-agent@^0.6.0:
|
|
|
dependencies:
|
|
|
safe-buffer "^5.0.1"
|
|
|
|
|
|
+tunnel@^0.0.6:
|
|
|
+ version "0.0.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
|
|
|
+ integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
|
|
|
+
|
|
|
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
|
|
version "0.14.5"
|
|
|
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
|
|
|
@@ -10515,11 +10616,6 @@ type-check@~0.3.2:
|
|
|
dependencies:
|
|
|
prelude-ls "~1.1.2"
|
|
|
|
|
|
-type-detect@^4.0.8:
|
|
|
- version "4.0.8"
|
|
|
- resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
|
|
|
- integrity sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw=
|
|
|
-
|
|
|
type-fest@^0.11.0:
|
|
|
version "0.11.0"
|
|
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
|
|
|
@@ -10656,6 +10752,11 @@ unique-stream@^2.0.2:
|
|
|
json-stable-stringify-without-jsonify "^1.0.1"
|
|
|
through2-filter "^3.0.0"
|
|
|
|
|
|
+universal-user-agent@^6.0.0:
|
|
|
+ version "6.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
|
|
|
+ integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
|
|
|
+
|
|
|
universalify@^0.1.0:
|
|
|
version "0.1.2"
|
|
|
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
|
|
|
@@ -10991,6 +11092,16 @@ wbuf@^1.1.0, wbuf@^1.7.3:
|
|
|
dependencies:
|
|
|
minimalistic-assert "^1.0.0"
|
|
|
|
|
|
+web-streams-polyfill@^3.0.3:
|
|
|
+ version "3.2.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
|
|
|
+ integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==
|
|
|
+
|
|
|
+webidl-conversions@^3.0.0:
|
|
|
+ version "3.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
|
|
|
+ integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
|
|
|
+
|
|
|
webidl-conversions@^5.0.0:
|
|
|
version "5.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
|
|
|
@@ -11153,6 +11264,14 @@ whatwg-mimetype@^2.3.0:
|
|
|
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
|
|
|
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
|
|
|
|
|
|
+whatwg-url@^5.0.0:
|
|
|
+ version "5.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
|
|
|
+ integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
|
|
|
+ dependencies:
|
|
|
+ tr46 "~0.0.3"
|
|
|
+ webidl-conversions "^3.0.0"
|
|
|
+
|
|
|
whatwg-url@^8.0.0:
|
|
|
version "8.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.0.0.tgz#37f256cb746398e19b107bd6ef820b4ae2d15871"
|