diff --git a/package-lock.json b/package-lock.json index f06b569..89d481f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "devDependencies": { "eslint": "^8.57.1", "eslint-config-next": "^14.2.7", - "prettier": "^3.3.3", + "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.5", "sharp": "^0.33.5" } @@ -7168,9 +7168,9 @@ } }, "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.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 1e5fd62..4d0923f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "eslint": "^8.57.1", "eslint-config-next": "^14.2.7", - "prettier": "^3.3.3", + "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.5", "sharp": "^0.33.5" }