diff --git a/setup-ssh/package.json b/setup-ssh/package.json index bbe92c2159..9f4ee40f61 100644 --- a/setup-ssh/package.json +++ b/setup-ssh/package.json @@ -38,7 +38,7 @@ "eslint": "^8.57.1", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-github": "^5.0.2", - "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jest": "^28.11.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "3.3.3", diff --git a/setup-ssh/yarn.lock b/setup-ssh/yarn.lock index 89377fdc0d..b4849ff2e9 100644 --- a/setup-ssh/yarn.lock +++ b/setup-ssh/yarn.lock @@ -1823,10 +1823,10 @@ eslint-plugin-import@^2.25.2: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-jest@^28.8.3: - version "28.8.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0" - integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ== +eslint-plugin-jest@^28.11.0: + version "28.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e" + integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"