diff --git a/package-lock.json b/package-lock.json index 281dbddd..3c4d328f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "phaser": "^4.2.0", "react": "^19.2.6", "react-dom": "^19.2.7", - "tsx": "^4.23.0", + "tsx": "^4.23.1", "yaml": "^2.9.0", "zod": "^4.4.3" }, @@ -10175,9 +10175,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz", - "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", + "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", "license": "MIT", "dependencies": { "esbuild": "~0.28.0" diff --git a/package.json b/package.json index 9986eda6..d5bce720 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "phaser": "^4.2.0", "react": "^19.2.6", "react-dom": "^19.2.7", - "tsx": "^4.23.0", + "tsx": "^4.23.1", "yaml": "^2.9.0", "zod": "^4.4.3" },