diff --git a/package-lock.json b/package-lock.json index 89abb03c..c5a5ce3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "cypress": "^13.6.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.54.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-react": "^7.33.2", @@ -7445,9 +7445,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 8a60b8c9..5b081d5b 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "cypress": "^13.6.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^8.54.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-jest": "^27.6.0", "eslint-plugin-react": "^7.33.2",