diff --git a/backend/package.json b/backend/package.json index 2b66bcc59..d6f1ac363 100644 --- a/backend/package.json +++ b/backend/package.json @@ -114,7 +114,7 @@ "eslint-config-standard": "^17.1.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.12.1", + "eslint-plugin-jest": "^29.12.2", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-n": "^17.23.2", "eslint-plugin-no-catch-all": "^1.1.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 8511243ea..ba3847052 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -5474,10 +5474,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-jest@^29.12.1: - version "29.12.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.1.tgz#a0f78812f589796b09148a53a786866244185638" - integrity sha512-Rxo7r4jSANMBkXLICJKS0gjacgyopfNAsoS0e3R9AHnjoKuQOaaPfmsDJPi8UWwygI099OV/K/JhpYRVkxD4AA== +eslint-plugin-jest@^29.12.2: + version "29.12.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.12.2.tgz#10c0f77f107113b1114557b860c6ac39574d5283" + integrity sha512-IIRg0IZ5yuERfzOZrKuNScxk9yeuKo0M4Urx7RZcthK5HE/8gJUY518bdi7picLRBJVctjOW3yVx0zyBp4Cq+g== dependencies: "@typescript-eslint/utils" "^8.0.0"