diff --git a/package-lock.json b/package-lock.json index 627a5b467..c79937c96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "react-icons": "^4.12.0", "react-player": "^2.16.0", "react-router-dom": "^6.24.1", - "react-select": "^5.8.0", + "react-select": "^5.8.3", "react-spinners": "^0.13.8", "react-spring": "^9.7.3", "react-tooltip": "^5.28.0", @@ -24088,9 +24088,9 @@ } }, "node_modules/react-select": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", - "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index c17decf71..6f7d9fcbf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-icons": "^4.12.0", "react-player": "^2.16.0", "react-router-dom": "^6.24.1", - "react-select": "^5.8.0", + "react-select": "^5.8.3", "react-spinners": "^0.13.8", "react-spring": "^9.7.3", "react-tooltip": "^5.28.0",