diff --git a/package.json b/package.json index fe0c4a57..19c7efe6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-plugin-add-module-exports": "^1.0.4", "eslint": "^8.39.0", "eslint-config-prettier": "^8.10.0", - "eslint-config-problems": "^6.0.0", + "eslint-config-problems": "^8.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-flowtype": "^5.10.0", @@ -67,7 +67,7 @@ "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.39.0", "eslint-config-prettier": "^8.10.0", - "eslint-config-problems": "^6.0.0", + "eslint-config-problems": "^8.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-flowtype": "^5.10.0", diff --git a/yarn.lock b/yarn.lock index e6e788f7..834638d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3069,9 +3069,10 @@ eslint-config-prettier@^8.10.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== -eslint-config-problems@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-problems/-/eslint-config-problems-6.0.0.tgz#bd74171224d25114ade5c19ba9043cc9b64e3e84" +eslint-config-problems@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-problems/-/eslint-config-problems-8.0.0.tgz#62b87a1e41ffaf1ef75be2bddef5bd7ab41f4787" + integrity sha512-bvZKVXwFe1pPmFNPc0KTr14K89GHo3H/EytD7Ig/MEmlyNEdqC8QlBguPcS/QWvOWDgVqkJiGwmmTljkAV/qpg== eslint-import-resolver-node@^0.3.7: version "0.3.7"