From 7996f7e227d94db0b19aa78bf9d49d2ce6371e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:14:53 +0000 Subject: [PATCH] chore:(deps): bump @types/react-select in /explorer (#13350) Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 3.0.22 to 3.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index aaa8874c6a..d8951ecf13 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2819,9 +2819,9 @@ } }, "@types/react-select": { - "version": "3.0.22", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.22.tgz", - "integrity": "sha512-fqgmC979JPr/6476Pau6QnmI9zVV664R7Q92Ld1rgTn+umtUXT5X3+PO/x6O4imCZnh7XCqZcouabWAlAQJNpQ==", + "version": "3.0.23", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.23.tgz", + "integrity": "sha512-WrXjixjHlDfG4kSwasQZvZXD+hPamNTvJYWYb5TAt3hwhVg+4imNMPdUTDQhrGrCHIeKUc5h+syGCylnw30Suw==", "requires": { "@types/react": "*", "@types/react-dom": "*", diff --git a/explorer/package.json b/explorer/package.json index 81937f6a3b..d97c22ddcd 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -20,7 +20,7 @@ "@types/react": "^16.9.55", "@types/react-dom": "^16.9.9", "@types/react-router-dom": "^5.1.6", - "@types/react-select": "^3.0.22", + "@types/react-select": "^3.0.23", "@types/socket.io-client": "^1.4.34", "bn.js": "^5.1.3", "bootstrap": "^4.5.3",