From f9719361a5135077f3ffd152ab54930abf4b72d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 09:10:49 +0000 Subject: [PATCH] chore:(deps): bump @types/react-select in /explorer (#13493) Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 3.0.23 to 3.0.25. - [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 fc8057fc2a..55941165a7 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -2819,9 +2819,9 @@ } }, "@types/react-select": { - "version": "3.0.23", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.23.tgz", - "integrity": "sha512-WrXjixjHlDfG4kSwasQZvZXD+hPamNTvJYWYb5TAt3hwhVg+4imNMPdUTDQhrGrCHIeKUc5h+syGCylnw30Suw==", + "version": "3.0.25", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-3.0.25.tgz", + "integrity": "sha512-Nahnbi2KmsTMYTlBpfSky5O1kXCPsNZfm/RsPddDARNwGNKHxU9LRRnTgoS5ejHCtZx3qYjOd0z0xX3730H9rQ==", "requires": { "@types/react": "*", "@types/react-dom": "*", diff --git a/explorer/package.json b/explorer/package.json index 0f5801fea1..7c0ae1f8c5 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -20,7 +20,7 @@ "@types/react": "^16.9.56", "@types/react-dom": "^16.9.9", "@types/react-router-dom": "^5.1.6", - "@types/react-select": "^3.0.23", + "@types/react-select": "^3.0.25", "@types/socket.io-client": "^1.4.34", "bn.js": "^5.1.3", "bootstrap": "^4.5.3",