summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-24 18:01:15 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-24 21:30:30 +0100
commit7248f43188c159519e1427a290267f7f69f91ded (patch)
treea4514effe94e657fe532f4b4ef2cf8c99de96738 /go.mod
parent08fdca9d9365eaf1e496a12e2af5e18617bd0e66 (diff)
build(deps): bump github.com/evanw/esbuild from 0.14.22 to 0.14.23
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.22 to 0.14.23. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.14.22...v0.14.23) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 71bdd5607..642ddacbc 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/cli/safeexec v1.0.0
github.com/disintegration/gift v1.2.1
github.com/dustin/go-humanize v1.0.0
- github.com/evanw/esbuild v0.14.22
+ github.com/evanw/esbuild v0.14.23
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.2
github.com/fsnotify/fsnotify v1.5.1