diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index eaaf4719e5..4a7f175cc0 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": "^6.6.1", + "apexcharts": "^6.7.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -573,9 +573,12 @@ } }, "node_modules/apexcharts": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.6.1.tgz", - "integrity": "sha512-958NXryBp9mtyqGQK1c8J2wzTHivc7L/lS/nsHOw13L52V2mGxbmjCfVu8oPHIbBCeBe26dYR2ZU1GjIqJkxIA==" + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.7.0.tgz", + "integrity": "sha512-1Z8AACzw2W2I/JOLh2jHVVHWYtOIf1Yr9/A99r1+YJwb31V2Wmi4fzfscWOJAAf47nW4qRWvLm+ZLEm0GeiqjQ==", + "engines": { + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + } }, "node_modules/aproba": { "version": "1.2.0", @@ -4866,9 +4869,9 @@ } }, "apexcharts": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.6.1.tgz", - "integrity": "sha512-958NXryBp9mtyqGQK1c8J2wzTHivc7L/lS/nsHOw13L52V2mGxbmjCfVu8oPHIbBCeBe26dYR2ZU1GjIqJkxIA==" + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.7.0.tgz", + "integrity": "sha512-1Z8AACzw2W2I/JOLh2jHVVHWYtOIf1Yr9/A99r1+YJwb31V2Wmi4fzfscWOJAAf47nW4qRWvLm+ZLEm0GeiqjQ==" }, "aproba": { "version": "1.2.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index f54c9a9889..1fde10b121 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^6.6.1", + "apexcharts": "^6.7.0", "localforage": "^1.10.0" } }