diff --git a/package-lock.json b/package-lock.json index 09f94731d..7ed33649a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.10.0", + "react-select": "^5.10.1", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16", @@ -20251,9 +20251,9 @@ "dev": true }, "node_modules/react-select": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.0.tgz", - "integrity": "sha512-k96gw+i6N3ExgDwPIg0lUPmexl1ygPe6u5BdQFNBhkpbwroIgCNXdubtIzHfThYXYYTubwOBafoMnn7ruEP1xA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.1.tgz", + "integrity": "sha512-roPEZUL4aRZDx6DcsD+ZNreVl+fM8VsKn0Wtex1v4IazH60ILp5xhdlp464IsEAlJdXeD+BhDAFsBVMfvLQueA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", diff --git a/package.json b/package.json index c26d16869..f06375b1c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.10.0", + "react-select": "^5.10.1", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16",