diff --git a/package-lock.json b/package-lock.json index 6c59ab08..a3575564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", "react-select": "^5.7.5", - "react-spinners": "^0.13.7", + "react-spinners": "^0.15.0", "react-time-picker": "^6.6.0", "react-toastify": "^9.1.1", "redux-persist": "^6.0.0", @@ -16623,11 +16623,12 @@ } }, "node_modules/react-spinners": { - "version": "0.13.8", - "license": "MIT", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/react-spinners/-/react-spinners-0.15.0.tgz", + "integrity": "sha512-ZO3/fNB9Qc+kgpG3SfdlMnvTX6LtLmTnOogb3W6sXIaU/kZ1ydEViPfZ06kSOaEsor58C/tzXw2wROGQu3X2pA==", "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-time-picker": { diff --git a/package.json b/package.json index 74ed4403..9134c98a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", "react-select": "^5.7.5", - "react-spinners": "^0.13.7", + "react-spinners": "^0.15.0", "react-time-picker": "^6.6.0", "react-toastify": "^9.1.1", "redux-persist": "^6.0.0",