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

Bumps [react-select](https://github.com/JedWatson/react-select) from 4.2.0 to 4.2.1.
- [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.0...react-select@4.2.1)

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-08 09:54:53 +00:00
committed by GitHub
parent 003677fb8b
commit a2db697ca3
2 changed files with 7 additions and 7 deletions

View File

@ -1307,9 +1307,9 @@
} }
}, },
"@emotion/serialize": { "@emotion/serialize": {
"version": "1.0.0", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.0.tgz", "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.1.tgz",
"integrity": "sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==", "integrity": "sha512-TXlKs5sgUKhFlszp/rg4lIAZd7UUSmJpwaf9/lAEFcUh2vPi32i7x4wk7O8TN8L8v2Ol8k0CxnhRBY0zQalTxA==",
"requires": { "requires": {
"@emotion/hash": "^0.8.0", "@emotion/hash": "^0.8.0",
"@emotion/memoize": "^0.7.4", "@emotion/memoize": "^0.7.4",
@ -15859,9 +15859,9 @@
} }
}, },
"react-select": { "react-select": {
"version": "4.2.0", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.0.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.1.tgz",
"integrity": "sha512-T1X7Jsj7a7N/klOq2i8dyyRe2zlMZxRM5DupxMLqu4qGOGKHEDV62KtQiL/6cEWSPQ/0b7Xyz9hv8NAfZvc7KQ==", "integrity": "sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.0.0", "@emotion/cache": "^11.0.0",

View File

@ -40,7 +40,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.0", "react-select": "^4.2.1",
"superstruct": "github:solana-labs/superstruct", "superstruct": "github:solana-labs/superstruct",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },