From c8ec35b1a200771338b99ae920c70a4bb1a1a286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 21:20:44 +0200 Subject: [PATCH] Bump ng2-charts from 2.3.3 to 2.4.2 (#6206) Bumps [ng2-charts](https://github.com/valor-software/ng2-charts) from 2.3.3 to 2.4.2. - [Release notes](https://github.com/valor-software/ng2-charts/releases) - [Changelog](https://github.com/valor-software/ng2-charts/blob/development/CHANGELOG.md) - [Commits](https://github.com/valor-software/ng2-charts/compare/2.3.3...2.4.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 19 ++++++------------- package.json | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ba3537d3f..3e4d9fb748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16690,20 +16690,13 @@ } }, "ng2-charts": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-2.3.3.tgz", - "integrity": "sha512-cRrSzQrYjjwqpRtDe3P5b1emiyKToGWVShbuY4dSMefZoDhl8NsbcIWoeGucrkpQasZMj2nrh8H04CdD4J4Zmg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-2.4.2.tgz", + "integrity": "sha512-mY3C2uKCaApHCQizS2YxEOqQ7sSZZLxdV6N1uM9u/VvUgVtYvlPtdcXbKpN52ak93ZE22I73DiLWVDnDNG4/AQ==", "requires": { - "@types/chart.js": "^2.7.48", - "lodash-es": "^4.17.11", - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", - "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" - } + "@types/chart.js": "^2.9.24", + "lodash-es": "^4.17.15", + "tslib": "^2.0.0" } }, "ngx-monaco-editor": { diff --git a/package.json b/package.json index 5c59e3fd82..22b10e3bd9 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "minimatch-browser": "1.0.0", "moment": "2.29.0", "moment-es6": "^1.0.0", - "ng2-charts": "2.3.3", + "ng2-charts": "2.4.2", "ngx-monaco-editor": "8.1.1", "pdfjs-dist": "2.5.207", "raphael": "2.3.0",