diff --git a/module/package.json b/module/package.json index 41afc70..f060cab 100644 --- a/module/package.json +++ b/module/package.json @@ -12,7 +12,7 @@ "@testing-library/jest-dom": "^6.1.6", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.13.3", - "eslint-plugin-jest-dom": "^5.0.1", + "eslint-plugin-jest-dom": "^5.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.6.2" }, diff --git a/yarn.lock b/yarn.lock index 80b1115..88dc1af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3687,10 +3687,10 @@ eslint-plugin-import@^2.28.1: semver "^6.3.1" tsconfig-paths "^3.14.2" -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== +eslint-plugin-jest-dom@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.1.0.tgz#b285cd1cc71c084c8ee897f0f85599758d7cb933" + integrity sha512-JIXZp+E/h/aGlP/rQc4tuOejiHlZXg65qw8JAJMIJA5VsdjOkss/SYcRSqBrQuEOytEM8JvngUjcz31d1RrCrA== dependencies: "@babel/runtime" "^7.16.3" requireindex "^1.2.0"