diff --git a/package-lock.json b/package-lock.json index 21f7058c..571e20af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "cypress": "^13.7.3", "eslint": "^8.56.0", "eslint-config-next": "^14.2.1", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "husky": "^9.0.11", "jest": "^29.7.0", @@ -5352,9 +5352,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index 3fbdc4e1..78c6c07d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "cypress": "^13.7.3", "eslint": "^8.56.0", "eslint-config-next": "^14.2.1", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "husky": "^9.0.11", "jest": "^29.7.0",