diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 1a99138d31..452118ff04 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.11.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.11.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.11.0.tgz", + "integrity": "sha512-iIXnZ1DhndVgY4G5fmAbyUtGBTR5j4LlMEb561eAd4+wkJB7wJXXKLMr9u+4V5aQEPXeVYWgkAbuw9Y1z6MIrg==" }, "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.11.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.11.0.tgz", + "integrity": "sha512-iIXnZ1DhndVgY4G5fmAbyUtGBTR5j4LlMEb561eAd4+wkJB7wJXXKLMr9u+4V5aQEPXeVYWgkAbuw9Y1z6MIrg==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 082f4cfbee..5f21e31fc8 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.11.0", "localforage": "^1.10.0" } }