Skip to content

Commit d7ec48f

Browse files
authored
fix(graphql): bump tsx version to get around esbuild vulnerability (#14207)
Fixes #14190 Bumps tsx to `4.20.6` which uses a newer version of esbuild without this vulnerability GHSA-67mh-4wv8-2f99 - [x] To do: Test with a canary release in an end project - [x] Tested custom bin script
1 parent ee8b3cf commit d7ec48f

File tree

2 files changed

+84
-46
lines changed

2 files changed

+84
-46
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"graphql-scalars": "1.22.2",
5757
"pluralize": "8.0.0",
5858
"ts-essentials": "10.0.3",
59-
"tsx": "4.19.2"
59+
"tsx": "4.20.6"
6060
},
6161
"devDependencies": {
6262
"@payloadcms/eslint-config": "workspace:*",

0 commit comments

Comments
 (0)