|
773 | 773 | dependencies:
|
774 | 774 | "@jridgewell/trace-mapping" "0.3.9"
|
775 | 775 |
|
776 |
| -"@docker/actions-toolkit@^0.13.0": |
777 |
| - version "0.13.0" |
778 |
| - resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.13.0.tgz#9317755109b92ff4d439c739be1688eb8a0e9d02" |
779 |
| - integrity sha512-pmEHFXnxF/7Rr04LxW0pGt0fcrxu1rt81wFF5g0lrJsG5zKszBf67obpDwhomgvE2mgcz6+RX+L16RoQXA66Aw== |
| 776 | +"@docker/actions-toolkit@^0.14.0": |
| 777 | + version "0.14.0" |
| 778 | + resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.14.0.tgz#1cc7108aa1da0df708fb65915cc927d0cc420584" |
| 779 | + integrity sha512-5PZ49FgZLcS421Py60Zm5CGzQt1OyGVVx2CHZbjr2S0Vm6Rqks4diB3io/nt4EkccUb3EgwClZPopICOPzyIPw== |
780 | 780 | dependencies:
|
781 | 781 | "@actions/cache" "^3.2.2"
|
782 | 782 | "@actions/core" "^1.10.1"
|
|
786 | 786 | "@actions/io" "^1.1.3"
|
787 | 787 | "@actions/tool-cache" "^2.0.1"
|
788 | 788 | "@octokit/core" "^5.0.1"
|
789 |
| - "@octokit/plugin-rest-endpoint-methods" "^10.0.1" |
| 789 | + "@octokit/plugin-rest-endpoint-methods" "^10.1.5" |
790 | 790 | async-retry "^1.3.3"
|
791 | 791 | csv-parse "^5.5.2"
|
792 | 792 | handlebars "^4.7.8"
|
793 | 793 | js-yaml "^4.1.0"
|
794 |
| - jwt-decode "^3.1.2" |
| 794 | + jwt-decode "^4.0.0" |
795 | 795 | semver "^7.5.4"
|
796 | 796 | tmp "^0.2.1"
|
797 | 797 |
|
|
1216 | 1216 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.0.tgz#0101bf62ab14c1946149a0f8385440963e1253c4"
|
1217 | 1217 | integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
|
1218 | 1218 |
|
| 1219 | +"@octokit/openapi-types@^19.0.2": |
| 1220 | + version "19.1.0" |
| 1221 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.1.0.tgz#75ec7e64743870fc73e1ab4bc6ec252ecdd624dc" |
| 1222 | + integrity sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw== |
| 1223 | + |
1219 | 1224 | "@octokit/plugin-paginate-rest@^9.0.0":
|
1220 | 1225 | version "9.0.0"
|
1221 | 1226 | resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz#21fd12816c2dc158a775ed20be5abcbc61052a46"
|
1222 | 1227 | integrity sha512-oIJzCpttmBTlEhBmRvb+b9rlnGpmFgDtZ0bB6nq39qIod6A5DP+7RkVLMOixIgRCYSHDTeayWqmiJ2SZ6xgfdw==
|
1223 | 1228 | dependencies:
|
1224 | 1229 | "@octokit/types" "^12.0.0"
|
1225 | 1230 |
|
1226 |
| -"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.0.1": |
1227 |
| - version "10.0.1" |
1228 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.0.1.tgz#0587a8ae2391287fdfc7961a41cec7bfd1ef4968" |
1229 |
| - integrity sha512-fgS6HPkPvJiz8CCliewLyym9qAx0RZ/LKh3sATaPfM41y/O2wQ4Z9MrdYeGPVh04wYmHFmWiGlKPC7jWVtZXQA== |
| 1231 | +"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.5": |
| 1232 | + version "10.2.0" |
| 1233 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz#eeaa4de97a2ae26404dea30ce3e17b11928e027c" |
| 1234 | + integrity sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q== |
1230 | 1235 | dependencies:
|
1231 |
| - "@octokit/types" "^12.0.0" |
| 1236 | + "@octokit/types" "^12.3.0" |
1232 | 1237 |
|
1233 | 1238 | "@octokit/request-error@^5.0.0":
|
1234 | 1239 | version "5.0.1"
|
|
1257 | 1262 | dependencies:
|
1258 | 1263 | "@octokit/openapi-types" "^19.0.0"
|
1259 | 1264 |
|
| 1265 | +"@octokit/types@^12.3.0": |
| 1266 | + version "12.3.0" |
| 1267 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.3.0.tgz#e3f8bc53f65ef551e19cc1a0fea15adadec17d2d" |
| 1268 | + integrity sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ== |
| 1269 | + dependencies: |
| 1270 | + "@octokit/openapi-types" "^19.0.2" |
| 1271 | + |
1260 | 1272 | "@opentelemetry/api@^1.0.1":
|
1261 | 1273 | version "1.4.1"
|
1262 | 1274 | resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.4.1.tgz#ff22eb2e5d476fbc2450a196e40dd243cc20c28f"
|
@@ -3205,10 +3217,10 @@ json5@^2.1.2, json5@^2.2.2, json5@^2.2.3:
|
3205 | 3217 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
3206 | 3218 | integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
3207 | 3219 |
|
3208 |
| -jwt-decode@^3.1.2: |
3209 |
| - version "3.1.2" |
3210 |
| - resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59" |
3211 |
| - integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A== |
| 3220 | +jwt-decode@^4.0.0: |
| 3221 | + version "4.0.0" |
| 3222 | + resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b" |
| 3223 | + integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA== |
3212 | 3224 |
|
3213 | 3225 | kleur@^3.0.3:
|
3214 | 3226 | version "3.0.3"
|
|
0 commit comments