diff --git a/servers/execution/runner/package.json b/servers/execution/runner/package.json index 232476c67..de7869976 100644 --- a/servers/execution/runner/package.json +++ b/servers/execution/runner/package.json @@ -43,7 +43,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.9.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jest": "^27.2.3", + "eslint-plugin-jest": "^27.3.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.6.2", "prettier": "^3.0.0", diff --git a/servers/execution/runner/yarn.lock b/servers/execution/runner/yarn.lock index a3d578ecf..c4116bec4 100644 --- a/servers/execution/runner/yarn.lock +++ b/servers/execution/runner/yarn.lock @@ -2639,10 +2639,10 @@ eslint-plugin-import@^2.28.0: semver "^6.3.1" tsconfig-paths "^3.14.2" -eslint-plugin-jest@^27.2.3: - version "27.2.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec" - integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ== +eslint-plugin-jest@^27.3.0: + version "27.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.3.0.tgz#8e7f72bfac15e4f342c7f8f8c998ec181a28d1b9" + integrity sha512-zTE29DHa7CTeyX7IXv374LzQVwY4BeDD3x8gjt9LhBj5U36/+mDKIZisNPJ+X5MFFhZpmyevr9ywSzXFJIaowg== dependencies: "@typescript-eslint/utils" "^5.10.0"