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",