diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index d9209f10..5ae3a0f9 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -436,9 +436,9 @@ } }, "apexcharts": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.29.0.tgz", - "integrity": "sha512-PhI17VayidYAbLb5/g+7WOeirgFrVopzt0qGwLq8V+cd6NXx4CeHYq3S0pDZiUGO7UFQ4YIrT8+ie9/Fnler+w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.30.0.tgz", + "integrity": "sha512-NHhFjkd4sqoQqHi+ECN/duVCRvqVZMdXX/UBzCs1xriq8NbNLvs+nIM8OXH1Siv+W50FrK1uTDZrW2cLsKWhBQ==", "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 d83f292b..8828c50b 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -16,7 +16,7 @@ "snowpack": "^3.8.8" }, "dependencies": { - "apexcharts": "^3.29.0", + "apexcharts": "^3.30.0", "localforage": "^1.10.0", "proposal-temporal": "^0.8.0" }