From 2f4bac83d3578c1a38e5cba4d14a369c9a95021a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:18:32 +0000 Subject: [PATCH] Bump react-apexcharts from 1.4.0 to 1.5.0 Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.4.0 to 1.5.0. - [Commits](https://github.com/apexcharts/react-apexcharts/commits) --- updated-dependencies: - dependency-name: react-apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd5f7b1a..e7447f4f 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 58e4714a..b5182005 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",