Skip to content

Commit 7d3c851

Browse files
Update esbuild requirement from ^0.25.1 to ^0.25.2 in /packages/worker
Updates the requirements on [esbuild](https://github.com/evanw/esbuild) to permit the latest version. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd77c70 commit 7d3c851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.23.0",
2121
"@typescript-eslint/eslint-plugin": "^8.28.0",
2222
"@typescript-eslint/parser": "^8.28.0",
23-
"esbuild": "^0.25.1",
23+
"esbuild": "^0.25.2",
2424
"esbuild-plugin-babel": "^0.2.3",
2525
"esbuild-plugin-glob": "^2.2.3",
2626
"eslint": "^9.23.0",

0 commit comments

Comments
 (0)