diff --git a/package.json b/package.json index 7b8c0b0..b36510e 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "devDependencies": { "eslint": "^8.24.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.0.4" + "eslint-plugin-jest": "^27.1.5" } } diff --git a/yarn.lock b/yarn.lock index 80573ba..c89407a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1880,10 +1880,10 @@ eslint-plugin-import@^2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^27.0.4: - version "27.0.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.4.tgz#ab9c7b3f48bfade4762c24c415a5d9bbc0174a61" - integrity sha512-BuvY78pHMpMJ6Cio7sKg6jrqEcnRYPUc4Nlihku4vKx3FjlmMINSX4vcYokZIe+8TKcyr1aI5Kq7vYwgJNdQSA== +eslint-plugin-jest@^27.1.5: + version "27.1.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.5.tgz#16fad619cfee6cdf73d56098fbed0761e1f653ce" + integrity sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA== dependencies: "@typescript-eslint/utils" "^5.10.0"