From c81cd15a25f341e04fed7ec22f905a36ef9bf674 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:12:29 +0000 Subject: [PATCH] Bump react-multi-select-component in /kafka-ui-react-app Bumps [react-multi-select-component](https://github.com/harshzalavadiya/react-multi-select-component) from 2.0.14 to 3.1.6. - [Release notes](https://github.com/harshzalavadiya/react-multi-select-component/releases) - [Commits](https://github.com/harshzalavadiya/react-multi-select-component/compare/v2.0.14...v3.1.6) Signed-off-by: dependabot-preview[bot] --- kafka-ui-react-app/package-lock.json | 20 +++++++------------- kafka-ui-react-app/package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/kafka-ui-react-app/package-lock.json b/kafka-ui-react-app/package-lock.json index e2d1ee71d0..c1e5733c4c 100644 --- a/kafka-ui-react-app/package-lock.json +++ b/kafka-ui-react-app/package-lock.json @@ -2300,11 +2300,6 @@ } } }, - "@rooks/use-outside-click": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@rooks/use-outside-click/-/use-outside-click-3.6.0.tgz", - "integrity": "sha512-DDxdcD9bDDArV2tBmh5okaJNee/7EWaC5DsPrjTxIhhvXPpUatizcn2qYLcvX7y1vYpd64Wyqvkb87E6fsIfEQ==" - }, "@sheerun/mutationobserver-shim": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz", @@ -9530,9 +9525,9 @@ } }, "goober": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/goober/-/goober-1.8.0.tgz", - "integrity": "sha512-9ZFoOkBccexjqIgcwlhq7C/eCSkgTZX0BdNUkOnBFLedrJgo3R8lp9ckd/qqtngtF/JDyXSxJzwMU98kNjZ4Mw==" + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/goober/-/goober-2.0.33.tgz", + "integrity": "sha512-Wy9HYzmmqmB1PTMQCY3+hlREZ4Lk7kaac6PZeWlJxOM6lIO9lsrU2yBu33TiougO0AC6bBxxIVueDP+nEGNWJw==" }, "graceful-fs": { "version": "4.2.4", @@ -16261,12 +16256,11 @@ } }, "react-multi-select-component": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/react-multi-select-component/-/react-multi-select-component-2.0.14.tgz", - "integrity": "sha512-oqDsf/EGzOMUQ0rvGWYV/3wTbsXEteZP2C19nsksj1iUkCC7IhZWqaTlj5ChjzMVmTLyrQrtMYLmzFj3Meo15w==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/react-multi-select-component/-/react-multi-select-component-3.1.6.tgz", + "integrity": "sha512-UnjvSXC/4iqiRh5IcECNgXovox5K7kKzbV1tQ4Tr6gYo2rvO9SHjT/ELVV841U6z6huQZkcZ5gUQyhC85B/95w==", "requires": { - "@rooks/use-outside-click": "^3.6.0", - "goober": "^1.8.0" + "goober": "^2.0.30" } }, "react-onclickoutside": { diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index c28c56a8ab..58754f96a5 100644 --- a/kafka-ui-react-app/package.json +++ b/kafka-ui-react-app/package.json @@ -19,7 +19,7 @@ "react-dom": "^17.0.1", "react-hook-form": "^6.15.4", "react-json-tree": "^0.13.0", - "react-multi-select-component": "^2.0.14", + "react-multi-select-component": "^3.1.6", "react-redux": "^7.2.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0",