|
1233 | 1233 | dependencies:
|
1234 | 1234 | "@jridgewell/trace-mapping" "0.3.9"
|
1235 | 1235 |
|
1236 |
| -"@docker/actions-toolkit@^0.13.0": |
1237 |
| - version "0.13.0" |
1238 |
| - resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.13.0.tgz#9317755109b92ff4d439c739be1688eb8a0e9d02" |
1239 |
| - integrity sha512-pmEHFXnxF/7Rr04LxW0pGt0fcrxu1rt81wFF5g0lrJsG5zKszBf67obpDwhomgvE2mgcz6+RX+L16RoQXA66Aw== |
| 1236 | +"@docker/actions-toolkit@^0.14.0": |
| 1237 | + version "0.14.0" |
| 1238 | + resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.14.0.tgz#1cc7108aa1da0df708fb65915cc927d0cc420584" |
| 1239 | + integrity sha512-5PZ49FgZLcS421Py60Zm5CGzQt1OyGVVx2CHZbjr2S0Vm6Rqks4diB3io/nt4EkccUb3EgwClZPopICOPzyIPw== |
1240 | 1240 | dependencies:
|
1241 | 1241 | "@actions/cache" "^3.2.2"
|
1242 | 1242 | "@actions/core" "^1.10.1"
|
|
1246 | 1246 | "@actions/io" "^1.1.3"
|
1247 | 1247 | "@actions/tool-cache" "^2.0.1"
|
1248 | 1248 | "@octokit/core" "^5.0.1"
|
1249 |
| - "@octokit/plugin-rest-endpoint-methods" "^10.0.1" |
| 1249 | + "@octokit/plugin-rest-endpoint-methods" "^10.1.5" |
1250 | 1250 | async-retry "^1.3.3"
|
1251 | 1251 | csv-parse "^5.5.2"
|
1252 | 1252 | handlebars "^4.7.8"
|
1253 | 1253 | js-yaml "^4.1.0"
|
1254 |
| - jwt-decode "^3.1.2" |
| 1254 | + jwt-decode "^4.0.0" |
1255 | 1255 | semver "^7.5.4"
|
1256 | 1256 | tmp "^0.2.1"
|
1257 | 1257 |
|
|
1676 | 1676 | resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.1.tgz#b83bd8ef1a6e1a2d88072c87747fa130348ef8fe"
|
1677 | 1677 | integrity sha512-zC+73r2HIoRb9rWW5S3Y759hrpadlD5pNnya/QfZv0JZE7mvMu+FUa7nxHqTadi2hZc4BPZjJ8veDTuJnh8+8g==
|
1678 | 1678 |
|
| 1679 | +"@octokit/openapi-types@^19.0.2": |
| 1680 | + version "19.0.2" |
| 1681 | + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.2.tgz#d72778fe2f6151314b6f0201fbc771bb741276fc" |
| 1682 | + integrity sha512-8li32fUDUeml/ACRp/njCWTsk5t17cfTM1jp9n08pBrqs5cDFJubtjsSnuz56r5Tad6jdEPJld7LxNp9dNcyjQ== |
| 1683 | + |
1679 | 1684 | "@octokit/plugin-paginate-rest@^9.0.0":
|
1680 | 1685 | version "9.1.0"
|
1681 | 1686 | resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.1.0.tgz#215040a2e9d93497b46d7f88c8566f958c97e1c4"
|
1682 | 1687 | integrity sha512-FK1WMa5261SaMX/33S1EOEzalnu9+YoKfrxzRVimciachMFSWH9kQ9SOKdxxxuZXX+KxCLw1knQkneSLYmgdbg==
|
1683 | 1688 | dependencies:
|
1684 | 1689 | "@octokit/types" "^12.1.0"
|
1685 | 1690 |
|
1686 |
| -"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.0.1": |
1687 |
| - version "10.1.0" |
1688 |
| - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.0.tgz#0633ba7da42b9333444dd0880ab383a0860662fb" |
1689 |
| - integrity sha512-SnVot2WFI61LYkTeSCkKNfvfqw7FdgtqvaC8nMUwYiHA8UTKoGDjL+R5pCaCEvoLu3O55pUOtNaTIyo7ngJySQ== |
| 1691 | +"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.5": |
| 1692 | + version "10.1.5" |
| 1693 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz#b03559e439f951a484c0cfb69ceac86a7eb92358" |
| 1694 | + integrity sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA== |
1690 | 1695 | dependencies:
|
1691 |
| - "@octokit/types" "^12.1.0" |
| 1696 | + "@octokit/types" "^12.3.0" |
1692 | 1697 |
|
1693 | 1698 | "@octokit/request-error@^5.0.0":
|
1694 | 1699 | version "5.0.1"
|
|
1717 | 1722 | dependencies:
|
1718 | 1723 | "@octokit/openapi-types" "^19.0.1"
|
1719 | 1724 |
|
| 1725 | +"@octokit/types@^12.3.0": |
| 1726 | + version "12.3.0" |
| 1727 | + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.3.0.tgz#e3f8bc53f65ef551e19cc1a0fea15adadec17d2d" |
| 1728 | + integrity sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ== |
| 1729 | + dependencies: |
| 1730 | + "@octokit/openapi-types" "^19.0.2" |
| 1731 | + |
1720 | 1732 | "@opentelemetry/api@^1.0.1":
|
1721 | 1733 | version "1.4.1"
|
1722 | 1734 | resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.4.1.tgz#ff22eb2e5d476fbc2450a196e40dd243cc20c28f"
|
@@ -4063,10 +4075,10 @@ json5@^2.1.2, json5@^2.2.2, json5@^2.2.3:
|
4063 | 4075 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
4064 | 4076 | integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
4065 | 4077 |
|
4066 |
| -jwt-decode@^3.1.2: |
4067 |
| - version "3.1.2" |
4068 |
| - resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59" |
4069 |
| - integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A== |
| 4078 | +jwt-decode@^4.0.0: |
| 4079 | + version "4.0.0" |
| 4080 | + resolved "https://registry.yarnpkg.com/jwt-decode/-/jwt-decode-4.0.0.tgz#2270352425fd413785b2faf11f6e755c5151bd4b" |
| 4081 | + integrity sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA== |
4070 | 4082 |
|
4071 | 4083 | kleur@^3.0.3:
|
4072 | 4084 | version "3.0.3"
|
|
0 commit comments