diff --git a/Dockerfile b/Dockerfile index 8a70676..dc10ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ ENV GOARCH=amd64 RUN just chromad # Runtime stage -FROM alpine:3.23 AS runtime +FROM alpine:3.24 AS runtime # Install ca-certificates for HTTPS requests RUN apk --no-cache add ca-certificates curl diff --git a/bin/.biome-2.4.16.pkg b/bin/.biome-2.5.0.pkg similarity index 100% rename from bin/.biome-2.4.16.pkg rename to bin/.biome-2.5.0.pkg diff --git a/bin/.esbuild-0.28.0.pkg b/bin/.esbuild-0.28.1.pkg similarity index 100% rename from bin/.esbuild-0.28.0.pkg rename to bin/.esbuild-0.28.1.pkg diff --git a/bin/.just-1.51.0.pkg b/bin/.just-1.52.0.pkg similarity index 100% rename from bin/.just-1.51.0.pkg rename to bin/.just-1.52.0.pkg diff --git a/bin/.uv-0.11.19.pkg b/bin/.uv-0.11.21.pkg similarity index 100% rename from bin/.uv-0.11.19.pkg rename to bin/.uv-0.11.21.pkg diff --git a/bin/biome b/bin/biome index ae12e86..e0d77e0 120000 --- a/bin/biome +++ b/bin/biome @@ -1 +1 @@ -.biome-2.4.16.pkg \ No newline at end of file +.biome-2.5.0.pkg \ No newline at end of file diff --git a/bin/esbuild b/bin/esbuild index 64e35af..c4f983c 120000 --- a/bin/esbuild +++ b/bin/esbuild @@ -1 +1 @@ -.esbuild-0.28.0.pkg \ No newline at end of file +.esbuild-0.28.1.pkg \ No newline at end of file diff --git a/bin/just b/bin/just index f2d9b4c..476a831 120000 --- a/bin/just +++ b/bin/just @@ -1 +1 @@ -.just-1.51.0.pkg \ No newline at end of file +.just-1.52.0.pkg \ No newline at end of file diff --git a/bin/uv b/bin/uv index 6b41bbc..09e7ec8 120000 --- a/bin/uv +++ b/bin/uv @@ -1 +1 @@ -.uv-0.11.19.pkg \ No newline at end of file +.uv-0.11.21.pkg \ No newline at end of file diff --git a/bin/uvx b/bin/uvx index 6b41bbc..09e7ec8 120000 --- a/bin/uvx +++ b/bin/uvx @@ -1 +1 @@ -.uv-0.11.19.pkg \ No newline at end of file +.uv-0.11.21.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 28a6f94..fcb3684 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25 require ( github.com/alecthomas/assert/v2 v2.11.0 github.com/alecthomas/repr v0.5.2 - github.com/dlclark/regexp2/v2 v2.1.2 + github.com/dlclark/regexp2/v2 v2.2.1 ) require github.com/hexops/gotextdiff v1.0.3 // indirect diff --git a/go.sum b/go.sum index 489eaf8..cb05d54 100644 --- a/go.sum +++ b/go.sum @@ -6,5 +6,7 @@ github.com/dlclark/regexp2/v2 v2.1.1 h1:LCUGyd9Wf+r+VVOl8Ny38JTpWJcAsdVnCIuhhtth github.com/dlclark/regexp2/v2 v2.1.1/go.mod h1:avUrQvPaLz2DrFNHJF0taWAFFX2C1GMSSoeiqFjcBmU= github.com/dlclark/regexp2/v2 v2.1.2 h1:RJjAeD/h91npDhTG4rMD4+gzGVnLT32qQy/q/ECbyUs= github.com/dlclark/regexp2/v2 v2.1.2/go.mod h1:avUrQvPaLz2DrFNHJF0taWAFFX2C1GMSSoeiqFjcBmU= +github.com/dlclark/regexp2/v2 v2.2.1 h1:mf4KkFUj0gJuarK8P+LgiS+Lit7m9N1yAwEfPbee7R0= +github.com/dlclark/regexp2/v2 v2.2.1/go.mod h1:avUrQvPaLz2DrFNHJF0taWAFFX2C1GMSSoeiqFjcBmU= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=