From f672077c0155a6f90418592ccbe62114db4a4c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:58:53 +0000 Subject: [PATCH] Bump the frontend-angular-dependencies group in /frontend with 1 update Bumps the frontend-angular-dependencies group in /frontend with 1 update: [ngx-echarts](https://github.com/xieziyu/ngx-echarts). - [Release notes](https://github.com/xieziyu/ngx-echarts/releases) - [Commits](https://github.com/xieziyu/ngx-echarts/compare/v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: ngx-echarts dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-angular-dependencies ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 15 +++++++-------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 087c738acf..43635e2512 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,12 +31,11 @@ "bootstrap": "~4.6.2", "browserify": "^17.0.0", "clipboard": "^2.0.11", - "cypress": "^13.3.0", "domino": "^2.1.6", "echarts": "~5.4.3", "echarts-gl": "^2.0.9", "lightweight-charts": "~3.8.0", - "ngx-echarts": "~16.0.0", + "ngx-echarts": "~16.1.0", "ngx-infinite-scroll": "^16.0.0", "qrcode": "1.5.1", "rxjs": "~7.8.1", @@ -12421,9 +12420,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "node_modules/ngx-echarts": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-16.0.0.tgz", - "integrity": "sha512-hdM7/CL29bY3sF3V5ihb7H1NeUsQlhijp8tVxT23+vkNTf9SJrUHPjs9oHOMkbTlr2Q8HB+eVpckYAL/tuK0CQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-16.1.0.tgz", + "integrity": "sha512-DYE56pWDGSLDu21rX4thQxCbPbvejnTQKprAhTJ/c7ni5SVF01B4+prm+xpKddgwn0QJpaXIIdZigpRUQrWivA==", "dependencies": { "tslib": "^2.3.0" }, @@ -26067,9 +26066,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "ngx-echarts": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-16.0.0.tgz", - "integrity": "sha512-hdM7/CL29bY3sF3V5ihb7H1NeUsQlhijp8tVxT23+vkNTf9SJrUHPjs9oHOMkbTlr2Q8HB+eVpckYAL/tuK0CQ==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-16.1.0.tgz", + "integrity": "sha512-DYE56pWDGSLDu21rX4thQxCbPbvejnTQKprAhTJ/c7ni5SVF01B4+prm+xpKddgwn0QJpaXIIdZigpRUQrWivA==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 294ace61d8..856e1a812e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -87,7 +87,7 @@ "echarts": "~5.4.3", "echarts-gl": "^2.0.9", "lightweight-charts": "~3.8.0", - "ngx-echarts": "~16.0.0", + "ngx-echarts": "~16.1.0", "ngx-infinite-scroll": "^16.0.0", "qrcode": "1.5.1", "rxjs": "~7.8.1",