diff --git a/dashboard/package.json b/dashboard/package.json index 51f3ecb5429..998c798f292 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -84,7 +84,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.5.1", "@types/enzyme": "^3.10.16", - "@types/jest": "^29.5.8", + "@types/jest": "^29.5.11", "@types/jsonwebtoken": "^9.0.5", "@types/lodash": "^4.14.202", "@types/qs": "^6.9.10", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index d31f97d666c..f72c8fbdf9a 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -2992,10 +2992,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.8": - version "29.5.8" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.8.tgz#ed5c256fe2bc7c38b1915ee5ef1ff24a3427e120" - integrity sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g== +"@types/jest@^29.5.11": + version "29.5.11" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c" + integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0"