diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 72fdff2d..2ff3a56a 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -129,9 +129,9 @@ "dev": true }, "apexcharts": { - "version": "3.26.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.26.1.tgz", - "integrity": "sha512-Z/pfGTsL4YUm1tHd6a0d0G2hX4XUmhEI0b/5BxVK69dEB/XXvVMX9hKCkcIx+kPyVqVFCuo91ZjCdqjMcmSVBA==", + "version": "3.26.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.26.2.tgz", + "integrity": "sha512-CD7bad4ygwc9rs9vOQDDagUcoJ1mcc9BwNSiQB14l6jiZBCQKrXxnG4I1ZjJ2MIel/Y5GmsJFs8HTcZBqpe/Ew==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 160c7fcd..6fee8557 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -16,7 +16,7 @@ "snowpack": "^3.3.7" }, "dependencies": { - "apexcharts": "^3.26.1", + "apexcharts": "^3.26.2", "localforage": "^1.9.0", "proposal-temporal": "^0.8.0" }