|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@actions/core@^1.6.0": |
6 |
| - version "1.6.0" |
7 |
| - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb" |
8 |
| - integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw== |
| 5 | +"@actions/core@^1.10.0": |
| 6 | + version "1.10.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" |
| 8 | + integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== |
9 | 9 | dependencies:
|
10 |
| - "@actions/http-client" "^1.0.11" |
| 10 | + "@actions/http-client" "^2.0.1" |
| 11 | + uuid "^8.3.2" |
11 | 12 |
|
12 | 13 | "@actions/github@^5.0.0":
|
13 | 14 | version "5.0.0"
|
|
26 | 27 | dependencies:
|
27 | 28 | tunnel "0.0.6"
|
28 | 29 |
|
| 30 | +"@actions/http-client@^2.0.1": |
| 31 | + version "2.0.1" |
| 32 | + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c" |
| 33 | + integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw== |
| 34 | + dependencies: |
| 35 | + tunnel "^0.0.6" |
| 36 | + |
29 | 37 | "@ampproject/remapping@^2.0.0":
|
30 | 38 | version "2.0.1"
|
31 | 39 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.1.tgz#9a04a4aba7b8323b65498d9554a1bdd15d960296"
|
@@ -6193,7 +6201,7 @@ tsutils@^3.17.1, tsutils@^3.21.0:
|
6193 | 6201 | dependencies:
|
6194 | 6202 | tslib "^1.8.1"
|
6195 | 6203 |
|
6196 |
| -tunnel@0.0.6: |
| 6204 | +tunnel@0.0.6, tunnel@^0.0.6: |
6197 | 6205 | version "0.0.6"
|
6198 | 6206 | resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
|
6199 | 6207 | integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
|
@@ -6332,6 +6340,11 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
|
6332 | 6340 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
6333 | 6341 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
6334 | 6342 |
|
| 6343 | +uuid@^8.3.2: |
| 6344 | + version "8.3.2" |
| 6345 | + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" |
| 6346 | + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== |
| 6347 | + |
6335 | 6348 | v8-compile-cache@^2.0.3:
|
6336 | 6349 | version "2.3.0"
|
6337 | 6350 | resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
|
0 commit comments