diff --git a/bin/.esbuild-0.21.5.pkg b/bin/.esbuild-0.23.0.pkg similarity index 100% rename from bin/.esbuild-0.21.5.pkg rename to bin/.esbuild-0.23.0.pkg diff --git a/bin/.go-1.22.4.pkg b/bin/.go-1.22.5.pkg similarity index 100% rename from bin/.go-1.22.4.pkg rename to bin/.go-1.22.5.pkg diff --git a/bin/.watchexec-2.1.1.pkg b/bin/.watchexec-2.1.2.pkg similarity index 100% rename from bin/.watchexec-2.1.1.pkg rename to bin/.watchexec-2.1.2.pkg diff --git a/bin/esbuild b/bin/esbuild index b201c3b3c..be3d9ce6b 120000 --- a/bin/esbuild +++ b/bin/esbuild @@ -1 +1 @@ -.esbuild-0.21.5.pkg \ No newline at end of file +.esbuild-0.23.0.pkg \ No newline at end of file diff --git a/bin/go b/bin/go index 27ef99ef1..5c26cb9ed 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.22.4.pkg \ No newline at end of file +.go-1.22.5.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 27ef99ef1..5c26cb9ed 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.22.4.pkg \ No newline at end of file +.go-1.22.5.pkg \ No newline at end of file diff --git a/bin/watchexec b/bin/watchexec index 17387d03c..b813380e9 120000 --- a/bin/watchexec +++ b/bin/watchexec @@ -1 +1 @@ -.watchexec-2.1.1.pkg \ No newline at end of file +.watchexec-2.1.2.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 109fc73b7..ba327f8cd 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/alecthomas/assert/v2 v2.10.0 github.com/alecthomas/repr v0.4.0 - github.com/dlclark/regexp2 v1.11.0 + github.com/dlclark/regexp2 v1.11.2 ) require github.com/hexops/gotextdiff v1.0.3 // indirect diff --git a/go.sum b/go.sum index 2333d1cde..2f79b4819 100644 --- a/go.sum +++ b/go.sum @@ -20,5 +20,7 @@ github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= +github.com/dlclark/regexp2 v1.11.2 h1:/u628IuisSTwri5/UKloiIsH8+qF2Pu7xEQX+yIKg68= +github.com/dlclark/regexp2 v1.11.2/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM= github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=