diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 04682aac55..809740eb39 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -37,7 +37,7 @@ "echarts-gl": "^2.0.9", "express": "^4.17.1", "lightweight-charts": "~3.8.0", - "ngx-echarts": "8.0.1", + "ngx-echarts": "15.0.1", "ngx-infinite-scroll": "^10.0.1", "qrcode": "1.5.0", "rxjs": "~7.5.5", @@ -12812,9 +12812,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "node_modules/ngx-echarts": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-8.0.1.tgz", - "integrity": "sha512-CP+WnCcnMCNpCL9BVmDIZmhGSVPnkJhhFbQEKt0nrwV0L6d4QTAGZ+e4y6G1zTTFKkIMPHpaO0nhtDRgSXAW/w==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-15.0.1.tgz", + "integrity": "sha512-tsGQxkEF232P7Q8tWJ45elKerHNWCbGJ+z7UMPFs7rYdQk4fyGDXu9pK6+R7OPVklCF0+7V4EiL7eHRfN+MYIg==", "dependencies": { "tslib": "^2.3.0" }, @@ -27460,9 +27460,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "ngx-echarts": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-8.0.1.tgz", - "integrity": "sha512-CP+WnCcnMCNpCL9BVmDIZmhGSVPnkJhhFbQEKt0nrwV0L6d4QTAGZ+e4y6G1zTTFKkIMPHpaO0nhtDRgSXAW/w==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-15.0.1.tgz", + "integrity": "sha512-tsGQxkEF232P7Q8tWJ45elKerHNWCbGJ+z7UMPFs7rYdQk4fyGDXu9pK6+R7OPVklCF0+7V4EiL7eHRfN+MYIg==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index c5a062e011..bf90cc5f68 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -91,7 +91,7 @@ "echarts-gl": "^2.0.9", "express": "^4.17.1", "lightweight-charts": "~3.8.0", - "ngx-echarts": "8.0.1", + "ngx-echarts": "15.0.1", "ngx-infinite-scroll": "^10.0.1", "qrcode": "1.5.0", "rxjs": "~7.5.5",