diff --git a/ui/package.json b/ui/package.json index 158f3b9..77b81ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@testing-library/vue": "6.6.0", - "@types/jest": "28.1.3", + "@types/jest": "28.1.4", "@types/lodash": "4.14.182", "@types/vue-markdown": "2.2.1", "@typescript-eslint/eslint-plugin": "5.30.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index b965517..5730fd3 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1526,10 +1526,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce" - integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw== +"@types/jest@28.1.4": + version "28.1.4" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.4.tgz#a11ee6c8fd0b52c19c9c18138b78bbcc201dad5a" + integrity sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA== dependencies: jest-matcher-utils "^28.0.0" pretty-format "^28.0.0"