diff --git a/ui/package-lock.json b/ui/package-lock.json index 0d331135b..458c0020f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3696,9 +3696,9 @@ } }, "@types/jest": { - "version": "26.0.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.13.tgz", - "integrity": "sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==", + "version": "26.0.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.14.tgz", + "integrity": "sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/ui/package.json b/ui/package.json index 95e2cf05b..902e5e61a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "@types/enzyme": "3.10.6", "@types/enzyme-adapter-react-16": "1.0.6", "@types/fontfaceobserver": "0.0.6", - "@types/jest": "26.0.13", + "@types/jest": "26.0.14", "@types/lodash.debounce": "4.0.6", "@types/lodash.merge": "4.6.6", "@types/lodash.throttle": "4.1.6",