diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70676a5df..d150b7597 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -106,7 +106,7 @@ importers: version: 7.2.4 tsup: specifier: 8.2.4 - version: 8.2.4(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.6.0) + version: 8.2.4(jiti@1.21.6)(postcss@8.4.47)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.6.0) typescript: specifier: 5.6.2 version: 5.6.2 @@ -321,8 +321,8 @@ importers: specifier: 0.0.7 version: 0.0.7(tailwindcss@3.4.13) tsx: - specifier: 4.17.0 - version: 4.17.0 + specifier: 4.19.1 + version: 4.19.1 typescript: specifier: 5.6.2 version: 5.6.2 @@ -5416,8 +5416,8 @@ packages: typescript: optional: true - tsx@4.17.0: - resolution: {integrity: sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==} + tsx@4.19.1: + resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} engines: {node: '>=18.0.0'} hasBin: true @@ -10733,13 +10733,13 @@ snapshots: optionalDependencies: postcss: 8.4.47 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(yaml@2.6.0): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.19.1)(yaml@2.6.0): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 1.21.6 postcss: 8.4.47 - tsx: 4.17.0 + tsx: 4.19.1 yaml: 2.6.0 postcss-merge-longhand@7.0.4(postcss@8.4.47): @@ -12270,7 +12270,7 @@ snapshots: tslib@2.7.0: {} - tsup@8.2.4(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(typescript@5.6.2)(yaml@2.6.0): + tsup@8.2.4(jiti@1.21.6)(postcss@8.4.47)(tsx@4.19.1)(typescript@5.6.2)(yaml@2.6.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.1) cac: 6.7.14 @@ -12282,7 +12282,7 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.1.0 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.17.0)(yaml@2.6.0) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.47)(tsx@4.19.1)(yaml@2.6.0) resolve-from: 5.0.0 rollup: 4.24.0 source-map: 0.8.0-beta.0 @@ -12297,7 +12297,7 @@ snapshots: - tsx - yaml - tsx@4.17.0: + tsx@4.19.1: dependencies: esbuild: 0.23.1 get-tsconfig: 4.8.1 diff --git a/website/package.json b/website/package.json index 50a8776b5..e178e3757 100644 --- a/website/package.json +++ b/website/package.json @@ -43,7 +43,7 @@ "globby": "14.0.2", "next-sitemap": "4.2.3", "tailwindcss-hocus": "0.0.7", - "tsx": "4.17.0", + "tsx": "4.19.1", "typescript": "5.6.2" } }