aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-20 08:23:08 +0000
committerGitHub <[email protected]>2024-12-20 08:23:08 +0000
commite7f92b10aecb8de48390e038bee3b5cde8d6d74c (patch)
treeddcdb949a7188b3caa27f562638b21006d9b3da3 /go.mod
parent6c583e322759228d65c4a7576515e19b43f67bc2 (diff)
downloadhugo-e7f92b10aecb8de48390e038bee3b5cde8d6d74c.tar.gz
hugo-e7f92b10aecb8de48390e038bee3b5cde8d6d74c.zip
build(deps): bump github.com/evanw/esbuild from 0.24.0 to 0.24.1dependabot/go_modules/github.com/evanw/esbuild-0.24.1
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.1. - [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.1) --- 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 335d836a4..c358f0bc7 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.1
github.com/fatih/color v1.18.0
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.6