From 575d83eafffe017d7d703df8d83a6a2d2f08d4f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 19:34:57 +0300 Subject: [PATCH] Bump @types/jest from 26.0.20 to 26.0.21 in /kafka-ui-react-app (#273) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- kafka-ui-react-app/package-lock.json | 6 +++--- kafka-ui-react-app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index 55b844f8f1..b74f86c418 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -2821,9 +2821,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==", "dev": true, "requires": { "jest-diff": "^26.0.0", diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index fd2525c0ec..bb291f74e1 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -76,7 +76,7 @@ "@testing-library/user-event": "^7.1.2", "@types/classnames": "^2.2.11", "@types/enzyme": "^3.10.8", - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.21", "@types/lodash": "^4.14.165", "@types/node": "^12.20.6", "@types/node-fetch": "^2.5.8",