diff --git a/package.json b/package.json index f0922479..89fb7b7d 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.0", + "@types/jest": "27.5.1", "@typescript-eslint/eslint-plugin": "5.23.0", "@typescript-eslint/parser": "5.23.0", "eslint": "8.15.0", diff --git a/yarn.lock b/yarn.lock index afbbc1c9..1b207eae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1479,10 +1479,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@27.5.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b" - integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g== +"@types/jest@27.5.1": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9" + integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"