diff --git a/Ui/package-lock.json b/Ui/package-lock.json index fe6e6db..0a96646 100644 --- a/Ui/package-lock.json +++ b/Ui/package-lock.json @@ -20,7 +20,7 @@ "@ng-bootstrap/ng-bootstrap": "^20.0.0", "@popperjs/core": "^2.11.8", "@sweetalert2/theme-dark": "^5.0.27", - "ag-charts-angular": "^11.0.4", + "ag-charts-angular": "^13.1.0", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", "bootswatch": "^5.3.3", @@ -5243,39 +5243,50 @@ } }, "node_modules/ag-charts-angular": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/ag-charts-angular/-/ag-charts-angular-11.0.4.tgz", - "integrity": "sha512-1D9xEky6RcwJ49SLGScrVyJNOIy+wH32CaEY4JTdS36QqgFcOVwm5QTiMf/zTa+Qsbz4HfRVBkYpBQuMR0s2Cw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-angular/-/ag-charts-angular-13.1.0.tgz", + "integrity": "sha512-XQxVJEda9Ahm3XZe5bgRU7f2Gks+uDGlyIs8TJ11cUsRN4rsgUf02qTKzVwZ3KR7YCvMLFdCHG7swaSni4FDMA==", + "license": "MIT", "dependencies": { + "ag-charts-community": "13.1.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0", - "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0", - "ag-charts-community": "11.0.4" + "@angular/common": ">= 18.0.0", + "@angular/core": ">= 18.0.0" } }, "node_modules/ag-charts-community": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-11.0.4.tgz", - "integrity": "sha512-TFShWfZaA1yJ/hb3jwtNAqBG2Qy9VvoQ9mWLr29ilT6+2R2e30RSk2oH7FAQ2l5nS1367dRf137Td9tUTTuVLg==", - "peer": true, + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-13.1.0.tgz", + "integrity": "sha512-w+uFTjxlAoTq1+8tgUORtB/zr9jm38ibXzbbWnkBP9Dep9yahi5a1jZL7yExAX35uq3g9QtjTh0Oj/QPDBQ9Ew==", + "license": "MIT", "dependencies": { - "ag-charts-locale": "11.0.4", - "ag-charts-types": "11.0.4" + "ag-charts-core": "13.1.0", + "ag-charts-locale": "13.1.0", + "ag-charts-types": "13.1.0" + } + }, + "node_modules/ag-charts-core": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-core/-/ag-charts-core-13.1.0.tgz", + "integrity": "sha512-mLHJZ8oU5CPeLRURescdISCtMsiiA/m4d1iBr6aQBEgiTVogRMGpFpsYNtQiYtoW2sRh+62I9sN8fhC3JQjX/g==", + "license": "MIT", + "dependencies": { + "ag-charts-types": "13.1.0" } }, "node_modules/ag-charts-locale": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/ag-charts-locale/-/ag-charts-locale-11.0.4.tgz", - "integrity": "sha512-xCQA8CtcUyqU4qYg7u9oUQ+SghIsWAQvY60Bu0ghJJ/bDeW8+ptEU0ogBapuDqfb9B9kqWKgASxbX6diqb+HVQ==", - "peer": true + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-locale/-/ag-charts-locale-13.1.0.tgz", + "integrity": "sha512-mPgJnVsOI4Cf17CAlRh8BvLz19e165sdQJeUXNaB7M+DPB+pxODOcfx4oqZlR4Wc8Zu++TGb/2ueHa/aeV2qeQ==", + "license": "MIT" }, "node_modules/ag-charts-types": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-11.0.4.tgz", - "integrity": "sha512-K/Mi7FXvSCoABLSrqQ70k1QrIL5R6RNCt2NAppOxMEir+DVFPqKZtghruobc2MGVUUKkT9MCn6Dun+fL6yZjfA==", - "peer": true + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-13.1.0.tgz", + "integrity": "sha512-DytRM3CXli+Y013SC1Mr8lQBrhVTACK+11ilDHOhwUM0sRpmGuR51XFGcBKOliW1Vas1AycP31Cm3Pp0jx3hqw==", + "license": "MIT" }, "node_modules/agent-base": { "version": "7.1.4", diff --git a/Ui/package.json b/Ui/package.json index b670cc1..20a8850 100644 --- a/Ui/package.json +++ b/Ui/package.json @@ -22,7 +22,7 @@ "@ng-bootstrap/ng-bootstrap": "^20.0.0", "@popperjs/core": "^2.11.8", "@sweetalert2/theme-dark": "^5.0.27", - "ag-charts-angular": "^11.0.4", + "ag-charts-angular": "^13.1.0", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.3", "bootswatch": "^5.3.3",