Skip to content

Commit de7f728

Browse files
build(deps): bump github.com/evanw/esbuild from 0.25.3 to 0.25.4
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.3...v0.25.4) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-version: 0.25.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c68e4f8 commit de7f728

File tree

10 files changed

+86
-23
lines changed

10 files changed

+86
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5
1313
github.com/andybalholm/brotli v1.1.1
1414
github.com/chromedp/cdproto v0.0.0-20250509201441-70372ae9ef75
15-
github.com/evanw/esbuild v0.25.3
15+
github.com/evanw/esbuild v0.25.4
1616
github.com/fatih/color v1.18.0
1717
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535
1818
github.com/go-sourcemap/sourcemap v2.1.4+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymF
4848
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
4949
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
5050
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
51-
github.com/evanw/esbuild v0.25.3 h1:4JKyUsm/nHDhpxis4IyWXAi8GiyTwG1WdEp6OhGVE8U=
52-
github.com/evanw/esbuild v0.25.3/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
51+
github.com/evanw/esbuild v0.25.4 h1:k1bTSim+usBG27w7BfOCorhgx3tO+6bAfMj5pR+6SKg=
52+
github.com/evanw/esbuild v0.25.4/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
5353
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
5454
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
5555
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=

vendor/github.com/evanw/esbuild/internal/bundler/bundler.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/css_parser/css_nesting.go

Lines changed: 36 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/js_parser/sourcemap_parser.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/linker/linker.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/internal/logger/msg_ids.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/pkg/api/api.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanw/esbuild/pkg/api/serve_other.go

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ github.com/dgryski/go-rendezvous
115115
## explicit; go 1.13
116116
github.com/dlclark/regexp2
117117
github.com/dlclark/regexp2/syntax
118-
# github.com/evanw/esbuild v0.25.3
118+
# github.com/evanw/esbuild v0.25.4
119119
## explicit; go 1.13
120120
github.com/evanw/esbuild/internal/api_helpers
121121
github.com/evanw/esbuild/internal/ast

0 commit comments

Comments
 (0)