|
51 | 51 | "@protobuf-ts/runtime-rpc" "^2.11.1" |
52 | 52 | semver "^6.3.1" |
53 | 53 |
|
54 | | -"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.11.1", "@actions/core@^1.2.6": |
| 54 | +"@actions/core@^1.10.0", "@actions/core@^1.11.1", "@actions/core@^1.2.6": |
55 | 55 | version "1.11.1" |
56 | 56 | resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" |
57 | 57 | integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== |
|
67 | 67 | "@actions/exec" "^2.0.0" |
68 | 68 | "@actions/http-client" "^3.0.1" |
69 | 69 |
|
| 70 | +"@actions/core@^3.0.0": |
| 71 | + version "3.0.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.0.tgz#89cb07c119e9b46a649ad5f355e77de9b3108cf8" |
| 73 | + integrity sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg== |
| 74 | + dependencies: |
| 75 | + "@actions/exec" "^3.0.0" |
| 76 | + "@actions/http-client" "^4.0.0" |
| 77 | + |
70 | 78 | "@actions/exec@^1.0.0", "@actions/exec@^1.0.1", "@actions/exec@^1.1.1": |
71 | 79 | version "1.1.1" |
72 | 80 | resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611" |
|
81 | 89 | dependencies: |
82 | 90 | "@actions/io" "^2.0.0" |
83 | 91 |
|
| 92 | +"@actions/exec@^3.0.0": |
| 93 | + version "3.0.0" |
| 94 | + resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-3.0.0.tgz#8c3464d20f0aa4068707757021d7e3c01a7ee203" |
| 95 | + integrity sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw== |
| 96 | + dependencies: |
| 97 | + "@actions/io" "^3.0.2" |
| 98 | + |
84 | 99 | "@actions/github@^6.0.1": |
85 | 100 | version "6.0.1" |
86 | 101 | resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.1.tgz#76e5f96df062c90635a7181ef45ff1c4ac21306e" |
|
115 | 130 | "@actions/core" "^1.2.6" |
116 | 131 | minimatch "^3.0.4" |
117 | 132 |
|
118 | | -"@actions/http-client@^2.0.1", "@actions/http-client@^2.2.0": |
119 | | - version "2.2.2" |
120 | | - resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.2.tgz#4fd561ee9b5b8ebf74cf09cc6c596a677337e382" |
121 | | - integrity sha512-2TvX5LskKQzDDQI+bobIDGAjkn0NJiQlg4MTrKnZ8HfQ7nDEUbtJ1ytxPDb2bfk3Hr2XD99X8oAJISAmIoiSAQ== |
122 | | - dependencies: |
123 | | - tunnel "^0.0.6" |
124 | | - undici "^5.25.4" |
125 | | - |
126 | | -"@actions/http-client@^2.1.0", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.3": |
| 133 | +"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.0", "@actions/http-client@^2.1.1", "@actions/http-client@^2.2.0", "@actions/http-client@^2.2.3": |
127 | 134 | version "2.2.3" |
128 | 135 | resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674" |
129 | 136 | integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA== |
|
139 | 146 | tunnel "^0.0.6" |
140 | 147 | undici "^5.28.5" |
141 | 148 |
|
| 149 | +"@actions/http-client@^4.0.0": |
| 150 | + version "4.0.0" |
| 151 | + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-4.0.0.tgz#f9754133c22802466482bf96321d42f2dba1fc82" |
| 152 | + integrity sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g== |
| 153 | + dependencies: |
| 154 | + tunnel "^0.0.6" |
| 155 | + undici "^6.23.0" |
| 156 | + |
142 | 157 | "@actions/io@^1.0.1", "@actions/io@^1.1.1", "@actions/io@^1.1.3": |
143 | 158 | version "1.1.3" |
144 | 159 | resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71" |
|
149 | 164 | resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b" |
150 | 165 | integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg== |
151 | 166 |
|
| 167 | +"@actions/io@^3.0.2": |
| 168 | + version "3.0.2" |
| 169 | + resolved "https://registry.yarnpkg.com/@actions/io/-/io-3.0.2.tgz#6f89b27a159d109836d983efa283997c23b92284" |
| 170 | + integrity sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw== |
| 171 | + |
152 | 172 | "@actions/tool-cache@^2.0.2": |
153 | 173 | version "2.0.2" |
154 | 174 | resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-2.0.2.tgz#49ff20b0352aeac5411988e88435e47144fabb3e" |
@@ -4769,6 +4789,11 @@ undici@^5.25.4, undici@^5.28.5: |
4769 | 4789 | dependencies: |
4770 | 4790 | "@fastify/busboy" "^2.0.0" |
4771 | 4791 |
|
| 4792 | +undici@^6.23.0: |
| 4793 | + version "6.23.0" |
| 4794 | + resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4" |
| 4795 | + integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g== |
| 4796 | + |
4772 | 4797 | unique-filename@^4.0.0: |
4773 | 4798 | version "4.0.0" |
4774 | 4799 | resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-4.0.0.tgz#a06534d370e7c977a939cd1d11f7f0ab8f1fed13" |
|
0 commit comments