diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 20b39a3aa5..559237e952 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15859,9 +15859,9 @@ } }, "react-select": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.1.0.tgz", - "integrity": "sha512-OYn+jL8TXMMaZtosErpkdvoI1UWN4ZqMFulIRp5r5bbuqe4OaZN7yv1BNq7PdAJgRu2E19ODFiV1SgJ6wPUaeA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-4.2.0.tgz", + "integrity": "sha512-T1X7Jsj7a7N/klOq2i8dyyRe2zlMZxRM5DupxMLqu4qGOGKHEDV62KtQiL/6cEWSPQ/0b7Xyz9hv8NAfZvc7KQ==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.0.0", diff --git a/explorer/package.json b/explorer/package.json index 77ee35ea9a..40f76d43ce 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.1.0", + "react-select": "^4.2.0", "superstruct": "github:solana-labs/superstruct", "typescript": "^4.2.2" },