diff --git a/package.json b/package.json index 8d78d011a..aa5114832 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest-dom": "4.0.3", + "eslint-plugin-jest-dom": "5.0.1", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 56427c1e8..28f5dd91c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4046,7 +4046,7 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@^8.11.1", "@testing-library/dom@^8.3.0": +"@testing-library/dom@^8.3.0": version "8.20.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6" integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA== @@ -8337,13 +8337,12 @@ eslint-plugin-import@^2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest-dom@4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.3.tgz#ec17171385660e78465cce9f3e1ce90294ea1190" - integrity sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA== +eslint-plugin-jest-dom@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.0.1.tgz#48a0bec664665f206535c87a70d063a05e4189da" + integrity sha512-zD/BjNk12R5R9cxIu8oa2HfNeDSknI3ewtN8nygIUMQuieWDnTY9Np//6a1Z3G7Y3dx3l45hCUR4EphsgRmUtA== dependencies: "@babel/runtime" "^7.16.3" - "@testing-library/dom" "^8.11.1" requireindex "^1.2.0" eslint-plugin-prettier@4.2.1: