diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 6cc470245e..ebab51f207 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.42.0", + "apexcharts": "^3.43.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -575,9 +575,9 @@ } }, "node_modules/apexcharts": { - "version": "3.42.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.42.0.tgz", - "integrity": "sha512-hYhzZqh2Efny9uiutkGU2M/EarJ4Nn8s6dxZ0C7E7N+SV4d1xjTioXi2NLn4UKVJabZkb3HnpXDoumXgtAymwg==", + "version": "3.43.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.43.0.tgz", + "integrity": "sha512-YPw1aLatPQMUqVLMp5d+LDaXFi4QrRQND72/XO7/2NJdg+R5MjE9sifJ0GzOfgoZM7ltBUTjwfSxIvwR/9V8yw==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", @@ -4946,9 +4946,9 @@ } }, "apexcharts": { - "version": "3.42.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.42.0.tgz", - "integrity": "sha512-hYhzZqh2Efny9uiutkGU2M/EarJ4Nn8s6dxZ0C7E7N+SV4d1xjTioXi2NLn4UKVJabZkb3HnpXDoumXgtAymwg==", + "version": "3.43.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.43.0.tgz", + "integrity": "sha512-YPw1aLatPQMUqVLMp5d+LDaXFi4QrRQND72/XO7/2NJdg+R5MjE9sifJ0GzOfgoZM7ltBUTjwfSxIvwR/9V8yw==", "requires": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/ui/changes/package.json b/ui/changes/package.json index ae68576810..4c7e1abb33 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", - "apexcharts": "^3.42.0", + "apexcharts": "^3.43.0", "localforage": "^1.10.0" } }