diff --git a/frontend/package.json b/frontend/package.json index cc7fade5bb..c90dd66773 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "@testing-library/user-event": "14.5.1", "@types/debounce": "1.2.3", "@types/deep-diff": "1.0.4", - "@types/jest": "29.5.5", + "@types/jest": "29.5.6", "@types/lodash.clonedeep": "4.5.7", "@types/lodash.omit": "4.5.7", "@types/node": "18.17.19", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4d3b53b436..2e42932f89 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2061,10 +2061,10 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@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== +"@types/jest@29.5.6": + version "29.5.6" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b" + integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w== dependencies: expect "^29.0.0" pretty-format "^29.0.0" diff --git a/package.json b/package.json index e3c3646cdb..a326fd0589 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "@types/express-session": "1.17.9", "@types/faker": "5.5.9", "@types/hash-sum": "^1.0.0", - "@types/jest": "29.5.5", + "@types/jest": "29.5.6", "@types/js-yaml": "4.0.6", "@types/lodash.groupby": "4.6.7", "@types/make-fetch-happen": "10.0.2", diff --git a/yarn.lock b/yarn.lock index 2778e08cec..a95f0e13a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1334,10 +1334,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@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== +"@types/jest@29.5.6": + version "29.5.6" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b" + integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w== dependencies: expect "^29.0.0" pretty-format "^29.0.0"