diff --git a/ui/package-lock.json b/ui/package-lock.json index 65107fd26..741950492 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3390,9 +3390,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.21", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz", + "integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==", "requires": { "jest-diff": "^26.0.0", "pretty-format": "^26.0.0" diff --git a/ui/package.json b/ui/package.json index ca2d8cd6e..b3067fd2d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "@types/bricks.js": "1.8.1", "@types/enzyme": "3.10.8", "@types/fontfaceobserver": "0.0.6", - "@types/jest": "26.0.20", + "@types/jest": "26.0.21", "@types/lodash.debounce": "4.0.6", "@types/lodash.merge": "4.6.6", "@types/lodash.throttle": "4.1.6",