File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 26
26
],
27
27
"license" : " Apache-2.0" ,
28
28
"dependencies" : {
29
- "@actions/core" : " ^1.6 .0" ,
29
+ "@actions/core" : " ^1.9 .0" ,
30
30
"@actions/exec" : " ^1.1.1" ,
31
31
"@actions/http-client" : " ^1.0.11" ,
32
32
"@actions/tool-cache" : " ^1.7.2"
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @actions/core@^1.2.6" , "@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.2.6" , "@actions/core@^1.9 .0":
6
+ version "1.9 .0"
7
+ resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9 .0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082 "
8
+ integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA ==
9
9
dependencies :
10
- " @actions/http-client" " ^1 .0.11 "
10
+ " @actions/http-client" " ^2 .0.1 "
11
11
12
12
" @actions/exec@^1.0.0" , "@actions/exec@^1.1.1":
13
13
version "1.1.1"
23
23
dependencies :
24
24
tunnel "0.0.6"
25
25
26
+ " @actions/http-client@^2.0.1 " :
27
+ version "2.0.1"
28
+ resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
29
+ integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
30
+ dependencies :
31
+ tunnel "^0.0.6"
32
+
26
33
" @actions/io@^1.0.1" , "@actions/io@^1.1.1":
27
34
version "1.1.1"
28
35
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
@@ -3335,7 +3342,7 @@ tsutils@^3.21.0:
3335
3342
dependencies :
3336
3343
tslib "^1.8.1"
3337
3344
3338
- tunnel@0.0.6 :
3345
+ tunnel@0.0.6, tunnel@^0.0.6 :
3339
3346
version "0.0.6"
3340
3347
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
3341
3348
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
You can’t perform that action at this time.
0 commit comments