diff --git a/package-lock.json b/package-lock.json index b83c0f5..7862ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "globals": "^17.7.0", - "prettier": "^3.8.5", + "prettier": "^3.9.4", "prettier-plugin-tailwindcss": "^0.8.0", "vite-plugin-eslint": "^1.8.1" }, @@ -1760,9 +1760,9 @@ } }, "node_modules/prettier": { - "version": "3.8.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.5.tgz", - "integrity": "sha512-zxcTTCedNGJM4R8sj/Cq/F0W/c4iE0afWBcBwMTRtw4WHYP9TWkYjdiH3npPRUYsXQCPR0hTU9yjovOu+E6EQA==", + "version": "3.9.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", + "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 6ed4e0a..6621d32 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "globals": "^17.7.0", - "prettier": "^3.8.5", + "prettier": "^3.9.4", "prettier-plugin-tailwindcss": "^0.8.0", "vite-plugin-eslint": "^1.8.1" }