diff --git a/package-lock.json b/package-lock.json index c50df43..20c1d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^9", "eslint-config-next": "16.2.10", "tailwindcss": "^4", - "tsx": "^4.22.3", + "tsx": "^4.23.1", "typescript": "^5" } }, @@ -6933,9 +6933,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.3.tgz", - "integrity": "sha512-mdoNxBC/cSQObGGVQ5Bpn5i+yv7j68gk3Nfm3wFjcJg3Z0Mix9jzAFfP12prmm5eVGmDKtp0yyArrs0Q+8gZHg==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", + "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f869132..3be36ea 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "^9", "eslint-config-next": "16.2.10", "tailwindcss": "^4", - "tsx": "^4.22.3", + "tsx": "^4.23.1", "typescript": "^5" } }