diff --git a/package-lock.json b/package-lock.json index 61c1818..59d1d76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,8 +63,8 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "prisma": "^6.15.0", + "tsx": "^4.20.5", "tailwindcss": "^4.1.13", - "tsx": "^4.20.4", "typescript": "^5.8.2", "typescript-eslint": "^8.27.0", "vitest": "^3.2.4" @@ -11686,9 +11686,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.20.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.4.tgz", - "integrity": "sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg==", + "version": "4.20.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.5.tgz", + "integrity": "sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 367655c..93dfdd5 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "prisma": "^6.15.0", + "tsx": "^4.20.5", "tailwindcss": "^4.1.13", - "tsx": "^4.20.4", "typescript": "^5.8.2", "typescript-eslint": "^8.27.0", "vitest": "^3.2.4"