diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 5b5a00d629..3a26fc78f2 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.10.0", + "apexcharts": "^7.1.0", "localforage": "^1.10.0" }, "devDependencies": { @@ -579,9 +579,9 @@ "license": "MIT" }, "node_modules/apexcharts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", - "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-7.1.0.tgz", + "integrity": "sha512-zO43jUhHBNz+riahvkVvlqYw8Zpog5KtpdVSc9PbvOiXAmPBaSSoleUtO83NktObHZ9LnNt3M4MdYx7m+aSDMw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "apex-commons": "^0.5.0" @@ -4884,9 +4884,9 @@ "integrity": "sha512-xz83SgPREE1wGtoflvxjwJtcjzl5bKTz2/bDxWCZNL6QVjUNE47kMg/1Zqt0bSh6eOnmFCWlTDc3RU8o85N+wg==" }, "apexcharts": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-6.10.0.tgz", - "integrity": "sha512-XkDW9pb5L5jrjox86Q20gR2w6YnU4hUpv+FjL1eKtYKQGtyTUSsnFeuUE8wVDz8hNNHbOEx7Sl9cjfCmhB3NVw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-7.1.0.tgz", + "integrity": "sha512-zO43jUhHBNz+riahvkVvlqYw8Zpog5KtpdVSc9PbvOiXAmPBaSSoleUtO83NktObHZ9LnNt3M4MdYx7m+aSDMw==", "requires": { "apex-commons": "^0.5.0" } diff --git a/ui/changes/package.json b/ui/changes/package.json index a2a1cd4c12..8c87d18151 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.5.1", - "apexcharts": "^6.10.0", + "apexcharts": "^7.1.0", "localforage": "^1.10.0" } }