Skip to content

Commit dbe4c46

Browse files
committed
update Go and playground dependencies to the latest
1 parent 10e833c commit dbe4c46

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/rhysd/actionlint
33
go 1.18
44

55
require (
6-
github.com/fatih/color v1.16.0
6+
github.com/fatih/color v1.17.0
77
github.com/google/go-cmp v0.6.0
88
github.com/mattn/go-colorable v0.1.13
99
github.com/mattn/go-runewidth v0.0.15

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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=
33
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
44
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
55
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"author": "rhysd <[email protected]> (https://rhysd.github.io/)",
2020
"license": "MIT",
2121
"dependencies": {
22-
"bulma": "^1.0.0",
22+
"bulma": "^1.0.1",
2323
"codemirror": "^5.65.8",
2424
"devicon": "^2.16.0",
2525
"ismobilejs": "^1.1.1",
@@ -38,12 +38,12 @@
3838
"eslint": "^8.57.0",
3939
"eslint-plugin-mocha": "^10.4.3",
4040
"http-server": "^14.1.1",
41-
"jsdom": "^24.0.0",
41+
"jsdom": "^24.1.0",
4242
"mocha": "^10.4.0",
4343
"prettier": "^3.2.5",
44-
"stylelint": "^16.5.0",
44+
"stylelint": "^16.6.0",
4545
"stylelint-config-standard": "^36.0.0",
4646
"typescript": "^5.4.5",
47-
"typescript-eslint": "^7.9.0"
47+
"typescript-eslint": "^7.11.0"
4848
}
4949
}

0 commit comments

Comments
 (0)