diff --git a/package-lock.json b/package-lock.json index 63d4260..e10720a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "jsdom": "^27.4.0", "next": ">=16.1.5", "postcss": "^8.5.6", - "prettier": "^3.8.0", + "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "prisma": "^7.3.0", "tailwindcss": "^4.1.18", @@ -10895,9 +10895,9 @@ } }, "node_modules/prettier": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", - "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", + "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e414ce5..8509745 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint-config-next": "^16.1.3", "jsdom": "^27.4.0", "postcss": "^8.5.6", - "prettier": "^3.8.0", + "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "prisma": "^7.3.0", "tailwindcss": "^4.1.18",