Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit a1096d9

Browse files
housekeeping: Update dependency esbuild [SECURITY]
1 parent b0bb7a1 commit a1096d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/react": "17.0.50",
8181
"@types/react-dom": "17.0.17",
8282
"csstype": "3.0.3",
83-
"esbuild": "0.18.13",
83+
"esbuild": "0.25.0",
8484
"eslint": "8.16.0",
8585
"jest": "27.5.1",
8686
"react": "17.0.2",

frontend/packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"chalk": "^4",
5454
"dotenv": "^16.3.1",
5555
"enzyme": "^3.11.0",
56-
"esbuild": "^0.18.0",
56+
"esbuild": "^0.27.0",
5757
"eslint": "^8.3.0",
5858
"eslint-config-airbnb": "^19.0.0",
5959
"eslint-config-prettier": "^8.2.0",

tools/scaffolding/templates/gateway/frontend/workflows/echo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@clutch-sh/tools": "^4.0.0-beta",
33-
"esbuild": "^0.18.0",
33+
"esbuild": "^0.27.0",
3434
"eslint": "^8.3.0",
3535
"jest": "^27.0.0"
3636
},

0 commit comments

Comments
 (0)