diff --git a/package.json b/package.json index e57933f7..63ac7826 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@graphql-codegen/cli": "2.6.2", "@graphql-codegen/typescript": "2.4.11", "@tsconfig/recommended": "1.0.1", - "@types/jest": "27.5.2", + "@types/jest": "28.1.0", "@typescript-eslint/eslint-plugin": "5.27.0", "@typescript-eslint/parser": "5.27.0", "eslint": "8.16.0", diff --git a/yarn.lock b/yarn.lock index 9c13439e..5f409a84 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1479,10 +1479,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@27.5.2": - version "27.5.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" - integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== +"@types/jest@28.1.0": + version "28.1.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573" + integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"