From e17606d96f08237ad6c41c62764db7876cb8a4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:31:33 -0500 Subject: [PATCH] Bump apexcharts from 3.45.2 to 3.46.0 in /ui/changes (#4051) Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.45.2 to 3.46.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.45.2...v3.46.0) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/changes/package-lock.json | 14 +++++++------- ui/changes/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 9de821c2..77bdf3c6 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.45.2", + "apexcharts": "^3.46.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -575,9 +575,9 @@ } }, "node_modules/apexcharts": { - "version": "3.45.2", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.2.tgz", - "integrity": "sha512-PpuM4sJWy70sUh5U1IFn1m1p45MdHSChLUNnqEoUUUHSU2IHZugFrsVNhov1S8Q0cvfdrCRCvdBtHGSs6PSAWQ==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz", + "integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", @@ -4962,9 +4962,9 @@ } }, "apexcharts": { - "version": "3.45.2", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.2.tgz", - "integrity": "sha512-PpuM4sJWy70sUh5U1IFn1m1p45MdHSChLUNnqEoUUUHSU2IHZugFrsVNhov1S8Q0cvfdrCRCvdBtHGSs6PSAWQ==", + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz", + "integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/ui/changes/package.json b/ui/changes/package.json index ba7d0199..4eb7b42d 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.45.2", + "apexcharts": "^3.46.0", "localforage": "^1.10.0" } }