diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 4ac22c4ab9..6005dca0db 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.15.0", + "apexcharts": "^5.16.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -573,9 +573,9 @@ } }, "node_modules/apexcharts": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.0.tgz", - "integrity": "sha512-ATswoiZi8wynKcwqf0eyE0Is5mBQoDpxZN3PlSVy41OrD+9GMBp2kZQRjyGK+5/j0GFjHkuAd7GKOrt5VMoPrw==" + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.16.0.tgz", + "integrity": "sha512-ULO3Gqrm0/26uwBcYz49u181uIp8Fy6BQQgg9QUDajs+JAs/EbXxiAmdc6BLy1JY29/JXroM7P0j0t2JPDApdg==" }, "node_modules/aproba": { "version": "1.2.0", @@ -4866,9 +4866,9 @@ } }, "apexcharts": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.0.tgz", - "integrity": "sha512-ATswoiZi8wynKcwqf0eyE0Is5mBQoDpxZN3PlSVy41OrD+9GMBp2kZQRjyGK+5/j0GFjHkuAd7GKOrt5VMoPrw==" + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.16.0.tgz", + "integrity": "sha512-ULO3Gqrm0/26uwBcYz49u181uIp8Fy6BQQgg9QUDajs+JAs/EbXxiAmdc6BLy1JY29/JXroM7P0j0t2JPDApdg==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 960986078a..0f8acca86e 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.15.0", + "apexcharts": "^5.16.0", "localforage": "^1.10.0" } }