aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-23 08:48:21 +0000
committerGitHub <[email protected]>2024-12-23 08:48:21 +0000
commiteb598e2f9663f59d9137511fe4d564c320f5d272 (patch)
tree6c41bd68e8e9476aeb1e9843ed3df19ef147616a /go.mod
parente229f4b38728fcde2172857c54fcdfdff15bf471 (diff)
downloadhugo-dependabot/go_modules/github.com/evanw/esbuild-0.24.2.tar.gz
hugo-dependabot/go_modules/github.com/evanw/esbuild-0.24.2.zip
build(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.2dependabot/go_modules/github.com/evanw/esbuild-0.24.2
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.2. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.24.2) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d5a4cd6d2..3c5eebfbe 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/cli/safeexec v1.0.1
github.com/disintegration/gift v1.2.1
github.com/dustin/go-humanize v1.0.1
- github.com/evanw/esbuild v0.24.0
+ github.com/evanw/esbuild v0.24.2
github.com/fatih/color v1.18.0
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.6