diff --git a/package-lock.json b/package-lock.json index e77923442..4f0ed6e90 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.9.0", + "react-select": "^5.10.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16", @@ -19948,9 +19948,10 @@ "dev": true }, "node_modules/react-select": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.9.0.tgz", - "integrity": "sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.0.tgz", + "integrity": "sha512-k96gw+i6N3ExgDwPIg0lUPmexl1ygPe6u5BdQFNBhkpbwroIgCNXdubtIzHfThYXYYTubwOBafoMnn7ruEP1xA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index b6de243e0..92101e701 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.9.0", + "react-select": "^5.10.0", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16",