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" },