diff --git a/ui/package-lock.json b/ui/package-lock.json index b5e06332c..748d46cb3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -61,7 +61,7 @@ "@types/bricks.js": "1.8.4", "@types/enzyme": "3.10.15", "@types/fontfaceobserver": "2.1.2", - "@types/jest": "29.5.5", + "@types/jest": "29.5.6", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.8", @@ -5308,9 +5308,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.5", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", - "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", + "version": "29.5.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.6.tgz", + "integrity": "sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==", "dev": true, "dependencies": { "expect": "^29.0.0", diff --git a/ui/package.json b/ui/package.json index 6fd7cae9f..b3c05f367 100644 --- a/ui/package.json +++ b/ui/package.json @@ -56,7 +56,7 @@ "@types/bricks.js": "1.8.4", "@types/enzyme": "3.10.15", "@types/fontfaceobserver": "2.1.2", - "@types/jest": "29.5.5", + "@types/jest": "29.5.6", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.8",