diff --git a/client/package-lock.json b/client/package-lock.json index a20e798a62..b8d95a881c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -55,7 +55,7 @@ "fzstd": "^0.1.1", "jszip": "^3.10.1", "material-design-icons-iconfont": "^6.7.0", - "ng2-charts": "^6.0.1", + "ng2-charts": "^7.0.0", "ng2-pdf-viewer": "^10.3.4", "ngx-cookie-service": "^18.0.0", "ngx-date-fns": "^11.0.0", @@ -13197,18 +13197,18 @@ "dev": true }, "node_modules/ng2-charts": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-6.0.1.tgz", - "integrity": "sha512-pO7evbvHqjiKB7zqE12tCKWQI9gmQ8DVOEaWBBLlxJabc4fLGk7o9t4jC4+Q9pJiQrTtQkugm0dIPQ4PFHUaWA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-7.0.0.tgz", + "integrity": "sha512-HofyPPkz7yOX6Dr9JfV/SDddzmmqCFYCKbn71jeDiyWPRjrj99yTBCyqYtjzzNrnlTfWwbdvynYZ4GAhu/lbgQ==", "dependencies": { "lodash-es": "^4.17.15", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": ">=17.0.0", - "@angular/common": ">=17.0.0", - "@angular/core": ">=17.0.0", - "@angular/platform-browser": ">=17.0.0", + "@angular/cdk": ">=18.0.0", + "@angular/common": ">=18.0.0", + "@angular/core": ">=18.0.0", + "@angular/platform-browser": ">=18.0.0", "chart.js": "^3.4.0 || ^4.0.0", "rxjs": "^6.5.3 || ^7.4.0" } diff --git a/client/package.json b/client/package.json index 7cafe6484e..5229583862 100644 --- a/client/package.json +++ b/client/package.json @@ -82,7 +82,7 @@ "fzstd": "^0.1.1", "jszip": "^3.10.1", "material-design-icons-iconfont": "^6.7.0", - "ng2-charts": "^6.0.1", + "ng2-charts": "^7.0.0", "ng2-pdf-viewer": "^10.3.4", "ngx-cookie-service": "^18.0.0", "ngx-date-fns": "^11.0.0",