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] <support@dependabot.com>
This commit is contained in:
parent
49a7564366
commit
c81cd15a25
2 changed files with 8 additions and 14 deletions
20
kafka-ui-react-app/package-lock.json
generated
20
kafka-ui-react-app/package-lock.json
generated
|
@ -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": {
|
"@sheerun/mutationobserver-shim": {
|
||||||
"version": "0.3.3",
|
"version": "0.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz",
|
||||||
|
@ -9530,9 +9525,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"goober": {
|
"goober": {
|
||||||
"version": "1.8.0",
|
"version": "2.0.33",
|
||||||
"resolved": "https://registry.npmjs.org/goober/-/goober-1.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/goober/-/goober-2.0.33.tgz",
|
||||||
"integrity": "sha512-9ZFoOkBccexjqIgcwlhq7C/eCSkgTZX0BdNUkOnBFLedrJgo3R8lp9ckd/qqtngtF/JDyXSxJzwMU98kNjZ4Mw=="
|
"integrity": "sha512-Wy9HYzmmqmB1PTMQCY3+hlREZ4Lk7kaac6PZeWlJxOM6lIO9lsrU2yBu33TiougO0AC6bBxxIVueDP+nEGNWJw=="
|
||||||
},
|
},
|
||||||
"graceful-fs": {
|
"graceful-fs": {
|
||||||
"version": "4.2.4",
|
"version": "4.2.4",
|
||||||
|
@ -16261,12 +16256,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-multi-select-component": {
|
"react-multi-select-component": {
|
||||||
"version": "2.0.14",
|
"version": "3.1.6",
|
||||||
"resolved": "https://registry.npmjs.org/react-multi-select-component/-/react-multi-select-component-2.0.14.tgz",
|
"resolved": "https://registry.npmjs.org/react-multi-select-component/-/react-multi-select-component-3.1.6.tgz",
|
||||||
"integrity": "sha512-oqDsf/EGzOMUQ0rvGWYV/3wTbsXEteZP2C19nsksj1iUkCC7IhZWqaTlj5ChjzMVmTLyrQrtMYLmzFj3Meo15w==",
|
"integrity": "sha512-UnjvSXC/4iqiRh5IcECNgXovox5K7kKzbV1tQ4Tr6gYo2rvO9SHjT/ELVV841U6z6huQZkcZ5gUQyhC85B/95w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@rooks/use-outside-click": "^3.6.0",
|
"goober": "^2.0.30"
|
||||||
"goober": "^1.8.0"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-onclickoutside": {
|
"react-onclickoutside": {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-hook-form": "^6.15.4",
|
"react-hook-form": "^6.15.4",
|
||||||
"react-json-tree": "^0.13.0",
|
"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-redux": "^7.2.2",
|
||||||
"react-router": "^5.2.0",
|
"react-router": "^5.2.0",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue