diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 3cb59233d6..a208cf3dfa 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.4.0", + "apexcharts": "^5.7.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -578,9 +578,9 @@ } }, "node_modules/apexcharts": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.4.0.tgz", - "integrity": "sha512-qyEypKc1nixORUHdwO30izyyCqH9A4NsxQZ6Xrlq+ABEamOED1AoSg3eHaJMPRGT+wfE09wucLqwvk8oSr3tdA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.7.0.tgz", + "integrity": "sha512-NxGX3QT1zhM6aLVQobx0KJxYiq6wrKcscnyiKtL9lodS6PuLzaPc84BhHhzxFxkWjbsBZTbrrvrFuhvkHs7G6Q==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3" } @@ -4879,9 +4879,9 @@ } }, "apexcharts": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.4.0.tgz", - "integrity": "sha512-qyEypKc1nixORUHdwO30izyyCqH9A4NsxQZ6Xrlq+ABEamOED1AoSg3eHaJMPRGT+wfE09wucLqwvk8oSr3tdA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.7.0.tgz", + "integrity": "sha512-NxGX3QT1zhM6aLVQobx0KJxYiq6wrKcscnyiKtL9lodS6PuLzaPc84BhHhzxFxkWjbsBZTbrrvrFuhvkHs7G6Q==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3" } diff --git a/ui/changes/package.json b/ui/changes/package.json index c1279ffdf2..8fb2c0b6c4 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^5.4.0", + "apexcharts": "^5.7.0", "localforage": "^1.10.0" } }