diff --git a/package-lock.json b/package-lock.json index 32e44a3..b225be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-chartjs-2": "^5.3.0", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", - "react-select": "^5.10.0", + "react-select": "^5.10.1", "react-toastify": "^10.0.6", "spinners-react": "^1.0.10", "swr": "^2.3.3", @@ -5502,9 +5502,9 @@ "license": "MIT" }, "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 2661477..4eac80d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-chartjs-2": "^5.3.0", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", - "react-select": "^5.10.0", + "react-select": "^5.10.1", "react-toastify": "^10.0.6", "spinners-react": "^1.0.10", "swr": "^2.3.3",