diff --git a/package.json b/package.json index 1585347..9ed0329 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "gatsby-transformer-yaml-full": "^5.0.0", "gatsby-yaml-full-markdown": "^5.0.1", "prettier": "^3.0.3", - "tsx": "^3.13.0", + "tsx": "^4.6.1", "typescript": "^5.2.2", "webpack-stats-plugin": "^1.1.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f785ee..186d5ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ devDependencies: specifier: ^3.0.3 version: 3.0.3 tsx: - specifier: ^3.13.0 - version: 3.13.0 + specifier: ^4.6.1 + version: 4.6.1 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -11503,13 +11503,13 @@ packages: tslib: 1.14.1 typescript: 5.2.2 - /tsx@3.13.0: - resolution: {integrity: sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A==} + /tsx@4.6.1: + resolution: {integrity: sha512-OQ4TAPHXAPUo/NZAmmIybl0o8LFOTlycQxFepLBAp6EV87U88fOKYGCQI2viGAEOVU9UW/cgQcxcOMnfEKVY3Q==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20 get-tsconfig: 4.7.2 - source-map-support: 0.5.21 optionalDependencies: fsevents: 2.3.3 dev: true