diff --git a/bin/.esbuild-0.20.1.pkg b/bin/.esbuild-0.20.2.pkg similarity index 100% rename from bin/.esbuild-0.20.1.pkg rename to bin/.esbuild-0.20.2.pkg diff --git a/bin/esbuild b/bin/esbuild index a083bbf3d..f0c0be15a 120000 --- a/bin/esbuild +++ b/bin/esbuild @@ -1 +1 @@ -.esbuild-0.20.1.pkg \ No newline at end of file +.esbuild-0.20.2.pkg \ No newline at end of file diff --git a/cmd/chroma/go.mod b/cmd/chroma/go.mod index 5bb21a3f5..919a8cc25 100644 --- a/cmd/chroma/go.mod +++ b/cmd/chroma/go.mod @@ -5,7 +5,7 @@ go 1.19 replace github.com/alecthomas/chroma/v2 => ../../ require ( - github.com/alecthomas/chroma/v2 v2.12.0 + github.com/alecthomas/chroma/v2 v2.13.0 github.com/alecthomas/kong v0.9.0 github.com/mattn/go-colorable v0.1.13 github.com/mattn/go-isatty v0.0.20 diff --git a/cmd/chromad/go.mod b/cmd/chromad/go.mod index ed8e7eb6d..8213a6a09 100644 --- a/cmd/chromad/go.mod +++ b/cmd/chromad/go.mod @@ -3,7 +3,7 @@ module github.com/alecthomas/chroma/v2/cmd/chromad go 1.19 require ( - github.com/alecthomas/chroma/v2 v2.12.0 + github.com/alecthomas/chroma/v2 v2.13.0 github.com/alecthomas/kong v0.9.0 github.com/alecthomas/kong-hcl v1.0.1 github.com/gorilla/csrf v1.7.2