From 1632f22bdfde29312775cdb59480b75556122eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:27:05 +0200 Subject: [PATCH] Bump angular-plotly.js from 4.0.4 to 5.0.0 in /ui (#1702) Bumps [angular-plotly.js](https://github.com/plotly/angular-plotly.js) from 4.0.4 to 5.0.0. - [Changelog](https://github.com/plotly/angular-plotly.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/angular-plotly.js/compare/v4.0.4...v5.0.0) --- updated-dependencies: - dependency-name: angular-plotly.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 18 +++++++++--------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d9c730e528..3ab01a750f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -34,7 +34,7 @@ "@swimlane/ngx-charts": "^20.4.1", "angular-datatables": "^14.0.2", "angular-gridster2": "^14.1.2", - "angular-plotly.js": "^4.0.4", + "angular-plotly.js": "^5.0.0", "angular2-uuid": "1.1.1", "codemirror": "^5.65.11", "console-browserify": "^1.2.0", @@ -8001,15 +8001,15 @@ } }, "node_modules/angular-plotly.js": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-4.0.4.tgz", - "integrity": "sha512-A1ri8ZajRYn1pFRyNjeVhwaKJtQfPeQwUHxv0iagf4AxeMvgd/qdYj7EfsycQ2AGb56KimoGCvAaiQtO4PHvkw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-5.0.0.tgz", + "integrity": "sha512-kk7NiFbL8V8vSE4HBO9InPj5f+1PHjyIDDSFUnVnhYQoQ0hCL5nPvn8w61HFYYmUNevym33EBeqAkH5kFohB1Q==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">10.0.9", - "@angular/core": ">10.0.9" + "@angular/common": ">=13.0.0", + "@angular/core": ">=13.0.0" } }, "node_modules/angular2-uuid": { @@ -33770,9 +33770,9 @@ } }, "angular-plotly.js": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-4.0.4.tgz", - "integrity": "sha512-A1ri8ZajRYn1pFRyNjeVhwaKJtQfPeQwUHxv0iagf4AxeMvgd/qdYj7EfsycQ2AGb56KimoGCvAaiQtO4PHvkw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/angular-plotly.js/-/angular-plotly.js-5.0.0.tgz", + "integrity": "sha512-kk7NiFbL8V8vSE4HBO9InPj5f+1PHjyIDDSFUnVnhYQoQ0hCL5nPvn8w61HFYYmUNevym33EBeqAkH5kFohB1Q==", "requires": { "tslib": "^2.0.0" } diff --git a/ui/package.json b/ui/package.json index 66d18c604a..377f3ccbbc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -56,7 +56,7 @@ "@swimlane/ngx-charts": "^20.4.1", "angular-datatables": "^14.0.2", "angular-gridster2": "^14.1.2", - "angular-plotly.js": "^4.0.4", + "angular-plotly.js": "^5.0.0", "angular2-uuid": "1.1.1", "codemirror": "^5.65.11", "console-browserify": "^1.2.0",