diff --git a/package-lock.json b/package-lock.json index 98e8603..7ec1650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "chokidar": "^4.0.1", "laravel-vite-plugin": "^1.0", "postcss": "^8.4.49", - "prettier": "^3.2.5", + "prettier": "^3.4.1", "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.15", "vite": "^5.4" @@ -2033,9 +2033,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4ba1884..bb2c0f9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chokidar": "^4.0.1", "laravel-vite-plugin": "^1.0", "postcss": "^8.4.49", - "prettier": "^3.2.5", + "prettier": "^3.4.1", "prettier-plugin-tailwindcss": "^0.6.9", "tailwindcss": "^3.4.15", "vite": "^5.4"