diff --git a/frontend/package.json b/frontend/package.json index 00fbc1f929..d992c5aa2c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "@testing-library/user-event": "14.4.3", "@types/debounce": "1.2.1", "@types/deep-diff": "1.0.2", - "@types/jest": "29.5.4", + "@types/jest": "29.5.5", "@types/lodash.clonedeep": "4.5.7", "@types/lodash.omit": "4.5.7", "@types/node": "18.17.15", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b74b8b1dac..accf8e6f0c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2919,10 +2919,10 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/jest@29.5.4": - version "29.5.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" - integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== +"@types/jest@29.5.5": + version "29.5.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" + integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0" diff --git a/package.json b/package.json index 74a135db22..81eaf0dfe5 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ "@types/express-session": "1.17.7", "@types/faker": "5.5.9", "@types/hash-sum": "^1.0.0", - "@types/jest": "29.5.4", + "@types/jest": "29.5.5", "@types/js-yaml": "4.0.6", "@types/lodash.groupby": "4.6.7", "@types/make-fetch-happen": "10.0.1", diff --git a/yarn.lock b/yarn.lock index c5750955fb..0ddb8c1e38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1443,10 +1443,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.4": - version "29.5.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" - integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== +"@types/jest@29.5.5": + version "29.5.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" + integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"