File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/rhysd/actionlint
3
3
go 1.18
4
4
5
5
require (
6
- github.com/fatih/color v1.16 .0
6
+ github.com/fatih/color v1.17 .0
7
7
github.com/google/go-cmp v0.6.0
8
8
github.com/mattn/go-colorable v0.1.13
9
9
github.com/mattn/go-runewidth v0.0.15
Original file line number Diff line number Diff line change 1
- github.com/fatih/color v1.16 .0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM =
2
- github.com/fatih/color v1.16 .0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
1
+ github.com/fatih/color v1.17 .0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4 =
2
+ github.com/fatih/color v1.17 .0 /go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI =
3
3
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4
4
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
5
5
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
Original file line number Diff line number Diff line change 19
19
"author" :
" rhysd <[email protected] > (https://rhysd.github.io/)" ,
20
20
"license" : " MIT" ,
21
21
"dependencies" : {
22
- "bulma" : " ^1.0.0 " ,
22
+ "bulma" : " ^1.0.1 " ,
23
23
"codemirror" : " ^5.65.8" ,
24
24
"devicon" : " ^2.16.0" ,
25
25
"ismobilejs" : " ^1.1.1" ,
38
38
"eslint" : " ^8.57.0" ,
39
39
"eslint-plugin-mocha" : " ^10.4.3" ,
40
40
"http-server" : " ^14.1.1" ,
41
- "jsdom" : " ^24.0 .0" ,
41
+ "jsdom" : " ^24.1 .0" ,
42
42
"mocha" : " ^10.4.0" ,
43
43
"prettier" : " ^3.2.5" ,
44
- "stylelint" : " ^16.5 .0" ,
44
+ "stylelint" : " ^16.6 .0" ,
45
45
"stylelint-config-standard" : " ^36.0.0" ,
46
46
"typescript" : " ^5.4.5" ,
47
- "typescript-eslint" : " ^7.9 .0"
47
+ "typescript-eslint" : " ^7.11 .0"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments