diff --git a/ui/package.json b/ui/package.json index 70d3694..1daecdb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -56,7 +56,7 @@ }, "devDependencies": { "@testing-library/vue": "6.6.1", - "@types/jest": "29.4.4", + "@types/jest": "29.5.0", "@types/lodash": "4.14.191", "@types/vue-markdown": "2.2.1", "@typescript-eslint/eslint-plugin": "5.55.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 59a6d70..a8135df 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1618,10 +1618,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.4.4": - version "29.4.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.4.tgz#ba257bd7b1876dec9e0b4fb82fa60eec5505e5f1" - integrity sha512-qezb65VIH7X1wobSnd6Lvdve7PXSyQRa3dljTkhTtDhi603RvHQCshSlJcuyMLHJpeHgY3NKwvDJWxMOOHxGDQ== +"@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== dependencies: expect "^29.0.0" pretty-format "^29.0.0"