|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@actions/core@^1.6.0": |
6 | | - version "1.6.0" |
7 | | - resolved "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb" |
8 | | - integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw== |
| 5 | +"@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 | 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 | "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8": |
30 | 38 | version "7.15.8" |
31 | 39 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
@@ -2783,7 +2791,7 @@ tr46@~0.0.3: |
2783 | 2791 | resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
2784 | 2792 | integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= |
2785 | 2793 |
|
2786 | | -tunnel@0.0.6: |
| 2794 | +tunnel@0.0.6, tunnel@^0.0.6: |
2787 | 2795 | version "0.0.6" |
2788 | 2796 | resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" |
2789 | 2797 | integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== |
@@ -2841,6 +2849,11 @@ uri-js@^4.2.2: |
2841 | 2849 | dependencies: |
2842 | 2850 | punycode "^2.1.0" |
2843 | 2851 |
|
| 2852 | +uuid@^8.3.2: |
| 2853 | + version "8.3.2" |
| 2854 | + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" |
| 2855 | + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== |
| 2856 | + |
2844 | 2857 | v8-compile-cache@^2.0.3: |
2845 | 2858 | version "2.3.0" |
2846 | 2859 | resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" |
|
0 commit comments