|
1273 | 1273 | "@nodelib/fs.scandir" "2.1.5"
|
1274 | 1274 | fastq "^1.6.0"
|
1275 | 1275 |
|
1276 |
| -"@octokit/auth-app@3.6.1": |
1277 |
| - version "3.6.1" |
1278 |
| - resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-3.6.1.tgz#aa5b02cc211175cbc28ce6c03c73373c1206d632" |
1279 |
| - integrity sha512-6oa6CFphIYI7NxxHrdVOzhG7hkcKyGyYocg7lNDSJVauVOLtylg8hNJzoUyPAYKKK0yUeoZamE/lMs2tG+S+JA== |
1280 |
| - dependencies: |
1281 |
| - "@octokit/auth-oauth-app" "^4.3.0" |
1282 |
| - "@octokit/auth-oauth-user" "^1.2.3" |
1283 |
| - "@octokit/request" "^5.6.0" |
1284 |
| - "@octokit/request-error" "^2.1.0" |
| 1276 | +"@octokit/auth-app@4.0.4": |
| 1277 | + version "4.0.4" |
| 1278 | + resolved "https://registry.yarnpkg.com/@octokit/auth-app/-/auth-app-4.0.4.tgz#e774da352e7c9d0648d5d0fdf0fb75cd6a16c2af" |
| 1279 | + integrity sha512-s3MK7M9e8TD/ih8lCBTrdZ74XPHMtHV7aycCKNBRQ2QJPdMwqx0mVbmLOIuW4dCwMX7K243+JAvf52tryFHRdQ== |
| 1280 | + dependencies: |
| 1281 | + "@octokit/auth-oauth-app" "^5.0.0" |
| 1282 | + "@octokit/auth-oauth-user" "^2.0.0" |
| 1283 | + "@octokit/request" "^6.0.0" |
| 1284 | + "@octokit/request-error" "^3.0.0" |
1285 | 1285 | "@octokit/types" "^6.0.3"
|
1286 | 1286 | "@types/lru-cache" "^5.1.0"
|
1287 | 1287 | deprecation "^2.3.1"
|
1288 | 1288 | lru-cache "^6.0.0"
|
1289 | 1289 | universal-github-app-jwt "^1.0.1"
|
1290 | 1290 | universal-user-agent "^6.0.0"
|
1291 | 1291 |
|
1292 |
| -"@octokit/auth-oauth-app@^4.3.0": |
1293 |
| - version "4.3.0" |
1294 |
| - resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-app/-/auth-oauth-app-4.3.0.tgz#de02f184360ffd7cfccef861053784fc4410e7ea" |
1295 |
| - integrity sha512-cETmhmOQRHCz6cLP7StThlJROff3A/ln67Q961GuIr9zvyFXZ4lIJy9RE6Uw5O7D8IXWPU3jhDnG47FTSGQr8Q== |
| 1292 | +"@octokit/auth-oauth-app@^5.0.0": |
| 1293 | + version "5.0.1" |
| 1294 | + resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-app/-/auth-oauth-app-5.0.1.tgz#294b5edd780d2fca296ade2aa21feba7690c2ac7" |
| 1295 | + integrity sha512-SGQKQGWe60kucMLCzbwc4MIohB78YawbYgGegosapDg2GxwuEVCujJccArzgn3wO+pB4aflUjFWPjkECVR2fEQ== |
1296 | 1296 | dependencies:
|
1297 |
| - "@octokit/auth-oauth-device" "^3.1.1" |
1298 |
| - "@octokit/auth-oauth-user" "^1.2.1" |
1299 |
| - "@octokit/request" "^5.3.0" |
| 1297 | + "@octokit/auth-oauth-device" "^4.0.0" |
| 1298 | + "@octokit/auth-oauth-user" "^2.0.0" |
| 1299 | + "@octokit/request" "^5.6.3" |
1300 | 1300 | "@octokit/types" "^6.0.3"
|
1301 | 1301 | "@types/btoa-lite" "^1.0.0"
|
1302 | 1302 | btoa-lite "^1.0.0"
|
1303 | 1303 | universal-user-agent "^6.0.0"
|
1304 | 1304 |
|
1305 |
| -"@octokit/auth-oauth-device@^3.1.1": |
1306 |
| - version "3.1.2" |
1307 |
| - resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-device/-/auth-oauth-device-3.1.2.tgz#d299f51f491669f37fe7af8738f5ac921e63973c" |
1308 |
| - integrity sha512-w7Po4Ck6N2aAn2VQyKLuojruiyKROTBv4qs6IwE5rbwF7HhBXXp4A/NKmkpoFIZkiXQtM+N8QtkSck4ApYWdGg== |
| 1305 | +"@octokit/auth-oauth-device@^4.0.0": |
| 1306 | + version "4.0.0" |
| 1307 | + resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-device/-/auth-oauth-device-4.0.0.tgz#f7527ec82d89813ee4a764d84ad1be69ee970cc3" |
| 1308 | + integrity sha512-2bXBuF5DOnYD19wDafZNrnrNvLg7xNvDNAf3ELHlO/7/7x3BBhKna4dCvpJ4pfI6OYMja08Tt0D4XJ4sxK+YBA== |
1309 | 1309 | dependencies:
|
1310 |
| - "@octokit/oauth-methods" "^1.1.0" |
1311 |
| - "@octokit/request" "^5.4.14" |
| 1310 | + "@octokit/oauth-methods" "^2.0.0" |
| 1311 | + "@octokit/request" "^6.0.0" |
1312 | 1312 | "@octokit/types" "^6.10.0"
|
1313 | 1313 | universal-user-agent "^6.0.0"
|
1314 | 1314 |
|
1315 |
| -"@octokit/auth-oauth-user@^1.2.1", "@octokit/auth-oauth-user@^1.2.3": |
1316 |
| - version "1.3.0" |
1317 |
| - resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-user/-/auth-oauth-user-1.3.0.tgz#da4e4529145181a6aa717ae858afb76ebd6e3360" |
1318 |
| - integrity sha512-3QC/TAdk7onnxfyZ24BnJRfZv8TRzQK7SEFUS9vLng4Vv6Hv6I64ujdk/CUkREec8lhrwU764SZ/d+yrjjqhaQ== |
| 1315 | +"@octokit/auth-oauth-user@^2.0.0": |
| 1316 | + version "2.0.2" |
| 1317 | + resolved "https://registry.yarnpkg.com/@octokit/auth-oauth-user/-/auth-oauth-user-2.0.2.tgz#03c2b7455fd2d48a72715a84d895c95effad7d77" |
| 1318 | + integrity sha512-fr9+jPjkWG7cvpyUVnpJJH5F+wNCswRy9rTTwHUAXdy6z/kZj9uenPmUYdE6mja3wSTJUAt2yRqkfaaltzQlFA== |
1319 | 1319 | dependencies:
|
1320 |
| - "@octokit/auth-oauth-device" "^3.1.1" |
1321 |
| - "@octokit/oauth-methods" "^1.1.0" |
1322 |
| - "@octokit/request" "^5.4.14" |
| 1320 | + "@octokit/auth-oauth-device" "^4.0.0" |
| 1321 | + "@octokit/oauth-methods" "^2.0.0" |
| 1322 | + "@octokit/request" "^6.0.0" |
1323 | 1323 | "@octokit/types" "^6.12.2"
|
1324 | 1324 | btoa-lite "^1.0.0"
|
1325 | 1325 | universal-user-agent "^6.0.0"
|
|
1371 | 1371 | "@octokit/types" "^6.0.3"
|
1372 | 1372 | universal-user-agent "^6.0.0"
|
1373 | 1373 |
|
1374 |
| -"@octokit/oauth-authorization-url@^4.3.1": |
1375 |
| - version "4.3.3" |
1376 |
| - resolved "https://registry.yarnpkg.com/@octokit/oauth-authorization-url/-/oauth-authorization-url-4.3.3.tgz#6a6ef38f243086fec882b62744f39b517528dfb9" |
1377 |
| - integrity sha512-lhP/t0i8EwTmayHG4dqLXgU+uPVys4WD/qUNvC+HfB1S1dyqULm5Yx9uKc1x79aP66U1Cb4OZeW8QU/RA9A4XA== |
| 1374 | +"@octokit/oauth-authorization-url@^5.0.0": |
| 1375 | + version "5.0.0" |
| 1376 | + resolved "https://registry.yarnpkg.com/@octokit/oauth-authorization-url/-/oauth-authorization-url-5.0.0.tgz#029626ce87f3b31addb98cd0d2355c2381a1c5a1" |
| 1377 | + integrity sha512-y1WhN+ERDZTh0qZ4SR+zotgsQUE1ysKnvBt1hvDRB2WRzYtVKQjn97HEPzoehh66Fj9LwNdlZh+p6TJatT0zzg== |
1378 | 1378 |
|
1379 |
| -"@octokit/oauth-methods@^1.1.0": |
1380 |
| - version "1.2.6" |
1381 |
| - resolved "https://registry.yarnpkg.com/@octokit/oauth-methods/-/oauth-methods-1.2.6.tgz#b9ac65e374b2cc55ee9dd8dcdd16558550438ea7" |
1382 |
| - integrity sha512-nImHQoOtKnSNn05uk2o76om1tJWiAo4lOu2xMAHYsNr0fwopP+Dv+2MlGvaMMlFjoqVd3fF3X5ZDTKCsqgmUaQ== |
| 1379 | +"@octokit/oauth-methods@^2.0.0": |
| 1380 | + version "2.0.2" |
| 1381 | + resolved "https://registry.yarnpkg.com/@octokit/oauth-methods/-/oauth-methods-2.0.2.tgz#91285b972b80569f2cdc07986923c8c240bcac24" |
| 1382 | + integrity sha512-AHF5bWGhgnZwH8fn4sgPLyVouRqMOafMSM2zX1de+aLZGZaS9rANK9RXH2d5fGvXjGEw3XR+ruNPZ0gwhM4QwA== |
1383 | 1383 | dependencies:
|
1384 |
| - "@octokit/oauth-authorization-url" "^4.3.1" |
1385 |
| - "@octokit/request" "^5.4.14" |
1386 |
| - "@octokit/request-error" "^2.0.5" |
| 1384 | + "@octokit/oauth-authorization-url" "^5.0.0" |
| 1385 | + "@octokit/request" "^6.0.0" |
| 1386 | + "@octokit/request-error" "^3.0.0" |
1387 | 1387 | "@octokit/types" "^6.12.2"
|
1388 | 1388 | btoa-lite "^1.0.0"
|
1389 | 1389 |
|
|
1412 | 1412 | "@octokit/types" "^6.39.0"
|
1413 | 1413 | deprecation "^2.3.1"
|
1414 | 1414 |
|
1415 |
| -"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": |
| 1415 | +"@octokit/request-error@^2.1.0": |
1416 | 1416 | version "2.1.0"
|
1417 | 1417 | resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.1.0.tgz#9e150357831bfc788d13a4fd4b1913d60c74d677"
|
1418 | 1418 | integrity sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==
|
|
1430 | 1430 | deprecation "^2.0.0"
|
1431 | 1431 | once "^1.4.0"
|
1432 | 1432 |
|
1433 |
| -"@octokit/request@^5.3.0", "@octokit/request@^5.4.14", "@octokit/request@^5.6.0": |
1434 |
| - version "5.6.2" |
1435 |
| - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.2.tgz#1aa74d5da7b9e04ac60ef232edd9a7438dcf32d8" |
1436 |
| - integrity sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA== |
| 1433 | +"@octokit/request@^5.6.3": |
| 1434 | + version "5.6.3" |
| 1435 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" |
| 1436 | + integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A== |
1437 | 1437 | dependencies:
|
1438 | 1438 | "@octokit/endpoint" "^6.0.1"
|
1439 | 1439 | "@octokit/request-error" "^2.1.0"
|
1440 | 1440 | "@octokit/types" "^6.16.1"
|
1441 | 1441 | is-plain-object "^5.0.0"
|
1442 |
| - node-fetch "^2.6.1" |
| 1442 | + node-fetch "^2.6.7" |
1443 | 1443 | universal-user-agent "^6.0.0"
|
1444 | 1444 |
|
1445 | 1445 | "@octokit/request@^6.0.0":
|
@@ -3767,7 +3767,7 @@ nock@^13.2.8:
|
3767 | 3767 | lodash "^4.17.21"
|
3768 | 3768 | propagate "^2.0.0"
|
3769 | 3769 |
|
3770 |
| -node-fetch@^2.6.1, node-fetch@^2.6.7: |
| 3770 | +node-fetch@^2.6.7: |
3771 | 3771 | version "2.6.7"
|
3772 | 3772 | resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
3773 | 3773 | integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
|
0 commit comments