chore:(deps): bump react-select from 4.2.1 to 4.3.0 in /explorer (#16268)

Bumps [react-select](https://github.com/JedWatson/react-select) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@4.2.1...react-select@4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-31 11:01:56 +00:00 committed by GitHub
parent b0f4e2b738
commit e27cfa0781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -15866,9 +15866,9 @@
} }
}, },
"react-select": { "react-select": {
"version": "4.2.1", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.1.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.3.0.tgz",
"integrity": "sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg==", "integrity": "sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.0.0", "@emotion/cache": "^11.0.0",
@ -17742,9 +17742,9 @@
} }
}, },
"stylis": { "stylis": {
"version": "4.0.7", "version": "4.0.9",
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.7.tgz", "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.9.tgz",
"integrity": "sha512-OFFeUXFgwnGOKvEXaSv0D0KQ5ADP0n6g3SVONx6I/85JzNZ3u50FRwB3lVIk1QO2HNdI75tbVzc4Z66Gdp9voA==" "integrity": "sha512-ci7pEFNVW3YJiWEzqPOMsAjY6kgraZ3ZgBfQ5HYbNtLJEsQ0G46ejWZpfSSCp/FaSiCSGGhzL9O2lN+2cB6ong=="
}, },
"superstruct": { "superstruct": {
"version": "0.14.2", "version": "0.14.2",

View File

@ -41,7 +41,7 @@
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3", "react-scripts": "^4.0.3",
"react-select": "^4.2.1", "react-select": "^4.3.0",
"superstruct": "^0.14.2", "superstruct": "^0.14.2",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },