diff --git a/package-lock.json b/package-lock.json index a76b124..64ab35b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@tailwindcss/cli": "4.1.17", - "prettier": "3.7.2", + "prettier": "3.7.3", "prettier-plugin-tailwindcss": "0.7.1", "tailwindcss": "4.1.17" } @@ -1146,9 +1146,9 @@ } }, "node_modules/prettier": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.2.tgz", - "integrity": "sha512-n3HV2J6QhItCXndGa3oMWvWFAgN1ibnS7R9mt6iokScBOC0Ul9/iZORmU2IWUMcyAQaMPjTlY3uT34TqocUxMA==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", + "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", "dev": true, "license": "MIT", "peer": true, diff --git a/package.json b/package.json index d93f055..29934b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@tailwindcss/cli": "4.1.17", - "prettier": "3.7.2", + "prettier": "3.7.3", "prettier-plugin-tailwindcss": "0.7.1", "tailwindcss": "4.1.17" }