From 2b64f67271bb347c9a3687338e304f426e56be11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:55:12 +0100 Subject: [PATCH] deps(deps): bump apexcharts in the production-dependencies group (#58) Bumps the production-dependencies group with 1 update: [apexcharts](https://github.com/apexcharts/apexcharts.js). Updates `apexcharts` from 5.10.1 to 5.10.3 - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v5.10.1...v5.10.3) --- updated-dependencies: - dependency-name: apexcharts dependency-version: 5.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 47 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index c55b0af8..1ad0a84d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/material": "^7.3.9", "@mui/x-date-pickers": "^8.27.2", "@types/better-sqlite3": "^7.6.13", - "apexcharts": "^5.10.1", + "apexcharts": "^5.10.3", "bcryptjs": "^3.0.3", "better-sqlite3": "^12.6.2", "d3-geo": "^3.1.1", @@ -2687,9 +2687,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2704,9 +2701,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2721,9 +2715,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2738,9 +2729,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2755,9 +2743,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2772,9 +2757,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2789,9 +2771,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2806,9 +2785,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2823,9 +2799,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2840,9 +2813,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2857,9 +2827,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2874,9 +2841,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2891,9 +2855,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3636,9 +3597,9 @@ } }, "node_modules/apexcharts": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.1.tgz", - "integrity": "sha512-BpKKRopNm5cziXmA1igmCKiJ02I2g/I4vBtjhB6/50FrrY2IH5csvCzzqiIuFCB+P+2p0MgLAGOJPKOUvXO63w==", + "version": "5.10.3", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.3.tgz", + "integrity": "sha512-wwvkSLsodNOc/rHo5MJsn3GPM4Krc5Gs0zKX4Lfzq4LohcTbyKylYUGEqJFmXXxGR7yLbZQz31sB5RTqT5mv1g==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3" diff --git a/package.json b/package.json index a546618a..e6f1feed 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@mui/material": "^7.3.9", "@mui/x-date-pickers": "^8.27.2", "@types/better-sqlite3": "^7.6.13", - "apexcharts": "^5.10.1", + "apexcharts": "^5.10.3", "bcryptjs": "^3.0.3", "better-sqlite3": "^12.6.2", "d3-geo": "^3.1.1",