diff --git a/package-lock.json b/package-lock.json index c82a8491800f55e752ce0a71b13d539e49da4a3c..101c9962ad07b995799b047ae7a679cd81445911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,13 +52,13 @@ "core-js": "^3.22.3", "cypress": "^12.8.0", "cypress-cucumber-preprocessor": "^4.1.0", - "eslint": "^8.32.0", - "eslint-config-prettier": "^8.6.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-formatter-gitlab": "^4.0.0", "eslint-plugin-cypress": "^2.12.1", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-react": "^7.33.2", "history": "^5.3.0", "html-webpack-plugin": "^4.5.2", "jest-cucumber": "^3.0.1", @@ -16197,9 +16197,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.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" @@ -52009,9 +52009,9 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index f9d635feb78ecb325ee910e3fd859f334669377f..9c25c966e9bc99b912a8e0f61ca9980a709cc8cf 100644 --- a/package.json +++ b/package.json @@ -78,13 +78,13 @@ "core-js": "^3.22.3", "cypress": "^12.8.0", "cypress-cucumber-preprocessor": "^4.1.0", - "eslint": "^8.32.0", - "eslint-config-prettier": "^8.6.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-formatter-gitlab": "^4.0.0", "eslint-plugin-cypress": "^2.12.1", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-react": "^7.32.1", + "eslint-plugin-import": "^2.29.0", + "eslint-plugin-react": "^7.33.2", "history": "^5.3.0", "html-webpack-plugin": "^4.5.2", "jest-cucumber": "^3.0.1",