From 310ac2ac45cfc82db1dd6604dc2b84e6bbed5957 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2020 17:04:03 +0000 Subject: [PATCH] fix(deps): update dependency @types/jest to v26.0.6 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 02f8eb896..c98f666b4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3461,9 +3461,9 @@ } }, "@types/jest": { - "version": "26.0.5", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.5.tgz", - "integrity": "sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w==", + "version": "26.0.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.6.tgz", + "integrity": "sha512-XhJCNf+oPyA90jyPhOT3yZo6xR8R7auyUAibzRewPwbOb649AOPXX/JSjbafcbxJrxs/+BymBmHSETM8VpGMOw==", "requires": { "jest-diff": "^25.2.1", "pretty-format": "^25.2.1" diff --git a/ui/package.json b/ui/package.json index af7b33ddc..1d7fc6a1f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,7 +17,7 @@ "@types/enzyme": "3.10.5", "@types/enzyme-adapter-react-16": "1.0.6", "@types/fontfaceobserver": "0.0.6", - "@types/jest": "26.0.5", + "@types/jest": "26.0.6", "@types/lodash.debounce": "4.0.6", "@types/lodash.merge": "4.6.6", "@types/lodash.throttle": "4.1.6",