diff --git a/packages/lib/package.json b/packages/lib/package.json index 588e3b97..58b897e8 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -68,7 +68,7 @@ "@testing-library/preact": "3.2.3", "@testing-library/preact-hooks": "1.1.0", "@testing-library/user-event": "14.4.3", - "@types/jest": "29.5.0", + "@types/jest": "29.5.1", "@typescript-eslint/eslint-plugin": "5.56.0", "@typescript-eslint/parser": "5.56.0", "autoprefixer": "10.4.14", diff --git a/yarn.lock b/yarn.lock index 46069bd5..a66927c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2026,10 +2026,10 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/jest@29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac" - integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg== +"@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== dependencies: expect "^29.0.0" pretty-format "^29.0.0"