diff --git a/package-lock.json b/package-lock.json index cc6a522..dd0c0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "tailwindcss": "4.3.3" }, "devDependencies": { - "tsx": "4.23.1" + "tsx": "4.23.10" } }, "node_modules/@astrojs/compiler-binding": { @@ -4361,9 +4361,9 @@ "optional": true }, "node_modules/tsx": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", - "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9ec71dd..4935f4b 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "tailwindcss": "4.3.3" }, "devDependencies": { - "tsx": "4.23.1" + "tsx": "4.23.10" } }