File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"homepage" : " https://github.com/fabasoad/setup-brainfuck-action#readme" ,
33
33
"dependencies" : {
34
- "@actions/core" : " 1.5 .0" ,
34
+ "@actions/core" : " 1.6 .0" ,
35
35
"@actions/exec" : " 1.1.0"
36
36
},
37
37
"devDependencies" : {
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
-
6
- version "1.5.0"
7
- resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
8
- integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
5
+
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==
9
+ dependencies :
10
+ " @actions/http-client" " ^1.0.11"
9
11
10
12
11
13
version "1.1.0"
14
16
dependencies :
15
17
" @actions/io" " ^1.0.1"
16
18
19
+ " @actions/http-client@^1.0.11 " :
20
+ version "1.0.11"
21
+ resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
22
+ integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
23
+ dependencies :
24
+ tunnel "0.0.6"
25
+
17
26
" @actions/io@^1.0.1 " :
18
27
version "1.1.1"
19
28
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
@@ -1851,6 +1860,11 @@ to-regex-range@^5.0.1:
1851
1860
dependencies :
1852
1861
is-number "^7.0.0"
1853
1862
1863
+
1864
+ version "0.0.6"
1865
+ resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
1866
+ integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
1867
+
1854
1868
type-check@^0.4.0, type-check@~0.4.0 :
1855
1869
version "0.4.0"
1856
1870
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
You can’t perform that action at this time.
0 commit comments