diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-23 08:48:21 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-23 08:48:21 +0000 |
commit | eb598e2f9663f59d9137511fe4d564c320f5d272 (patch) | |
tree | 6c41bd68e8e9476aeb1e9843ed3df19ef147616a /go.mod | |
parent | e229f4b38728fcde2172857c54fcdfdff15bf471 (diff) | |
download | hugo-eb598e2f9663f59d9137511fe4d564c320f5d272.tar.gz hugo-eb598e2f9663f59d9137511fe4d564c320f5d272.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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |