|
9 | 9 | dependencies:
|
10 | 10 | "@actions/http-client" "^1.0.11"
|
11 | 11 |
|
12 |
| -"@actions/github@^5.0.0": |
13 |
| - version "5.0.0" |
14 |
| - resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.0.tgz#1754127976c50bd88b2e905f10d204d76d1472f8" |
15 |
| - integrity sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ== |
| 12 | +"@actions/github@^5.1.0": |
| 13 | + version "5.1.0" |
| 14 | + resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.0.tgz#573fdba52b7b739b68f891f39eacfdd966a22b90" |
| 15 | + integrity sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A== |
16 | 16 | dependencies:
|
17 |
| - "@actions/http-client" "^1.0.11" |
18 |
| - "@octokit/core" "^3.4.0" |
19 |
| - "@octokit/plugin-paginate-rest" "^2.13.3" |
20 |
| - "@octokit/plugin-rest-endpoint-methods" "^5.1.1" |
| 17 | + "@actions/http-client" "^2.0.1" |
| 18 | + "@octokit/core" "^3.6.0" |
| 19 | + "@octokit/plugin-paginate-rest" "^2.17.0" |
| 20 | + "@octokit/plugin-rest-endpoint-methods" "^5.13.0" |
21 | 21 |
|
22 | 22 | "@actions/http-client@^1.0.11":
|
23 | 23 | version "1.0.11"
|
|
26 | 26 | dependencies:
|
27 | 27 | tunnel "0.0.6"
|
28 | 28 |
|
| 29 | +"@actions/http-client@^2.0.1": |
| 30 | + version "2.0.1" |
| 31 | + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c" |
| 32 | + integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw== |
| 33 | + dependencies: |
| 34 | + tunnel "^0.0.6" |
| 35 | + |
29 | 36 | "@babel/code-frame@^7.0.0":
|
30 | 37 | version "7.10.4"
|
31 | 38 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz"
|
|
376 | 383 | dependencies:
|
377 | 384 | "@octokit/types" "^6.0.3"
|
378 | 385 |
|
379 |
| -"@octokit/core@^3.4.0": |
380 |
| - version "3.5.1" |
381 |
| - resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b" |
382 |
| - integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw== |
| 386 | +"@octokit/core@^3.6.0": |
| 387 | + version "3.6.0" |
| 388 | + resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085" |
| 389 | + integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q== |
383 | 390 | dependencies:
|
384 | 391 | "@octokit/auth-token" "^2.4.4"
|
385 | 392 | "@octokit/graphql" "^4.5.8"
|
386 |
| - "@octokit/request" "^5.6.0" |
| 393 | + "@octokit/request" "^5.6.3" |
387 | 394 | "@octokit/request-error" "^2.0.5"
|
388 | 395 | "@octokit/types" "^6.0.3"
|
389 | 396 | before-after-hook "^2.2.0"
|
|
412 | 419 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.0.0.tgz#e9e9e39681c0565d9e79d689b045b74a893e620b"
|
413 | 420 | integrity sha512-QeMW4h18cEm53ojYufACSRgq3rrQg4BibVcsHytXmbJ+otmXSelr1BCBCEi8q7nqGkYJyGQX30DoULENIgJ8BA==
|
414 | 421 |
|
415 |
| -"@octokit/plugin-paginate-rest@^2.13.3": |
416 |
| - version "2.16.8" |
417 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.8.tgz#d85350db1749be4b8d3b22d0e58db70a82c012bb" |
418 |
| - integrity sha512-VZZYeNNwCkC2XoTUFouTpFdR2esSPuJb4U58iUxeYu4vQ1AUzCs6AI+gf4bL413CQ8DZhkxASflfLWzcp+9shQ== |
| 422 | +"@octokit/openapi-types@^12.11.0": |
| 423 | + version "12.11.0" |
| 424 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0" |
| 425 | + integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ== |
| 426 | + |
| 427 | +"@octokit/plugin-paginate-rest@^2.17.0": |
| 428 | + version "2.21.3" |
| 429 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz#7f12532797775640dbb8224da577da7dc210c87e" |
| 430 | + integrity sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw== |
419 | 431 | dependencies:
|
420 |
| - "@octokit/types" "^6.32.0" |
| 432 | + "@octokit/types" "^6.40.0" |
421 | 433 |
|
422 |
| -"@octokit/plugin-rest-endpoint-methods@^5.1.1": |
423 |
| - version "5.12.0" |
424 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.12.0.tgz#95bb16bf4057efa195564336e737ca969fc0cefe" |
425 |
| - integrity sha512-OD3Rv660YzXSmhTr8g8kpLvLq3Z5ADvLxtb9a8+1I4S2EqV6YQTHeJwVC5I6vwvV5tMmnj3oeRn7OWc0eODwQw== |
| 434 | +"@octokit/plugin-rest-endpoint-methods@^5.13.0": |
| 435 | + version "5.16.2" |
| 436 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342" |
| 437 | + integrity sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw== |
426 | 438 | dependencies:
|
427 |
| - "@octokit/types" "^6.32.0" |
| 439 | + "@octokit/types" "^6.39.0" |
428 | 440 | deprecation "^2.3.1"
|
429 | 441 |
|
430 | 442 | "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
|
|
448 | 460 | node-fetch "^2.6.1"
|
449 | 461 | universal-user-agent "^6.0.0"
|
450 | 462 |
|
| 463 | +"@octokit/request@^5.6.3": |
| 464 | + version "5.6.3" |
| 465 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0" |
| 466 | + integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A== |
| 467 | + dependencies: |
| 468 | + "@octokit/endpoint" "^6.0.1" |
| 469 | + "@octokit/request-error" "^2.1.0" |
| 470 | + "@octokit/types" "^6.16.1" |
| 471 | + is-plain-object "^5.0.0" |
| 472 | + node-fetch "^2.6.7" |
| 473 | + universal-user-agent "^6.0.0" |
| 474 | + |
451 | 475 | "@octokit/types@^5.0.0":
|
452 | 476 | version "5.5.0"
|
453 | 477 | resolved "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz"
|
454 | 478 | integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
|
455 | 479 | dependencies:
|
456 | 480 | "@types/node" ">= 8"
|
457 | 481 |
|
458 |
| -"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.32.0": |
| 482 | +"@octokit/types@^6.0.3", "@octokit/types@^6.16.1": |
459 | 483 | version "6.32.0"
|
460 | 484 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.32.0.tgz#2333567560dd9b338c45de424c8d37ef0250db5c"
|
461 | 485 | integrity sha512-7CFlMfpX78PbvGnQZfQ3pD246RGTLITDnLCyYgTOtwNPIdTKMGs/8dJiZA3Fh5vXuZYqu/YHH32GboK7xnZ0ag==
|
462 | 486 | dependencies:
|
463 | 487 | "@octokit/openapi-types" "^11.0.0"
|
464 | 488 |
|
| 489 | +"@octokit/types@^6.39.0", "@octokit/types@^6.40.0": |
| 490 | + version "6.41.0" |
| 491 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04" |
| 492 | + integrity sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg== |
| 493 | + dependencies: |
| 494 | + "@octokit/openapi-types" "^12.11.0" |
| 495 | + |
465 | 496 | "@types/hast@^2.0.0":
|
466 | 497 | version "2.3.4"
|
467 | 498 | resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
|
@@ -2022,6 +2053,13 @@ node-fetch@^2.6.1:
|
2022 | 2053 | resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
|
2023 | 2054 | integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
2024 | 2055 |
|
| 2056 | +node-fetch@^2.6.7: |
| 2057 | + version "2.6.7" |
| 2058 | + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" |
| 2059 | + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== |
| 2060 | + dependencies: |
| 2061 | + whatwg-url "^5.0.0" |
| 2062 | + |
2025 | 2063 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
2026 | 2064 | version "2.5.0"
|
2027 | 2065 | resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
|
@@ -2746,6 +2784,11 @@ to-regex-range@^5.0.1:
|
2746 | 2784 | dependencies:
|
2747 | 2785 | is-number "^7.0.0"
|
2748 | 2786 |
|
| 2787 | +tr46@~0.0.3: |
| 2788 | + version "0.0.3" |
| 2789 | + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
| 2790 | + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== |
| 2791 | + |
2749 | 2792 | trim-newlines@^3.0.0:
|
2750 | 2793 | version "3.0.1"
|
2751 | 2794 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
@@ -2773,7 +2816,7 @@ tty-table@^2.8.10:
|
2773 | 2816 | wcwidth "^1.0.1"
|
2774 | 2817 | yargs "^15.1.0"
|
2775 | 2818 |
|
2776 |
| -tunnel@0.0.6: |
| 2819 | +tunnel@0.0.6, tunnel@^0.0.6: |
2777 | 2820 | version "0.0.6"
|
2778 | 2821 | resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
|
2779 | 2822 | integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
|
@@ -2847,6 +2890,19 @@ wcwidth@^1.0.1:
|
2847 | 2890 | dependencies:
|
2848 | 2891 | defaults "^1.0.3"
|
2849 | 2892 |
|
| 2893 | +webidl-conversions@^3.0.0: |
| 2894 | + version "3.0.1" |
| 2895 | + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" |
| 2896 | + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== |
| 2897 | + |
| 2898 | +whatwg-url@^5.0.0: |
| 2899 | + version "5.0.0" |
| 2900 | + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" |
| 2901 | + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== |
| 2902 | + dependencies: |
| 2903 | + tr46 "~0.0.3" |
| 2904 | + webidl-conversions "^3.0.0" |
| 2905 | + |
2850 | 2906 | which-module@^2.0.0:
|
2851 | 2907 | version "2.0.0"
|
2852 | 2908 | resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"
|
|
0 commit comments