Skip to content

Commit 224ccce

Browse files
build(deps): bump esbuild from 0.24.2 to 0.25.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 104377c commit 224ccce

File tree

3 files changed

+310
-134
lines changed

3 files changed

+310
-134
lines changed

cli/publish-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
4848
"dependencies": {
4949
"commander": "^11.1.0",
50-
"esbuild": "^0.24.2",
50+
"esbuild": "^0.25.0",
5151
"node-fetch": "^3.3.2",
5252
"prettier": "^3.3.3",
5353
"prompts": "^2.4.2"

cli/tools-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chokidar": "^4.0.1",
3030
"commander": "^13.0.0",
3131
"create-completion-spec": "workspace:^",
32-
"esbuild": "^0.24.2",
32+
"esbuild": "^0.25.0",
3333
"fast-glob": "^3.3.2",
3434
"module-from-string": "^3.3.1",
3535
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)