diff --git a/package-lock.json b/package-lock.json index 631f0789..59818671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "eslint": "^9", "eslint-config-next": "16.3.1", "husky": "^9.1.7", - "prettier": "^3.8.4", + "prettier": "^3.9.6", "prettier-plugin-tailwindcss": "^0.8.0", "prisma": "^7.8.0", "tailwindcss": "^4", @@ -11833,9 +11833,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz", + "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 8e3191c6..b6c4f942 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint": "^9", "eslint-config-next": "16.3.1", "husky": "^9.1.7", - "prettier": "^3.8.4", + "prettier": "^3.9.6", "prettier-plugin-tailwindcss": "^0.8.0", "prisma": "^7.8.0", "tailwindcss": "^4",