|
598 | 598 | dependencies:
|
599 | 599 | "@jridgewell/trace-mapping" "0.3.9"
|
600 | 600 |
|
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== |
| 601 | +"@docker/actions-toolkit@^0.6.0": |
| 602 | + version "0.6.0" |
| 603 | + resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.6.0.tgz#651e408dfeea7988ed9b4ddaed46ae67a741651b" |
| 604 | + integrity sha512-f3QurtwyyK4NQiMCKvziGkBibSbEaJI8DP3atTWStk758tnBskN4grm1neNLLGARZQNNJhCBc3YDUTURHorzOg== |
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 | + "@octokit/plugin-rest-endpoint-methods" "^7.2.3" |
613 | 613 | async-retry "^1.3.3"
|
614 | 614 | csv-parse "^5.4.0"
|
615 | 615 | handlebars "^4.7.7"
|
616 | 616 | jwt-decode "^3.1.2"
|
617 |
| - semver "^7.5.1" |
| 617 | + semver "^7.5.3" |
618 | 618 | tmp "^0.2.1"
|
619 | 619 |
|
620 | 620 | "@eslint-community/eslint-utils@^4.2.0":
|
|
1018 | 1018 | "@octokit/types" "^6.39.0"
|
1019 | 1019 | deprecation "^2.3.1"
|
1020 | 1020 |
|
1021 |
| -"@octokit/plugin-rest-endpoint-methods@^7.2.1": |
1022 |
| - version "7.2.1" |
1023 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.1.tgz#0e086930c8b4470b0eabaa7d68b67fd1b245bb3a" |
1024 |
| - integrity sha512-UmlNrrcF+AXxcxhZslTt1a/8aDxUKH0trrt/mJCxEPrWbW1ZEc+6xxcd5/n0iw3b+Xo8UBJQUKDr71+vNCBpRQ== |
| 1021 | +"@octokit/plugin-rest-endpoint-methods@^7.2.3": |
| 1022 | + version "7.2.3" |
| 1023 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-7.2.3.tgz#37a84b171a6cb6658816c82c4082ac3512021797" |
| 1024 | + integrity sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA== |
1025 | 1025 | dependencies:
|
1026 |
| - "@octokit/types" "^9.3.1" |
| 1026 | + "@octokit/types" "^10.0.0" |
1027 | 1027 |
|
1028 | 1028 | "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
|
1029 | 1029 | version "2.1.0"
|
|
1046 | 1046 | node-fetch "^2.6.7"
|
1047 | 1047 | universal-user-agent "^6.0.0"
|
1048 | 1048 |
|
| 1049 | +"@octokit/types@^10.0.0": |
| 1050 | + version "10.0.0" |
| 1051 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-10.0.0.tgz#7ee19c464ea4ada306c43f1a45d444000f419a4a" |
| 1052 | + integrity sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg== |
| 1053 | + dependencies: |
| 1054 | + "@octokit/openapi-types" "^18.0.0" |
| 1055 | + |
1049 | 1056 | "@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.39.0", "@octokit/types@^6.40.0":
|
1050 | 1057 | version "6.41.0"
|
1051 | 1058 | resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.41.0.tgz#e58ef78d78596d2fb7df9c6259802464b5f84a04"
|
1052 | 1059 | integrity sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==
|
1053 | 1060 | dependencies:
|
1054 | 1061 | "@octokit/openapi-types" "^12.11.0"
|
1055 | 1062 |
|
1056 |
| -"@octokit/types@^9.3.1": |
1057 |
| - version "9.3.1" |
1058 |
| - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.3.1.tgz#9eb20390f8cfcc975635d813f9a2094efd4aa2dd" |
1059 |
| - integrity sha512-zfJzyXLHC42sWcn2kS+oZ/DRvFZBYCCbfInZtwp1Uopl1qh6pRg4NSP/wFX1xCOpXvEkctiG1sxlSlkZmzvxdw== |
1060 |
| - dependencies: |
1061 |
| - "@octokit/openapi-types" "^18.0.0" |
1062 |
| - |
1063 | 1063 | "@sinclair/typebox@^0.25.16":
|
1064 | 1064 | version "0.25.24"
|
1065 | 1065 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
|
@@ -3180,10 +3180,10 @@ safe-buffer@~5.1.1:
|
3180 | 3180 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
3181 | 3181 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
3182 | 3182 |
|
3183 |
| -[email protected], semver@^7.3.5, semver@^7.3.7, semver@^7.5.1: |
3184 |
| - version "7.5.1" |
3185 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec" |
3186 |
| - integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== |
| 3183 | +[email protected], semver@^7.3.5, semver@^7.3.7, semver@^7.5.3: |
| 3184 | + version "7.5.3" |
| 3185 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" |
| 3186 | + integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== |
3187 | 3187 | dependencies:
|
3188 | 3188 | lru-cache "^6.0.0"
|
3189 | 3189 |
|
|
0 commit comments