diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 1a99138d31..329ca96b3c 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.10.6", + "apexcharts": "^5.12.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -573,9 +573,9 @@ } }, "node_modules/apexcharts": { - "version": "5.10.6", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.6.tgz", - "integrity": "sha512-FJQGbso3iRuOwUYnj0yUhkWeKeJE6aboVol+ae09lsc+lbLMWZqSRbrAWVa/qishLiaeG2icxdvmVkm+9n6kOQ==" + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.12.0.tgz", + "integrity": "sha512-vNCw62M5rhVg09FHFCL/ztpH7VlTOF8/+lWLUVjBdQffIAgQaxtyDGfojCyYoZHM3Hh17srWwz6rrD/XzblRSw==" }, "node_modules/aproba": { "version": "1.2.0", @@ -4866,9 +4866,9 @@ } }, "apexcharts": { - "version": "5.10.6", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.6.tgz", - "integrity": "sha512-FJQGbso3iRuOwUYnj0yUhkWeKeJE6aboVol+ae09lsc+lbLMWZqSRbrAWVa/qishLiaeG2icxdvmVkm+9n6kOQ==" + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.12.0.tgz", + "integrity": "sha512-vNCw62M5rhVg09FHFCL/ztpH7VlTOF8/+lWLUVjBdQffIAgQaxtyDGfojCyYoZHM3Hh17srWwz6rrD/XzblRSw==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 082f4cfbee..b0736a5afa 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.10.6", + "apexcharts": "^5.12.0", "localforage": "^1.10.0" } }