diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2544fb65..282a1053 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,8 +123,8 @@ importers: specifier: 5.3.1 version: 5.3.1 tsx: - specifier: 4.10.2 - version: 4.10.2 + specifier: 4.10.3 + version: 4.10.3 typescript: specifier: 5.4.5 version: 5.4.5 @@ -2181,6 +2181,9 @@ packages: get-tsconfig@4.7.3: resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} + get-tsconfig@4.7.5: + resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + get-uri@6.0.3: resolution: {integrity: sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==} engines: {node: '>= 14'} @@ -3750,8 +3753,8 @@ packages: typescript: optional: true - tsx@4.10.2: - resolution: {integrity: sha512-gOfACgv1ElsIjvt7Fp0rMJKGnMGjox0JfGOfX3kmZCV/yZumaNqtHGKBXt1KgaYS9KjDOmqGeI8gHk/W7kWVZg==} + tsx@4.10.3: + resolution: {integrity: sha512-f0g60aFSVRVkzcQkEflh8fPLRfmt+HJHgWi/plG5UgvVaV+9TcpOwJ0sZJSACXmwmjMPg9yQR0BhTLbhkfV2uA==} engines: {node: '>=18.0.0'} hasBin: true @@ -6470,6 +6473,10 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 + get-tsconfig@4.7.5: + dependencies: + resolve-pkg-maps: 1.0.0 + get-uri@6.0.3: dependencies: basic-ftp: 5.0.4 @@ -8070,10 +8077,10 @@ snapshots: - supports-color - ts-node - tsx@4.10.2: + tsx@4.10.3: dependencies: esbuild: 0.20.2 - get-tsconfig: 4.7.3 + get-tsconfig: 4.7.5 optionalDependencies: fsevents: 2.3.3 diff --git a/scripts/package.json b/scripts/package.json index 3b776503..4bb028b1 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -15,7 +15,7 @@ "@untitled-theme/colors": "workspace:*", "prettier": "3.2.5", "svgson": "5.3.1", - "tsx": "4.10.2", + "tsx": "4.10.3", "typescript": "5.4.5", "yargs": "17.7.2" }