diff --git a/github_bot/package.json b/github_bot/package.json index d4b9c25692..175988997e 100644 --- a/github_bot/package.json +++ b/github_bot/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@types/express": "^4.17.9", - "@types/jest": "^29.5.1", + "@types/jest": "^29.5.2", "@types/node": "^16", "@types/tmp": "^0.2.3", "dotenv": "^16.0.0", diff --git a/github_bot/yarn.lock b/github_bot/yarn.lock index 6b22b275c3..2a1aef1fe2 100644 --- a/github_bot/yarn.lock +++ b/github_bot/yarn.lock @@ -631,10 +631,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.1": - version "29.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47" - integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ== +"@types/jest@^29.5.2": + version "29.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" + integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== dependencies: expect "^29.0.0" pretty-format "^29.0.0" diff --git a/package.json b/package.json index 4d4db771a6..9af911c61e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/d3-shape": "^2.0.0", "@types/enzyme": "^3.9.0", "@types/enzyme-adapter-react-16": "^1.0.5", - "@types/jest": "^29.5.1", + "@types/jest": "^29.5.2", "@types/lodash": "^4.14.121", "@types/luxon": "^1.25.0", "@types/marked": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 2e41e2d540..5e82bdfc83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6545,10 +6545,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.1": - version "29.5.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47" - integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ== +"@types/jest@^29.5.2": + version "29.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.2.tgz#86b4afc86e3a8f3005b297ed8a72494f89e6395b" + integrity sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"