|
598 | 598 | dependencies: |
599 | 599 | "@jridgewell/trace-mapping" "0.3.9" |
600 | 600 |
|
601 | | -"@docker/actions-toolkit@^0.3.0": |
602 | | - version "0.3.0" |
603 | | - resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.3.0.tgz#822c810af3a304ef793061a11263546a6c0649cf" |
604 | | - integrity sha512-TayOSJZ6Oe/koUPC01tiesgB26Nsqre7z/fwscaVp2GMk8V+b8dcjLWkUhDvbcfdMeUWOgxvAmdF0YcT5rdvDg== |
| 601 | +"@docker/actions-toolkit@^0.5.0": |
| 602 | + version "0.5.0" |
| 603 | + resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.5.0.tgz#4f2c215a1e67ce27edb10acf658b5289f8da7d7e" |
| 604 | + integrity sha512-VgU9KDmCgSVqpLwNVkf4JUP8Bg38dymuDJhMU0A5DRXtII/K+85peEY/in6U7ThyO1wSSef19ImpiIKYLFBqvA== |
605 | 605 | dependencies: |
606 | 606 | "@actions/core" "^1.10.0" |
607 | 607 | "@actions/exec" "^1.1.1" |
608 | 608 | "@actions/github" "^5.1.1" |
609 | 609 | "@actions/http-client" "^2.0.1" |
610 | 610 | "@actions/io" "^1.1.2" |
611 | 611 | "@actions/tool-cache" "^2.0.1" |
| 612 | + "@octokit/plugin-rest-endpoint-methods" "^7.2.1" |
612 | 613 | async-retry "^1.3.3" |
613 | 614 | csv-parse "^5.4.0" |
614 | 615 | handlebars "^4.7.7" |
|
997 | 998 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6" |
998 | 999 | integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA== |
999 | 1000 |
|
| 1001 | +"@octokit/openapi-types@^18.0.0": |
| 1002 | + version "18.0.0" |
| 1003 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69" |
| 1004 | + integrity sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw== |
| 1005 | + |
1000 | 1006 | "@octokit/openapi-types@^7.0.0": |
1001 | 1007 | version "7.0.0" |
1002 | 1008 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.0.0.tgz#0f6992db9854af15eca77d71ab0ec7fad2f20411" |
|
1017 | 1023 | "@octokit/types" "^6.34.0" |
1018 | 1024 | deprecation "^2.3.1" |
1019 | 1025 |
|
| 1026 | +"@octokit/plugin-rest-endpoint-methods@^7.2.1": |
| 1027 | + version "7.2.1" |
| 1028 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.1.tgz#0e086930c8b4470b0eabaa7d68b67fd1b245bb3a" |
| 1029 | + integrity sha512-UmlNrrcF+AXxcxhZslTt1a/8aDxUKH0trrt/mJCxEPrWbW1ZEc+6xxcd5/n0iw3b+Xo8UBJQUKDr71+vNCBpRQ== |
| 1030 | + dependencies: |
| 1031 | + "@octokit/types" "^9.3.1" |
| 1032 | + |
1020 | 1033 | "@octokit/request-error@^2.0.0": |
1021 | 1034 | version "2.0.2" |
1022 | 1035 | resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.2.tgz#0e76b83f5d8fdda1db99027ea5f617c2e6ba9ed0" |
|
1091 | 1104 | dependencies: |
1092 | 1105 | "@octokit/openapi-types" "^11.2.0" |
1093 | 1106 |
|
| 1107 | +"@octokit/types@^9.3.1": |
| 1108 | + version "9.3.1" |
| 1109 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.3.1.tgz#9eb20390f8cfcc975635d813f9a2094efd4aa2dd" |
| 1110 | + integrity sha512-zfJzyXLHC42sWcn2kS+oZ/DRvFZBYCCbfInZtwp1Uopl1qh6pRg4NSP/wFX1xCOpXvEkctiG1sxlSlkZmzvxdw== |
| 1111 | + dependencies: |
| 1112 | + "@octokit/openapi-types" "^18.0.0" |
| 1113 | + |
1094 | 1114 | "@sinclair/typebox@^0.25.16": |
1095 | 1115 | version "0.25.24" |
1096 | 1116 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" |
|
0 commit comments