diff --git a/package-lock.json b/package-lock.json index 9ce04f4..e469c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint": "8.46.0", "eslint-config-next": "13.4.12", "postcss": "8.4.27", - "prettier": "3.0.0", + "prettier": "3.0.1", "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3", "typescript": "5.1.6" @@ -3056,9 +3056,9 @@ } }, "node_modules/prettier": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", - "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", + "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index fc54fe1..f7ed2f1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "8.46.0", "eslint-config-next": "13.4.12", "postcss": "8.4.27", - "prettier": "3.0.0", + "prettier": "3.0.1", "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3", "typescript": "5.1.6"