From 6bc7eec4e379cebb7d0b1a91cf62b0b36bb45bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:34:31 +0000 Subject: [PATCH] Bump ngx-echarts in /frontend in the frontend-angular-dependencies group Bumps the frontend-angular-dependencies group in /frontend with 1 update: [ngx-echarts](https://github.com/xieziyu/ngx-echarts). Updates `ngx-echarts` from 17.1.0 to 17.2.0 - [Release notes](https://github.com/xieziyu/ngx-echarts/releases) - [Changelog](https://github.com/xieziyu/ngx-echarts/blob/master/CHANGELOG.md) - [Commits](https://github.com/xieziyu/ngx-echarts/compare/v17.1.0...v17.2.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 b7ca2bf12..c156651c3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -32,12 +32,11 @@ "bootstrap": "~4.6.2", "browserify": "^17.0.0", "clipboard": "^2.0.11", - "cypress": "^13.10.0", "domino": "^2.1.6", "echarts": "~5.5.0", "esbuild": "^0.21.1", "lightweight-charts": "~3.8.0", - "ngx-echarts": "~17.1.0", + "ngx-echarts": "~17.2.0", "ngx-infinite-scroll": "^17.0.0", "qrcode": "1.5.1", "rxjs": "~7.8.1", @@ -13290,9 +13289,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/ngx-echarts": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-17.1.0.tgz", - "integrity": "sha512-DSNF/aKmJSxJWb9UwPUgNtY8Ma9SmViDBRacvAwpakc/5mJerunxndDgoBQkYk5JFKAjXX6bp4ZWLRKL3/5AGA==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-17.2.0.tgz", + "integrity": "sha512-i3XDE9d53zmJH4bp8RQ/271oPlhBkczO1M3VtWk8nCXdxQq9qx8UckjWEQ7oV1AbSDLGK5sRiFu5EaY5hvdWPA==", "dependencies": { "tslib": "^2.3.0" }, @@ -28069,9 +28068,9 @@ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "ngx-echarts": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-17.1.0.tgz", - "integrity": "sha512-DSNF/aKmJSxJWb9UwPUgNtY8Ma9SmViDBRacvAwpakc/5mJerunxndDgoBQkYk5JFKAjXX6bp4ZWLRKL3/5AGA==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-17.2.0.tgz", + "integrity": "sha512-i3XDE9d53zmJH4bp8RQ/271oPlhBkczO1M3VtWk8nCXdxQq9qx8UckjWEQ7oV1AbSDLGK5sRiFu5EaY5hvdWPA==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 592800801..89dcdd1b6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -88,7 +88,7 @@ "domino": "^2.1.6", "echarts": "~5.5.0", "lightweight-charts": "~3.8.0", - "ngx-echarts": "~17.1.0", + "ngx-echarts": "~17.2.0", "ngx-infinite-scroll": "^17.0.0", "qrcode": "1.5.1", "rxjs": "~7.8.1",