diff --git a/package.json b/package.json index 029b740..86a25d1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "^6.7.1", "eslint-config-prettier": "^6.7.0", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-jest": "^23.0.4", + "eslint-plugin-jest": "^23.0.5", "jest": "^24.9.0", "jest-junit": "^9.0.0", "minimatch": "^3.0.4", diff --git a/yarn.lock b/yarn.lock index e48892d..cdb9f52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1224,10 +1224,10 @@ eslint-plugin-import@^2.18.2: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-jest@^23.0.4: - version "23.0.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.4.tgz#1ab81ffe3b16c5168efa72cbd4db14d335092aa0" - integrity sha512-OaP8hhT8chJNodUPvLJ6vl8gnalcsU/Ww1t9oR3HnGdEWjm/DdCCUXLOral+IPGAeWu/EwgVQCK/QtxALpH1Yw== +eslint-plugin-jest@^23.0.5: + version "23.0.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.5.tgz#3c7c5e636c5a21677d2dfc8ba5424233ee2b9f27" + integrity sha512-etxXrWsFWzxsrxKwJnFC38uppH/vlJ3oF7Wmp/cxedqxRIxVhXup8e5y5MmtVXelevgxrgA1QS1vo8j889iK5Q== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"