Skip to content

Commit cd92caf

Browse files
committed
fix(deps): bump tsx for esbuild vulnerability
1 parent 36e7c59 commit cd92caf

File tree

5 files changed

+241
-202
lines changed

5 files changed

+241
-202
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"swc-plugin-transform-remove-imports": "3.1.0",
173173
"tempy": "1.0.1",
174174
"tstyche": "^3.1.1",
175-
"tsx": "4.19.2",
175+
"tsx": "4.19.3",
176176
"turbo": "^2.3.3",
177177
"typescript": "5.7.3"
178178
},

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"graphql-scalars": "1.22.2",
5656
"pluralize": "8.0.0",
5757
"ts-essentials": "10.0.3",
58-
"tsx": "4.19.2"
58+
"tsx": "4.19.3"
5959
},
6060
"devDependencies": {
6161
"@payloadcms/eslint-config": "workspace:*",

packages/payload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"sanitize-filename": "1.6.3",
111111
"scmp": "2.1.0",
112112
"ts-essentials": "10.0.3",
113-
"tsx": "4.19.2",
113+
"tsx": "4.19.3",
114114
"uuid": "10.0.0",
115115
"ws": "^8.16.0"
116116
},

0 commit comments

Comments
 (0)