From a2db697ca323e7878d2a93d49d580affbf9d42fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:54:53 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 12 ++++++------ explorer/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4cf75218a2..80550796ce 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -1307,9 +1307,9 @@ } }, "@emotion/serialize": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.0.tgz", - "integrity": "sha512-zt1gm4rhdo5Sry8QpCOpopIUIKU+mUSpV9WNmFILUraatm5dttNEaYzUWWSboSMUE6PtN2j1cAsuvcugfdI3mw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.0.1.tgz", + "integrity": "sha512-TXlKs5sgUKhFlszp/rg4lIAZd7UUSmJpwaf9/lAEFcUh2vPi32i7x4wk7O8TN8L8v2Ol8k0CxnhRBY0zQalTxA==", "requires": { "@emotion/hash": "^0.8.0", "@emotion/memoize": "^0.7.4", @@ -15859,9 +15859,9 @@ } }, "react-select": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.0.tgz", - "integrity": "sha512-T1X7Jsj7a7N/klOq2i8dyyRe2zlMZxRM5DupxMLqu4qGOGKHEDV62KtQiL/6cEWSPQ/0b7Xyz9hv8NAfZvc7KQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.1.tgz", + "integrity": "sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.0.0", diff --git a/explorer/package.json b/explorer/package.json index 080ac58672..ce31bde101 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -40,7 +40,7 @@ "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", - "react-select": "^4.2.0", + "react-select": "^4.2.1", "superstruct": "github:solana-labs/superstruct", "typescript": "^4.2.3" },