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