|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@actions/core@^1.2.6": |
6 |
| - version "1.5.0" |
7 |
| - resolved "https://registry.npmjs.org/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3" |
8 |
| - integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ== |
| 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 | + dependencies: |
| 10 | + "@actions/http-client" "^2.0.1" |
| 11 | + uuid "^8.3.2" |
9 | 12 |
|
10 | 13 | "@actions/github@^5.0.0":
|
11 | 14 | version "5.0.0"
|
|
24 | 27 | dependencies:
|
25 | 28 | tunnel "0.0.6"
|
26 | 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 | + |
27 | 37 |
|
28 | 38 | version "7.12.11"
|
29 | 39 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
|
@@ -668,11 +678,6 @@ before-after-hook@^2.2.0:
|
668 | 678 | resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
|
669 | 679 | integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
|
670 | 680 |
|
671 |
| -blakejs@^1.1.0: |
672 |
| - version "1.1.1" |
673 |
| - resolved "https://registry.npmjs.org/blakejs/-/blakejs-1.1.1.tgz#bf313053978b2cd4c444a48795710be05c785702" |
674 |
| - integrity sha512-bLG6PHOCZJKNshTjGRBvET0vTciwQE6zFKOKKXPDJfwFBd4Ac0yBfPZqcGvGJap50l7ktvlpFqc2jGVaUgbJgg== |
675 |
| - |
676 | 681 | brace-expansion@^1.1.7:
|
677 | 682 | version "1.1.11"
|
678 | 683 | resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
@@ -1884,6 +1889,18 @@ levn@^0.4.1:
|
1884 | 1889 | prelude-ls "^1.2.1"
|
1885 | 1890 | type-check "~0.4.0"
|
1886 | 1891 |
|
| 1892 | +libsodium-wrappers@^0.7.10: |
| 1893 | + version "0.7.10" |
| 1894 | + resolved "https://registry.yarnpkg.com/libsodium-wrappers/-/libsodium-wrappers-0.7.10.tgz#13ced44cacb0fc44d6ac9ce67d725956089ce733" |
| 1895 | + integrity sha512-pO3F1Q9NPLB/MWIhehim42b/Fwb30JNScCNh8TcQ/kIc+qGLQch8ag8wb0keK3EP5kbGakk1H8Wwo7v+36rNQg== |
| 1896 | + dependencies: |
| 1897 | + libsodium "^0.7.0" |
| 1898 | + |
| 1899 | +libsodium@^0.7.0: |
| 1900 | + version "0.7.10" |
| 1901 | + resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.10.tgz#c2429a7e4c0836f879d701fec2c8a208af024159" |
| 1902 | + integrity sha512-eY+z7hDrDKxkAK+QKZVNv92A5KYkxfvIshtBJkmg5TSiCnYqZP3i9OO9whE79Pwgm4jGaoHgkM4ao/b9Cyu4zQ== |
| 1903 | + |
1887 | 1904 | lines-and-columns@^1.1.6:
|
1888 | 1905 | version "1.1.6"
|
1889 | 1906 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
@@ -2920,24 +2937,11 @@ tsutils@^3.21.0:
|
2920 | 2937 | dependencies:
|
2921 | 2938 | tslib "^1.8.1"
|
2922 | 2939 |
|
2923 |
| - |
| 2940 | + |
2924 | 2941 | version "0.0.6"
|
2925 | 2942 | resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
|
2926 | 2943 | integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
|
2927 | 2944 |
|
2928 |
| -tweetnacl@^1.0.1: |
2929 |
| - version "1.0.3" |
2930 |
| - resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz#ac0af71680458d8a6378d0d0d050ab1407d35596" |
2931 |
| - integrity sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw== |
2932 |
| - |
2933 |
| -tweetsodium@^0.0.5: |
2934 |
| - version "0.0.5" |
2935 |
| - resolved "https://registry.npmjs.org/tweetsodium/-/tweetsodium-0.0.5.tgz#f63ab4b1d26d6355d82d512a2bbf03cae96eb3e8" |
2936 |
| - integrity sha512-T3aXZtx7KqQbutTtBfn+P5By3HdBuB1eCoGviIrRJV2sXeToxv2X2cv5RvYqgG26PSnN5m3fYixds22Gkfd11w== |
2937 |
| - dependencies: |
2938 |
| - blakejs "^1.1.0" |
2939 |
| - tweetnacl "^1.0.1" |
2940 |
| - |
2941 | 2945 | type-check@^0.4.0, type-check@~0.4.0:
|
2942 | 2946 | version "0.4.0"
|
2943 | 2947 | resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
|
@@ -3015,6 +3019,11 @@ util-deprecate@^1.0.1:
|
3015 | 3019 | resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
3016 | 3020 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
3017 | 3021 |
|
| 3022 | +uuid@^8.3.2: |
| 3023 | + version "8.3.2" |
| 3024 | + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" |
| 3025 | + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== |
| 3026 | + |
3018 | 3027 | v8-compile-cache@^2.0.3:
|
3019 | 3028 | version "2.3.0"
|
3020 | 3029 | resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
|
0 commit comments