diff --git a/package-lock.json b/package-lock.json index bd20f6e..582bf2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-astro": "^0.31.3", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "prettier": "^3.2.4", + "prettier": "^3.3.3", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.11", "react": "^18.2.0", @@ -8576,9 +8576,9 @@ } }, "node_modules/prettier": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", - "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "devOptional": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 6869e85..f1e1423 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-astro": "^0.31.3", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "prettier": "^3.2.4", + "prettier": "^3.3.3", "prettier-plugin-astro": "^0.13.0", "prettier-plugin-tailwindcss": "^0.5.11", "react": "^18.2.0",