diff --git a/package.json b/package.json index 1585347..fcde98f 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.1.3", "typescript": "^5.2.2", "webpack-stats-plugin": "^1.1.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f785ee..828b0ef 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.1.3 + version: 4.1.3 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -11503,8 +11503,9 @@ 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.1.3: + resolution: {integrity: sha512-DLiTy1eri4nhqgVVy+15YKC6Ij2BMFxGdDMkVrSDkNuISUJLv7n0NgZpFLpdM+qmwXar34XllgYi4cxkNMbDwQ==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20