diff --git a/client/package.json b/client/package.json index 8d0b4891c5a..0742eec5ea9 100644 --- a/client/package.json +++ b/client/package.json @@ -150,7 +150,7 @@ "@types/chai": "^4.3.4", "@types/enzyme": "^3.10.12", "@types/enzyme-adapter-react-16": "1.0.9", - "@types/jest": "29.5.7", + "@types/jest": "29.5.8", "@types/jquery": "^3.5.16", "@types/js-yaml": "4.0.5", "@types/loadable__component": "5.13.7", diff --git a/package.json b/package.json index f1ad251928b..20170f60335 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@testing-library/dom": "8.20.1", "@testing-library/jest-dom": "5.17.0", "@testing-library/user-event": "13.5.0", - "@types/jest": "29.5.7", + "@types/jest": "29.5.8", "@types/lodash": "4.14.200", "@types/node": "18.18.8", "@types/store": "2.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8fa7e74cb18..45613d2b528 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: 13.5.0 version: 13.5.0(@testing-library/dom@8.20.1) '@types/jest': - specifier: 29.5.7 - version: 29.5.7 + specifier: 29.5.8 + version: 29.5.8 '@types/lodash': specifier: 4.14.200 version: 4.14.200 @@ -808,8 +808,8 @@ importers: specifier: 1.0.9 version: 1.0.9 '@types/jest': - specifier: 29.5.7 - version: 29.5.7 + specifier: 29.5.8 + version: 29.5.8 '@types/jquery': specifier: ^3.5.16 version: 3.5.20 @@ -1505,8 +1505,8 @@ importers: specifier: 12.1.5 version: 12.1.5(react-dom@16.14.0)(react@16.14.0) '@types/jest': - specifier: 29.5.7 - version: 29.5.7 + specifier: 29.5.8 + version: 29.5.8 '@types/react': specifier: 16.14.50 version: 16.14.50 @@ -10515,8 +10515,8 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.1 - /@types/jest@29.5.7: - resolution: {integrity: sha512-HLyetab6KVPSiF+7pFcUyMeLsx25LDNDemw9mGsJBkai/oouwrjTycocSDYopMEwFhN2Y4s9oPyOCZNofgSt2g==} + /@types/jest@29.5.8: + resolution: {integrity: sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g==} dependencies: expect: 29.7.0 pretty-format: 29.7.0 @@ -10879,7 +10879,7 @@ packages: /@types/testing-library__jest-dom@5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.5.7 + '@types/jest': 29.5.8 /@types/through@0.0.31: resolution: {integrity: sha512-LpKpmb7FGevYgXnBXYs6HWnmiFyVG07Pt1cnbgM1IhEacITTiUaBXXvOR3Y50ksaJWGSfhbEvQFivQEFGCC55w==} diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 9d1a9f9eb1c..a6c3dd254ff 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -53,7 +53,7 @@ "@storybook/react": "6.5.16", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "12.1.5", - "@types/jest": "29.5.7", + "@types/jest": "29.5.8", "@types/react": "16.14.50", "@types/react-dom": "^16.9.17", "@types/testing-library__jest-dom": "^5",