1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-12-01 22:51:19 +02:00

chore(deps): update all non-major dependencies (#1074)

This commit is contained in:
renovate[bot]
2025-04-28 18:07:37 +10:00
committed by GitHub
parent 8fa488c699
commit abf98e0479
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
.esbuild-0.25.2.pkg
.esbuild-0.25.3.pkg

View File

@@ -7,7 +7,7 @@ toolchain go1.24.2
replace github.com/alecthomas/chroma/v2 => ../../
require (
github.com/alecthomas/chroma/v2 v2.16.0
github.com/alecthomas/chroma/v2 v2.17.0
github.com/alecthomas/kong v1.10.0
github.com/mattn/go-colorable v0.1.14
github.com/mattn/go-isatty v0.0.20

View File

@@ -5,7 +5,7 @@ go 1.22
toolchain go1.24.2
require (
github.com/alecthomas/chroma/v2 v2.16.0
github.com/alecthomas/chroma/v2 v2.17.0
github.com/alecthomas/kong v1.10.0
github.com/alecthomas/kong-hcl v1.0.1
github.com/gorilla/csrf v1.7.3