diff --git a/package.json b/package.json index ed55ed64..61350a22 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@graphql-codegen/cli": "2.13.11", "@graphql-codegen/typescript": "2.8.1", "@tsconfig/recommended": "1.0.1", - "@types/jest": "29.2.1", + "@types/jest": "29.2.2", "@typescript-eslint/eslint-plugin": "5.42.0", "@typescript-eslint/parser": "5.42.0", "eslint": "8.26.0", diff --git a/yarn.lock b/yarn.lock index 085bf9c6..dd52f830 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1869,10 +1869,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.1.tgz#31fda30bdf2861706abc5f1730be78bed54f83ee" - integrity sha512-nKixEdnGDqFOZkMTF74avFNr3yRqB1ZJ6sRZv5/28D5x2oLN14KApv7F9mfDT/vUic0L3tRCsh3XWpWjtJisUQ== +"@types/jest@29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.2.tgz#874e7dc6702fa6a3fe6107792aa98636dcc480b4" + integrity sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog== dependencies: expect "^29.0.0" pretty-format "^29.0.0"