diff --git a/package-lock.json b/package-lock.json index 5065dfb..23da28b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/react": "18.0.27", "autoprefixer": "^10.4.13", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-testing-library": "^5.9.1", + "eslint-plugin-testing-library": "^5.10.2", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "postcss": "^8.4.21", @@ -4993,12 +4993,12 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz", - "integrity": "sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz", + "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^5.13.0" + "@typescript-eslint/utils": "^5.43.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0", diff --git a/package.json b/package.json index 0e37b1e..d30bd7a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/react": "18.0.27", "autoprefixer": "^10.4.13", "eslint-config-prettier": "^8.6.0", - "eslint-plugin-testing-library": "^5.9.1", + "eslint-plugin-testing-library": "^5.10.2", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "postcss": "^8.4.21",