diff --git a/explorer/package-lock.json b/explorer/package-lock.json index a520b47fd1..1028be4879 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -15654,9 +15654,9 @@ "integrity": "sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==" }, "react-input-autosize": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-2.2.2.tgz", - "integrity": "sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-3.0.0.tgz", + "integrity": "sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==", "requires": { "prop-types": "^15.5.8" } @@ -15808,9 +15808,9 @@ } }, "react-select": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.1.tgz", - "integrity": "sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-3.2.0.tgz", + "integrity": "sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==", "requires": { "@babel/runtime": "^7.4.4", "@emotion/cache": "^10.0.9", @@ -15818,7 +15818,7 @@ "@emotion/css": "^10.0.9", "memoize-one": "^5.0.0", "prop-types": "^15.6.0", - "react-input-autosize": "^2.2.2", + "react-input-autosize": "^3.0.0", "react-transition-group": "^4.3.0" } }, diff --git a/explorer/package.json b/explorer/package.json index 436e809397..bc5fc7bcd3 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -37,7 +37,7 @@ "react-dom": "^16.14.0", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.1", - "react-select": "^3.1.1", + "react-select": "^3.2.0", "superstruct": "github:solana-labs/superstruct", "typescript": "^4.1.3" },