|
1157 | 1157 | lodash "^4.17.13"
|
1158 | 1158 | to-fast-properties "^2.0.0"
|
1159 | 1159 |
|
1160 |
| -"@brunolemos/devhub-core@0.100.1-2": |
1161 |
| - version "0.100.1-2" |
1162 |
| - resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.1-2.tgz#ec7be092eb82ddfdddc20792725b1fff5b3ed308" |
1163 |
| - integrity sha512-ZcQyhLePNOmWGhF9dAtR9zl5PxVNPB1S4nmaoll4ZzLyAWgGhaGwVqB2ew1mZqqM22H0I7R4a4SUOkOFCfTMAg== |
| 1160 | +"@brunolemos/devhub-core@0.100.2": |
| 1161 | + version "0.100.2" |
| 1162 | + resolved "https://registry.npmjs.org/@brunolemos/devhub-core/-/devhub-core-0.100.2.tgz#7cf71f575cd66771d65f90128072c231d9dafd2e" |
| 1163 | + integrity sha512-eP8+vIADRQja6dQsPW7YYAqif7+oTWAyX/QnmGKDdBw+T4hmuK13H09idFUWmqFpdeDvGvCidacYWec4prdANw== |
1164 | 1164 | dependencies:
|
1165 |
| - "@octokit/rest" "16.20.0" |
| 1165 | + "@octokit/rest" "16.43.1" |
1166 | 1166 | axios "0.19.0"
|
1167 | 1167 | gravatar "1.8.0"
|
1168 | 1168 | immer "4.0.1"
|
|
1196 | 1196 | reflect-metadata "^0.1.12"
|
1197 | 1197 | tslib "^1.8.1"
|
1198 | 1198 |
|
1199 |
| -"@octokit/endpoint@^3.2.0": |
1200 |
| - version "3.2.3" |
1201 |
| - resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-3.2.3.tgz#bd9aea60cd94ce336656b57a5c9cb7f10be8f4f3" |
1202 |
| - integrity sha512-yUPCt4vMIOclox13CUxzuKiPJIFo46b/6GhUnUTw5QySczN1L0DtSxgmIZrZV4SAb9EyAqrceoyrWoYVnfF2AA== |
| 1199 | +"@octokit/auth-token@^2.4.0": |
| 1200 | + version "2.4.0" |
| 1201 | + resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz#b64178975218b99e4dfe948253f0673cbbb59d9f" |
| 1202 | + integrity sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg== |
1203 | 1203 | dependencies:
|
1204 |
| - deepmerge "3.2.0" |
1205 |
| - is-plain-object "^2.0.4" |
1206 |
| - universal-user-agent "^2.0.1" |
1207 |
| - url-template "^2.0.8" |
| 1204 | + "@octokit/types" "^2.0.0" |
1208 | 1205 |
|
1209 |
| -"@octokit/request@2.4.2": |
1210 |
| - version "2.4.2" |
1211 |
| - resolved "https://registry.npmjs.org/@octokit/request/-/request-2.4.2.tgz#87c36e820dd1e43b1629f4f35c95b00cd456320b" |
1212 |
| - integrity sha512-lxVlYYvwGbKSHXfbPk5vxEA8w4zHOH1wobado4a9EfsyD3Cbhuhus1w0Ye9Ro0eMubGO8kNy5d+xNFisM3Tvaw== |
| 1206 | +"@octokit/endpoint@^5.5.0": |
| 1207 | + version "5.5.2" |
| 1208 | + resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.2.tgz#ed19d01fe85ac58bc2b774661658f9e5429b8164" |
| 1209 | + integrity sha512-ICDcRA0C2vtTZZGud1nXRrBLXZqFayodXAKZfo3dkdcLNqcHsgaz3YSTupbURusYeucSVRjjG+RTcQhx6HPPcg== |
1213 | 1210 | dependencies:
|
1214 |
| - "@octokit/endpoint" "^3.2.0" |
1215 |
| - deprecation "^1.0.1" |
1216 |
| - is-plain-object "^2.0.4" |
1217 |
| - node-fetch "^2.3.0" |
1218 |
| - once "^1.4.0" |
1219 |
| - universal-user-agent "^2.0.1" |
| 1211 | + "@octokit/types" "^2.0.0" |
| 1212 | + is-plain-object "^3.0.0" |
| 1213 | + universal-user-agent "^4.0.0" |
| 1214 | + |
| 1215 | +"@octokit/plugin-paginate-rest@^1.1.1": |
| 1216 | + version "1.1.2" |
| 1217 | + resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc" |
| 1218 | + integrity sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q== |
| 1219 | + dependencies: |
| 1220 | + "@octokit/types" "^2.0.1" |
| 1221 | + |
| 1222 | +"@octokit/plugin-request-log@^1.0.0": |
| 1223 | + version "1.0.0" |
| 1224 | + resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e" |
| 1225 | + integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw== |
1220 | 1226 |
|
1221 |
| -"@octokit/rest@16.20.0": |
1222 |
| - version "16.20.0" |
1223 |
| - resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.20.0.tgz#54462b6e540b5d40063850d370ce8e084cf127d6" |
1224 |
| - integrity sha512-tN5j64P6QymlMzKo94DG1LRNHCwMnLg5poZlVhsCfkHhEWKpofZ1qBDr2/0w6qDLav4EA1XXMmZdNpvGhc9BDQ== |
| 1227 | +"@octokit/plugin-rest-endpoint-methods@2.4.0": |
| 1228 | + version "2.4.0" |
| 1229 | + resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz#3288ecf5481f68c494dd0602fc15407a59faf61e" |
| 1230 | + integrity sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ== |
| 1231 | + dependencies: |
| 1232 | + "@octokit/types" "^2.0.1" |
| 1233 | + deprecation "^2.3.1" |
| 1234 | + |
| 1235 | +"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2": |
| 1236 | + version "1.2.1" |
| 1237 | + resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz#ede0714c773f32347576c25649dc013ae6b31801" |
| 1238 | + integrity sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA== |
1225 | 1239 | dependencies:
|
1226 |
| - "@octokit/request" "2.4.2" |
1227 |
| - before-after-hook "^1.4.0" |
| 1240 | + "@octokit/types" "^2.0.0" |
| 1241 | + deprecation "^2.0.0" |
| 1242 | + once "^1.4.0" |
| 1243 | + |
| 1244 | +"@octokit/request@^5.2.0": |
| 1245 | + version "5.3.1" |
| 1246 | + resolved "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz#3a1ace45e6f88b1be4749c5da963b3a3b4a2f120" |
| 1247 | + integrity sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg== |
| 1248 | + dependencies: |
| 1249 | + "@octokit/endpoint" "^5.5.0" |
| 1250 | + "@octokit/request-error" "^1.0.1" |
| 1251 | + "@octokit/types" "^2.0.0" |
| 1252 | + deprecation "^2.0.0" |
| 1253 | + is-plain-object "^3.0.0" |
| 1254 | + node-fetch "^2.3.0" |
| 1255 | + once "^1.4.0" |
| 1256 | + universal-user-agent "^4.0.0" |
| 1257 | + |
| 1258 | +"@octokit/rest@16.43.1": |
| 1259 | + version "16.43.1" |
| 1260 | + resolved "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b" |
| 1261 | + integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw== |
| 1262 | + dependencies: |
| 1263 | + "@octokit/auth-token" "^2.4.0" |
| 1264 | + "@octokit/plugin-paginate-rest" "^1.1.1" |
| 1265 | + "@octokit/plugin-request-log" "^1.0.0" |
| 1266 | + "@octokit/plugin-rest-endpoint-methods" "2.4.0" |
| 1267 | + "@octokit/request" "^5.2.0" |
| 1268 | + "@octokit/request-error" "^1.0.2" |
| 1269 | + atob-lite "^2.0.0" |
| 1270 | + before-after-hook "^2.0.0" |
1228 | 1271 | btoa-lite "^1.0.0"
|
1229 |
| - deprecation "^1.0.1" |
| 1272 | + deprecation "^2.0.0" |
1230 | 1273 | lodash.get "^4.4.2"
|
1231 | 1274 | lodash.set "^4.3.2"
|
1232 | 1275 | lodash.uniq "^4.5.0"
|
1233 | 1276 | octokit-pagination-methods "^1.1.0"
|
1234 | 1277 | once "^1.4.0"
|
1235 |
| - universal-user-agent "^2.0.0" |
1236 |
| - url-template "^2.0.8" |
| 1278 | + universal-user-agent "^4.0.0" |
| 1279 | + |
| 1280 | +"@octokit/types@^2.0.0", "@octokit/types@^2.0.1": |
| 1281 | + version "2.1.1" |
| 1282 | + resolved "https://registry.npmjs.org/@octokit/types/-/types-2.1.1.tgz#77e80d1b663c5f1f829e5377b728fa3c4fe5a97d" |
| 1283 | + integrity sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ== |
| 1284 | + dependencies: |
| 1285 | + "@types/node" ">= 8" |
1237 | 1286 |
|
1238 | 1287 | "@types/classnames@2.2.9":
|
1239 | 1288 | version "2.2.9"
|
|
1250 | 1299 | resolved "https://registry.npmjs.org/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
|
1251 | 1300 | integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
|
1252 | 1301 |
|
| 1302 | +"@types/node@>= 8": |
| 1303 | + version "13.7.0" |
| 1304 | + resolved "https://registry.npmjs.org/@types/node/-/node-13.7.0.tgz#b417deda18cf8400f278733499ad5547ed1abec4" |
| 1305 | + integrity sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ== |
| 1306 | + |
1253 | 1307 | "@types/prop-types@*":
|
1254 | 1308 | version "15.7.3"
|
1255 | 1309 | resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
|
@@ -1672,6 +1726,11 @@ async-sema@3.0.0:
|
1672 | 1726 | resolved "https://registry.npmjs.org/async-sema/-/async-sema-3.0.0.tgz#9e22d6783f0ab66a1cf330e21a905e39b3b3a975"
|
1673 | 1727 | integrity sha512-zyCMBDl4m71feawrxYcVbHxv/UUkqm4nKJiLu3+l9lfiQha6jQ/9dxhrXLnzzBXVFqCTDwiUkZOz9XFbdEGQsg==
|
1674 | 1728 |
|
| 1729 | +atob-lite@^2.0.0: |
| 1730 | + version "2.0.0" |
| 1731 | + resolved "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" |
| 1732 | + integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY= |
| 1733 | + |
1675 | 1734 | atob@^2.1.1:
|
1676 | 1735 | version "2.1.2"
|
1677 | 1736 | resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
|
@@ -1804,10 +1863,10 @@ base@^0.11.1:
|
1804 | 1863 | mixin-deep "^1.2.0"
|
1805 | 1864 | pascalcase "^0.1.1"
|
1806 | 1865 |
|
1807 |
| -before-after-hook@^1.4.0: |
1808 |
| - version "1.4.0" |
1809 |
| - resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-1.4.0.tgz#2b6bf23dca4f32e628fd2747c10a37c74a4b484d" |
1810 |
| - integrity sha512-l5r9ir56nda3qu14nAXIlyq1MmUSs0meCIaFAh8HwkFwP1F8eToOuS3ah2VAHHcY04jaYD7FpJC5JTXHYRbkzg== |
| 1866 | +before-after-hook@^2.0.0: |
| 1867 | + version "2.1.0" |
| 1868 | + resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635" |
| 1869 | + integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A== |
1811 | 1870 |
|
1812 | 1871 | big.js@^5.2.2:
|
1813 | 1872 | version "5.2.2"
|
@@ -2635,11 +2694,6 @@ deep-extend@^0.6.0:
|
2635 | 2694 | resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
2636 | 2695 | integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
2637 | 2696 |
|
2638 |
| -deepmerge@3.2.0: |
2639 |
| - version "3.2.0" |
2640 |
| - resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e" |
2641 |
| - integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow== |
2642 |
| - |
2643 | 2697 | defaults@^1.0.3:
|
2644 | 2698 | version "1.0.3"
|
2645 | 2699 | resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
|
@@ -2698,10 +2752,10 @@ depd@~1.1.2:
|
2698 | 2752 | resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
|
2699 | 2753 | integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
|
2700 | 2754 |
|
2701 |
| -deprecation@^1.0.1: |
2702 |
| - version "1.0.1" |
2703 |
| - resolved "https://registry.npmjs.org/deprecation/-/deprecation-1.0.1.tgz#2df79b79005752180816b7b6e079cbd80490d711" |
2704 |
| - integrity sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg== |
| 2755 | +deprecation@^2.0.0, deprecation@^2.3.1: |
| 2756 | + version "2.3.1" |
| 2757 | + resolved "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz#6368cbdb40abf3373b525ac87e4a260c3a700919" |
| 2758 | + integrity sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== |
2705 | 2759 |
|
2706 | 2760 | des.js@^1.0.0:
|
2707 | 2761 | version "1.0.0"
|
@@ -3748,6 +3802,13 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
3748 | 3802 | dependencies:
|
3749 | 3803 | isobject "^3.0.1"
|
3750 | 3804 |
|
| 3805 | +is-plain-object@^3.0.0: |
| 3806 | + version "3.0.0" |
| 3807 | + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz#47bfc5da1b5d50d64110806c199359482e75a928" |
| 3808 | + integrity sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg== |
| 3809 | + dependencies: |
| 3810 | + isobject "^4.0.0" |
| 3811 | + |
3751 | 3812 | is-stream@^1.1.0:
|
3752 | 3813 | version "1.1.0"
|
3753 | 3814 | resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
@@ -3800,6 +3861,11 @@ isobject@^3.0.0, isobject@^3.0.1:
|
3800 | 3861 | resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
|
3801 | 3862 | integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
|
3802 | 3863 |
|
| 3864 | +isobject@^4.0.0: |
| 3865 | + version "4.0.0" |
| 3866 | + resolved "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0" |
| 3867 | + integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA== |
| 3868 | + |
3803 | 3869 | isomorphic-unfetch@3.0.0:
|
3804 | 3870 | version "3.0.0"
|
3805 | 3871 | resolved "https://registry.npmjs.org/isomorphic-unfetch/-/isomorphic-unfetch-3.0.0.tgz#de6d80abde487b17de2c400a7ef9e5ecc2efb362"
|
@@ -4745,7 +4811,7 @@ os-locale@^2.0.0:
|
4745 | 4811 | lcid "^1.0.0"
|
4746 | 4812 | mem "^1.1.0"
|
4747 | 4813 |
|
4748 |
| -os-name@^3.0.0: |
| 4814 | +os-name@^3.1.0: |
4749 | 4815 | version "3.1.0"
|
4750 | 4816 | resolved "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz#dec19d966296e1cd62d701a5a66ee1ddeae70801"
|
4751 | 4817 | integrity sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==
|
@@ -6712,12 +6778,12 @@ unique-slug@^2.0.0:
|
6712 | 6778 | dependencies:
|
6713 | 6779 | imurmurhash "^0.1.4"
|
6714 | 6780 |
|
6715 |
| -universal-user-agent@^2.0.0, universal-user-agent@^2.0.1: |
6716 |
| - version "2.1.0" |
6717 |
| - resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.1.0.tgz#5abfbcc036a1ba490cb941f8fd68c46d3669e8e4" |
6718 |
| - integrity sha512-8itiX7G05Tu3mGDTdNY2fB4KJ8MgZLS54RdG6PkkfwMAavrXu1mV/lls/GABx9O3Rw4PnTtasxrvbMQoBYY92Q== |
| 6781 | +universal-user-agent@^4.0.0: |
| 6782 | + version "4.0.0" |
| 6783 | + resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16" |
| 6784 | + integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA== |
6719 | 6785 | dependencies:
|
6720 |
| - os-name "^3.0.0" |
| 6786 | + os-name "^3.1.0" |
6721 | 6787 |
|
6722 | 6788 | universalify@^0.1.0:
|
6723 | 6789 | version "0.1.2"
|
@@ -6759,11 +6825,6 @@ url-polyfill@1.1.7:
|
6759 | 6825 | resolved "https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.7.tgz#402ee84360eb549bbeb585f4c7971e79a31de9e3"
|
6760 | 6826 | integrity sha512-ZrAxYWCREjmMtL8gSbSiKKLZZticgihCvVBtrFbUVpyoETt8GQJeG2okMWA8XryDAaHMjJfhnc+rnhXRbI4DXA==
|
6761 | 6827 |
|
6762 |
| -url-template@^2.0.8: |
6763 |
| - version "2.0.8" |
6764 |
| - resolved "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21" |
6765 |
| - integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE= |
6766 |
| - |
6767 | 6828 | url@0.11.0, url@^0.11.0:
|
6768 | 6829 | version "0.11.0"
|
6769 | 6830 | resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
|
|
0 commit comments