diff --git a/package-lock.json b/package-lock.json index 080bd20..fd85353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^14.0.0", "@angular/platform-browser-dynamic": "^14.0.0", "@angular/router": "^14.0.0", - "angular-plotly.js": "^4.0.4", + "angular-plotly.js": "^5.0.0", "bootstrap": "^5.2.3", "plotly.js": "^2.20.0", "rxjs": "~7.8.0", @@ -4035,15 +4035,15 @@ "integrity": "sha512-0V/PkoculFl5+0Lp47JoxUcO0xSxhIBvm+BxHdD/OgXNmdRpRHCFnKVuUoWyS9EzQP+otSGv0m9Lb4yVkQBn2A==" }, "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/ansi-colors": { @@ -19863,9 +19863,9 @@ "integrity": "sha512-0V/PkoculFl5+0Lp47JoxUcO0xSxhIBvm+BxHdD/OgXNmdRpRHCFnKVuUoWyS9EzQP+otSGv0m9Lb4yVkQBn2A==" }, "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/package.json b/package.json index c2570bc..1807ef8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^14.0.0", "@angular/platform-browser-dynamic": "^14.0.0", "@angular/router": "^14.0.0", - "angular-plotly.js": "^4.0.4", + "angular-plotly.js": "^5.0.0", "bootstrap": "^5.2.3", "plotly.js": "^2.20.0", "rxjs": "~7.8.0",