diff --git a/package-lock.json b/package-lock.json index 323d596..08cecb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@types/nodemailer": "^6.4.8", "eslint": "8.47.0", "eslint-config-next": "^13.4.12", - "eslint-config-prettier": "^8.10.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "^0.5.3" @@ -2165,9 +2165,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index e1111c0..63242a1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/nodemailer": "^6.4.8", "eslint": "8.47.0", "eslint-config-next": "^13.4.12", - "eslint-config-prettier": "^8.10.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "^0.5.3"