diff --git a/package-lock.json b/package-lock.json index ec41cdfe9..6a136f098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "react-markdown": "^8.0.7", "react-query": "^3.34.16", "react-router-dom": "^5.1.2", - "react-select": "^5.4.0", + "react-select": "^5.8.0", "react-simplemde-editor": "^5.2.0", "react-virtuoso": "^2.19.0", "remixicon": "^3.5.0", @@ -34550,8 +34550,9 @@ } }, "node_modules/react-select": { - "version": "5.7.4", - "license": "MIT", + "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 d56fe39a1..e6b4524ab 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-markdown": "^8.0.7", "react-query": "^3.34.16", "react-router-dom": "^5.1.2", - "react-select": "^5.4.0", + "react-select": "^5.8.0", "react-simplemde-editor": "^5.2.0", "react-virtuoso": "^2.19.0", "remixicon": "^3.5.0",