|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@actions/core@^1.2.6": |
6 | | - version "1.4.0" |
7 | | - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.4.0.tgz#cf2e6ee317e314b03886adfeb20e448d50d6e524" |
8 | | - integrity sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg== |
| 5 | +"@actions/core@^1.2.6", "@actions/core@^1.9.1": |
| 6 | + version "1.9.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b" |
| 8 | + integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA== |
| 9 | + dependencies: |
| 10 | + "@actions/http-client" "^2.0.1" |
| 11 | + uuid "^8.3.2" |
9 | 12 |
|
10 | 13 | "@actions/exec@^1.0.0", "@actions/exec@^1.0.4": |
11 | 14 | version "1.1.0" |
|
21 | 24 | dependencies: |
22 | 25 | tunnel "0.0.6" |
23 | 26 |
|
| 27 | +"@actions/http-client@^2.0.1": |
| 28 | + version "2.0.1" |
| 29 | + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c" |
| 30 | + integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw== |
| 31 | + dependencies: |
| 32 | + tunnel "^0.0.6" |
| 33 | + |
24 | 34 | "@actions/io@^1.0.1", "@actions/io@^1.1.1": |
25 | 35 | version "1.1.1" |
26 | 36 | resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66" |
@@ -1585,7 +1595,7 @@ tsutils@^3.21.0: |
1585 | 1595 | dependencies: |
1586 | 1596 | tslib "^1.8.1" |
1587 | 1597 |
|
1588 | | -tunnel@0.0.6: |
| 1598 | +tunnel@0.0.6, tunnel@^0.0.6: |
1589 | 1599 | version "0.0.6" |
1590 | 1600 | resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" |
1591 | 1601 | integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== |
@@ -1637,7 +1647,7 @@ uuid@^3.3.2: |
1637 | 1647 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" |
1638 | 1648 | integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== |
1639 | 1649 |
|
1640 | | -uuid@^8.3.1: |
| 1650 | +uuid@^8.3.1, uuid@^8.3.2: |
1641 | 1651 | version "8.3.2" |
1642 | 1652 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" |
1643 | 1653 | integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== |
|
0 commit comments