Skip to content

Commit 469bd43

Browse files
chore: bump tsx to ^4.21.0 across all workspaces (#1116)
Addresses Go stdlib CVEs (including CRITICAL CVE-2025-68121) found by Trivy in the esbuild binary bundled with tsx. Updates tsx from ^4.0.0–^4.19.2 to ^4.21.0 in all 7 workspace packages. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 55c391d commit 469bd43

File tree

8 files changed

+291
-20
lines changed

8 files changed

+291
-20
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cross-env": "^7.0.3",
1818
"json-schema-to-typescript": "^15.0.4",
1919
"tsc-watch": "^6.2.0",
20-
"tsx": "^4.19.1",
20+
"tsx": "^4.21.0",
2121
"typescript": "^5.6.2",
2222
"vitest": "^4.1.4"
2323
},

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/argparse": "^2.0.16",
2121
"argparse": "^2.0.1",
2222
"prisma": "^6.2.1",
23-
"tsx": "^4.19.1",
23+
"tsx": "^4.21.0",
2424
"typescript": "^5.7.3"
2525
},
2626
"dependencies": {

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/express": "^5.0.1",
1414
"@types/node": "^20.0.0",
1515
"tsc-watch": "6.2.1",
16-
"tsx": "^4.0.0",
16+
"tsx": "^4.21.0",
1717
"typescript": "^5.0.0"
1818
},
1919
"dependencies": {

packages/queryLanguage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@lezer/generator": "^1.8.0",
12-
"tsx": "^4.19.1",
12+
"tsx": "^4.21.0",
1313
"typescript": "^5.7.3",
1414
"vitest": "^4.1.4"
1515
},

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"glob": "^11.1.0",
1414
"json-schema-to-typescript": "^15.0.4",
1515
"nodemon": "^3.1.10",
16-
"tsx": "^4.19.2",
16+
"tsx": "^4.21.0",
1717
"typescript": "^5.7.3"
1818
},
1919
"exports": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "^22.7.5",
3030
"cross-env": "^7.0.3",
3131
"tsc-watch": "6.2.1",
32-
"tsx": "^4.19.1",
32+
"tsx": "^4.21.0",
3333
"typescript": "^5.7.3",
3434
"vitest": "^4.1.4"
3535
},

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"react-grab": "^0.1.23",
224224
"react-scan": "^0.5.3",
225225
"tailwindcss": "^3.4.1",
226-
"tsx": "^4.19.2",
226+
"tsx": "^4.21.0",
227227
"typescript": "^5",
228228
"typescript-eslint": "^8.56.1",
229229
"vite-tsconfig-paths": "^5.1.3",

0 commit comments

Comments
 (0)