diff --git a/package-lock.json b/package-lock.json index 03856ff2..01b27185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "promise": "8.3.0", "raf": "3.4.1", "react": "^17.0.2", - "react-apexcharts": "^1.4.0", + "react-apexcharts": "^1.5.0", "react-authorization": "^0.4.1", "react-bootstrap-toggle": "2.3.2", "react-dom": "^17.0.2", @@ -13726,14 +13726,14 @@ } }, "node_modules/react-apexcharts": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.4.0.tgz", - "integrity": "sha512-DrcMV4aAMrUG+n6412yzyATWEyCDWlpPBBhVbpzBC4PDeuYU6iF84SmExbck+jx5MUm4U5PM3/T307Mc3kzc9Q==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.5.0.tgz", + "integrity": "sha512-RwIqhYee8tT6WsDR9I15bhDuPitM+z/P092QPttFR5D57M21/WtYKHE9JQMbcz9bmF35rfDSym1SZuZ7AhidhQ==", "dependencies": { - "prop-types": "^15.5.7" + "prop-types": "^15.8.1" }, "peerDependencies": { - "apexcharts": "^3.18.0", + "apexcharts": "^3.41.0", "react": ">=0.13" } }, @@ -27814,11 +27814,11 @@ } }, "react-apexcharts": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.4.0.tgz", - "integrity": "sha512-DrcMV4aAMrUG+n6412yzyATWEyCDWlpPBBhVbpzBC4PDeuYU6iF84SmExbck+jx5MUm4U5PM3/T307Mc3kzc9Q==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.5.0.tgz", + "integrity": "sha512-RwIqhYee8tT6WsDR9I15bhDuPitM+z/P092QPttFR5D57M21/WtYKHE9JQMbcz9bmF35rfDSym1SZuZ7AhidhQ==", "requires": { - "prop-types": "^15.5.7" + "prop-types": "^15.8.1" } }, "react-app-polyfill": { diff --git a/package.json b/package.json index 34949c0b..bceee3a9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "promise": "8.3.0", "raf": "3.4.1", "react": "^17.0.2", - "react-apexcharts": "^1.4.0", + "react-apexcharts": "^1.5.0", "react-authorization": "^0.4.1", "react-bootstrap-toggle": "2.3.2", "react-dom": "^17.0.2",