diff --git a/package-lock.json b/package-lock.json index 35be0ae27..115564f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.7.4", + "react-select": "^5.7.5", "vue": "^2.7.13", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.2.0", @@ -11208,9 +11208,9 @@ "dev": true }, "node_modules/react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.7.5", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.5.tgz", + "integrity": "sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -23045,9 +23045,9 @@ "dev": true }, "react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.7.5", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.5.tgz", + "integrity": "sha512-jgYZa2xgKP0DVn5GZk7tZwbRx7kaVz1VqU41S8z1KWmshRDhlrpKS0w80aS1RaK5bVIXpttgSou7XCjWw1ncKA==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 2618c3bcb..471ce10df 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.7.4", + "react-select": "^5.7.5", "vue": "^2.7.13", "vue-click-outside": "^1.1.0", "vue-material-design-icons": "^5.2.0",