diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 7a6153d5..3a1778f2 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.44.2", + "apexcharts": "^3.45.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -575,9 +575,9 @@ } }, "node_modules/apexcharts": { - "version": "3.44.2", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.2.tgz", - "integrity": "sha512-QWOFS/SC1TDsuI8VudVuIwLhs1qE6kwixRvmABMUgTVeVzizRWgQh8pdEIgwl+Zvr0TlM3vHPz6Dc5NP1hJ7BA==", + "version": "3.45.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz", + "integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", @@ -4962,9 +4962,9 @@ } }, "apexcharts": { - "version": "3.44.2", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.44.2.tgz", - "integrity": "sha512-QWOFS/SC1TDsuI8VudVuIwLhs1qE6kwixRvmABMUgTVeVzizRWgQh8pdEIgwl+Zvr0TlM3vHPz6Dc5NP1hJ7BA==", + "version": "3.45.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz", + "integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/ui/changes/package.json b/ui/changes/package.json index 9a339ae4..f27050bd 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.44.2", + "apexcharts": "^3.45.0", "localforage": "^1.10.0" } }