diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 4ac22c4ab9..dcbea2928f 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.15.2", "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.15.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.2.tgz", + "integrity": "sha512-qbd+ehDiRxo++wAqaGLmJcd683ktulTqoku4WYYyQ3XOgJIn4yhOQGV27KcdK7c2yhwxblyh4mgMm8ukI0wC0Q==" }, "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.15.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.2.tgz", + "integrity": "sha512-qbd+ehDiRxo++wAqaGLmJcd683ktulTqoku4WYYyQ3XOgJIn4yhOQGV27KcdK7c2yhwxblyh4mgMm8ukI0wC0Q==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 960986078a..1bfd29bfbc 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.15.2", "localforage": "^1.10.0" } }