diff --git a/package-lock.json b/package-lock.json index 6f69e5bf1..99c8d940e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "react-plotly.js": "~2.6.0", "react-redux": "~8.1.3", "react-router-dom": "~6.21.1", - "react-select": "~5.7.4", + "react-select": "~5.8.0", "react-toastify": "~9.1.3", "react-tooltip": "~4.2.20", "reactstrap": "~9.1.10", @@ -10558,9 +10558,9 @@ } }, "node_modules/react-select": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", - "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index efa698e72..a3c425344 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "react-plotly.js": "~2.6.0", "react-redux": "~8.1.3", "react-router-dom": "~6.21.1", - "react-select": "~5.7.4", + "react-select": "~5.8.0", "react-toastify": "~9.1.3", "react-tooltip": "~4.2.20", "reactstrap": "~9.1.10",