diff --git a/package.json b/package.json index aec05b1..00882aa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "request-promise": "^4.2.6" }, "devDependencies": { - "eslint-plugin-jest": "^26.1.2" + "eslint-plugin-jest": "^26.1.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index dd95b35..042d21c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4029,10 +4029,10 @@ eslint-plugin-jest@^25.3.0: dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" -eslint-plugin-jest@^26.1.2: - version "26.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.2.tgz#0f1a15c62889fffc3f78a773749d672f1bedb15f" - integrity sha512-1bXCoRODPkGN06n9KAMls4Jm0eyS+0Q/LWcIxhqWR2ycV0Z7lnx2c10idk4dtFIJY5xStgiIr5snC6/rxcXpbw== +eslint-plugin-jest@^26.1.3: + version "26.1.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.3.tgz#e722e5efeea18aa9dec7c7349987b641db19feb7" + integrity sha512-Pju+T7MFpo5VFhFlwrkK/9jRUu18r2iugvgyrWOnnGRaVTFFmFXp+xFJpHyqmjjLmGJPKLeEFLVTAxezkApcpQ== dependencies: "@typescript-eslint/utils" "^5.10.0"