diff --git a/package.json b/package.json index c01aef99..9b13bc16 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@graphql-codegen/typescript-operations": "2.5.3", "@octokit/graphql-schema": "12.0.0", "@tsconfig/node16": "1.0.3", - "@types/jest": "29.1.0", + "@types/jest": "29.1.1", "@types/node": "16.11.62", "@typescript-eslint/eslint-plugin": "5.38.1", "@typescript-eslint/parser": "5.38.1", diff --git a/yarn.lock b/yarn.lock index f32cfb37..1c81b483 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2228,10 +2228,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.1.0": - version "29.1.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.1.0.tgz#9cfbe1b0d4408f9732aaf37447460f10f2c71ce6" - integrity sha512-CqlKkMNaUhFSRvqVKniNhbcy9fc/Rj2cmFD5t8Jtu4HlHzSit27h7XKfP5kkxBeROQ8WAvQQmy93FIz9or8jKg== +"@types/jest@29.1.1": + version "29.1.1" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.1.1.tgz#cf21a0835a1ba9a30ea1966019f1261c6a114c92" + integrity sha512-U9Ey07dGWl6fUFaIaUQUKWG5NoKi/zizeVQCGV8s4nSU0jPgqphVZvS64+8BtWYvrc3ZGw6wo943NSYPxkrp/g== dependencies: expect "^29.0.0" pretty-format "^29.0.0"