deps: Upgrade github.com/evanw/esbuild v0.15.18 => v0.17.0

Also add a test to make sure legal comments are preserved in JS bundles.

Closes #10536
This commit is contained in:
Bjørn Erik Pedersen
2023-01-16 09:53:17 +01:00
parent c4f3a46ce6
commit 6e9fa9e0fd
3 changed files with 44 additions and 1 deletions

2
go.mod
View File

@@ -19,7 +19,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.15.18
github.com/evanw/esbuild v0.17.0
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.4
github.com/fsnotify/fsnotify v1.6.0