diff --git a/ui/package.json b/ui/package.json index 8ed6538..2f7dd36 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@testing-library/vue": "6.6.1", - "@types/jest": "29.2.4", + "@types/jest": "29.2.5", "@types/lodash": "4.14.191", "@types/vue-markdown": "2.2.1", "@typescript-eslint/eslint-plugin": "5.47.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 7c46a09..7e8f531 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1601,10 +1601,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.2.4": - version "29.2.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b" - integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A== +"@types/jest@29.2.5": + version "29.2.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0" + integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw== dependencies: expect "^29.0.0" pretty-format "^29.0.0"