From 76bcda12266d0fb06a9d720433e53161c2d4a2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:05:00 +0000 Subject: [PATCH] Dependency Update: Bump react-apexcharts from 1.4.0 to 1.4.1 Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.4.0 to 1.4.1. - [Commits](https://github.com/apexcharts/react-apexcharts/commits) --- updated-dependencies: - dependency-name: react-apexcharts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a01fa..2e79206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "axios": "^1.3.5", "filepond": "^4.30.4", "react": "^18.2.0", - "react-apexcharts": "^1.4.0", + "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-filepond": "^7.1.1", "react-helmet-async": "^1.3.0", @@ -5277,9 +5277,9 @@ } }, "node_modules/apexcharts": { - "version": "3.40.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.40.0.tgz", - "integrity": "sha512-dSi3BUfCJkFd67uFp+xffrJVd3lDT7AAUUyRp0qPYiglJ76CeZLddVhM3FAk1P9GCzf8VewqGYUPCYQvXm+b9A==", + "version": "3.41.1", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.41.1.tgz", + "integrity": "sha512-kta8fhXrfZYqW7K9kF7FqZ6imQaC6moyRgcUZjwIky/oeHVVISSN/2rjUIvZXnwxWHiSdDHMqLy+TqJhB4DXFA==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -15604,14 +15604,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.4.1", + "resolved": "https://registry.npmjs.org/react-apexcharts/-/react-apexcharts-1.4.1.tgz", + "integrity": "sha512-G14nVaD64Bnbgy8tYxkjuXEUp/7h30Q0U33xc3AwtGFijJB9nHqOt1a6eG0WBn055RgRg+NwqbKGtqPxy15d0Q==", "dependencies": { - "prop-types": "^15.5.7" + "prop-types": "^15.8.1" }, "peerDependencies": { - "apexcharts": "^3.18.0", + "apexcharts": "^3.41.0", "react": ">=0.13" } }, diff --git a/package.json b/package.json index 0f2bd25..2570521 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "axios": "^1.3.5", "filepond": "^4.30.4", "react": "^18.2.0", - "react-apexcharts": "^1.4.0", + "react-apexcharts": "^1.4.1", "react-dom": "^18.2.0", "react-filepond": "^7.1.1", "react-helmet-async": "^1.3.0",