|
7 | 7 | resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.2.tgz#3c4848d50378f9e3bcb67bcf97813382ec7369ee" |
8 | 8 | integrity sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg== |
9 | 9 |
|
10 | | -"@actions/github@^2.1.0", "@actions/github@^2.1.1": |
| 10 | +"@actions/github@^2.1.1": |
11 | 11 | version "2.1.1" |
12 | 12 | resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.1.tgz#bcabedff598196d953f58ba750d5e75549a75142" |
13 | 13 | integrity sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA== |
|
354 | 354 | "@octokit/types" "^2.0.0" |
355 | 355 |
|
356 | 356 | "@octokit/endpoint@^5.5.0": |
357 | | - version "5.5.2" |
358 | | - resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.5.2.tgz#ed19d01fe85ac58bc2b774661658f9e5429b8164" |
359 | | - integrity sha512-ICDcRA0C2vtTZZGud1nXRrBLXZqFayodXAKZfo3dkdcLNqcHsgaz3YSTupbURusYeucSVRjjG+RTcQhx6HPPcg== |
| 357 | + version "5.5.3" |
| 358 | + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-5.5.3.tgz#0397d1baaca687a4c8454ba424a627699d97c978" |
| 359 | + integrity sha512-EzKwkwcxeegYYah5ukEeAI/gYRLv2Y9U5PpIsseGSFDk+G3RbipQGBs8GuYS1TLCtQaqoO66+aQGtITPalxsNQ== |
360 | 360 | dependencies: |
361 | 361 | "@octokit/types" "^2.0.0" |
362 | 362 | is-plain-object "^3.0.0" |
363 | | - universal-user-agent "^4.0.0" |
| 363 | + universal-user-agent "^5.0.0" |
364 | 364 |
|
365 | 365 | "@octokit/graphql@^4.3.1": |
366 | 366 | version "4.3.1" |
|
401 | 401 | once "^1.4.0" |
402 | 402 |
|
403 | 403 | "@octokit/request@^5.2.0", "@octokit/request@^5.3.0": |
404 | | - version "5.3.1" |
405 | | - resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.3.1.tgz#3a1ace45e6f88b1be4749c5da963b3a3b4a2f120" |
406 | | - integrity sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg== |
| 404 | + version "5.3.2" |
| 405 | + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.3.2.tgz#1ca8b90a407772a1ee1ab758e7e0aced213b9883" |
| 406 | + integrity sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g== |
407 | 407 | dependencies: |
408 | 408 | "@octokit/endpoint" "^5.5.0" |
409 | 409 | "@octokit/request-error" "^1.0.1" |
|
412 | 412 | is-plain-object "^3.0.0" |
413 | 413 | node-fetch "^2.3.0" |
414 | 414 | once "^1.4.0" |
415 | | - universal-user-agent "^4.0.0" |
| 415 | + universal-user-agent "^5.0.0" |
416 | 416 |
|
417 | 417 | "@octokit/rest@^16.43.1": |
418 | 418 | version "16.43.1" |
|
437 | 437 | universal-user-agent "^4.0.0" |
438 | 438 |
|
439 | 439 | "@octokit/types@^2.0.0", "@octokit/types@^2.0.1": |
440 | | - version "2.1.1" |
441 | | - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.1.1.tgz#77e80d1b663c5f1f829e5377b728fa3c4fe5a97d" |
442 | | - integrity sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ== |
| 440 | + version "2.2.0" |
| 441 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-2.2.0.tgz#ddb0a90cf3e9624ae97e09d16f21f4c4a682d3be" |
| 442 | + integrity sha512-iEeW3XlkxeM/CObeoYvbUv24Oe+DldGofY+3QyeJ5XKKA6B+V94ePk14EDCarseWdMs6afKZPv3dFq8C+SY5lw== |
443 | 443 | dependencies: |
444 | 444 | "@types/node" ">= 8" |
445 | 445 |
|
|
450 | 450 | dependencies: |
451 | 451 | type-detect "4.0.8" |
452 | 452 |
|
453 | | -"@technote-space/filter-github-action@^0.2.3": |
454 | | - version "0.2.3" |
455 | | - resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.3.tgz#ab467724de0905b10f9737c69d550354bcb2138c" |
456 | | - integrity sha512-9lAbzEseqwfYoEQehJA0CqLEbmDuLAWTl6e8qyAnQBKGXQnqN8wrDXGqdEcY5sMwlIyQtRPLQW32oBtT0O4PRQ== |
| 453 | +"@technote-space/filter-github-action@^0.2.4": |
| 454 | + version "0.2.4" |
| 455 | + resolved "https://registry.yarnpkg.com/@technote-space/filter-github-action/-/filter-github-action-0.2.4.tgz#927f147c4b3ca0afa6af49875687c7d51d2e336d" |
| 456 | + integrity sha512-/EK6LVXUr0w91bFIiIcYrG2KTxeOd8V58P+5IWstFArp6Svf5I1uOtPmZmvt4pOfTQtRiSVRNnVQZmGe5Lu8Pw== |
457 | 457 | dependencies: |
458 | 458 | "@actions/core" "^1.2.2" |
459 | | - "@actions/github" "^2.1.0" |
| 459 | + "@actions/github" "^2.1.1" |
460 | 460 |
|
461 | | -"@technote-space/github-action-helper@^1.1.4": |
462 | | - version "1.1.4" |
463 | | - resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.4.tgz#6dee1ef05e96b0df70a17c0e744a38b79e695d0c" |
464 | | - integrity sha512-ysHXyTKWncqd7R7oKvME+UYKRPGzfyM9y+cS3LsT30jGL80wFRVd4zq9FlETUyiJBHLtw8vhRtfMvR2Oy0uHCw== |
| 461 | +"@technote-space/github-action-helper@^1.1.6": |
| 462 | + version "1.1.6" |
| 463 | + resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-1.1.6.tgz#6f5500ec3785d1ea0e7b8f02796c39df7225009a" |
| 464 | + integrity sha512-psuu1qqPd1N5Tku5Cywsdio5W9/09mVBqhawel/voMRQ1MWwCvIEgHzcQ0MiNLjaJcCUeYB1fGKnQjGk3LBZiQ== |
465 | 465 | dependencies: |
466 | 466 | "@actions/core" "^1.2.2" |
467 | | - "@actions/github" "^2.1.0" |
| 467 | + "@actions/github" "^2.1.1" |
468 | 468 | shell-escape "^0.2.0" |
469 | 469 | sprintf-js "^1.1.2" |
470 | 470 |
|
471 | | -"@technote-space/github-action-test-helper@^0.2.3": |
472 | | - version "0.2.3" |
473 | | - resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.3.tgz#44c5b41043ca290d36176e6adb04ad9b069bddd9" |
474 | | - integrity sha512-D8am820P+975Ogg9/iiNzFTsgRbjkG46/fsBIf+jPoVnZAsUgv+q6uIyhO6O3Ame9pvN6VCN5dJm4hGo3NQpog== |
| 471 | +"@technote-space/github-action-test-helper@^0.2.4": |
| 472 | + version "0.2.4" |
| 473 | + resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.2.4.tgz#9ff122c173caed66d7d1a7c98136f397e876e5de" |
| 474 | + integrity sha512-yU+KbfZ8+nn6uwMK0TN8W+PoyM2zS8x0lYABVS+077wqLubLIs5PQyFRggNOZPVg51aRWFI1if87VG7QBuan8Q== |
475 | 475 | dependencies: |
476 | | - "@actions/github" "^2.1.0" |
| 476 | + "@actions/github" "^2.1.1" |
477 | 477 | js-yaml "^3.13.1" |
478 | 478 |
|
479 | 479 | "@types/babel__core@^7.1.0": |
@@ -3916,9 +3916,16 @@ union-value@^1.0.0: |
3916 | 3916 | set-value "^2.0.1" |
3917 | 3917 |
|
3918 | 3918 | universal-user-agent@^4.0.0: |
3919 | | - version "4.0.0" |
3920 | | - resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.0.tgz#27da2ec87e32769619f68a14996465ea1cb9df16" |
3921 | | - integrity sha512-eM8knLpev67iBDizr/YtqkJsF3GK8gzDc6st/WKzrTuPtcsOKW/0IdL4cnMBsU69pOx0otavLWBDGTwg+dB0aA== |
| 3919 | + version "4.0.1" |
| 3920 | + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.1.tgz#fd8d6cb773a679a709e967ef8288a31fcc03e557" |
| 3921 | + integrity sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg== |
| 3922 | + dependencies: |
| 3923 | + os-name "^3.1.0" |
| 3924 | + |
| 3925 | +universal-user-agent@^5.0.0: |
| 3926 | + version "5.0.0" |
| 3927 | + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-5.0.0.tgz#a3182aa758069bf0e79952570ca757de3579c1d9" |
| 3928 | + integrity sha512-B5TPtzZleXyPrUMKCpEHFmVhMN6EhmJYjG5PQna9s7mXeSqGTLap4OpqLl5FCEFUI3UBmllkETwKf/db66Y54Q== |
3922 | 3929 | dependencies: |
3923 | 3930 | os-name "^3.1.0" |
3924 | 3931 |
|
|
0 commit comments