diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 175c5c7cfe..3b5c8b938f 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.12.0", + "apexcharts": "^5.13.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -573,9 +573,9 @@ } }, "node_modules/apexcharts": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.12.0.tgz", - "integrity": "sha512-vNCw62M5rhVg09FHFCL/ztpH7VlTOF8/+lWLUVjBdQffIAgQaxtyDGfojCyYoZHM3Hh17srWwz6rrD/XzblRSw==" + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.13.0.tgz", + "integrity": "sha512-PJuXT6zdiCbv0IkX5cqkKFVIIh+9v3kqP9zsOHEGpIWi7DfTgzvfOKc8icw6G3/ulR3V1alDDUtOVH0zWCWGEQ==" }, "node_modules/aproba": { "version": "1.2.0", @@ -4866,9 +4866,9 @@ } }, "apexcharts": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.12.0.tgz", - "integrity": "sha512-vNCw62M5rhVg09FHFCL/ztpH7VlTOF8/+lWLUVjBdQffIAgQaxtyDGfojCyYoZHM3Hh17srWwz6rrD/XzblRSw==" + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.13.0.tgz", + "integrity": "sha512-PJuXT6zdiCbv0IkX5cqkKFVIIh+9v3kqP9zsOHEGpIWi7DfTgzvfOKc8icw6G3/ulR3V1alDDUtOVH0zWCWGEQ==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index b0736a5afa..da1b6b6fda 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.12.0", + "apexcharts": "^5.13.0", "localforage": "^1.10.0" } }