diff --git a/frontend/package.json b/frontend/package.json index ef0957a..20dc154 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,42 +13,42 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.0", - "@angular/cdk": "^17.0.0", - "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", - "@angular/core": "^17.3.0", - "@angular/elements": "^17.3.11", - "@angular/forms": "^17.3.0", - "@angular/platform-browser": "^17.3.0", - "@angular/platform-browser-dynamic": "^17.3.0", - "@angular/router": "^17.3.0", + "@angular/animations": "17.3.11", + "@angular/cdk": "17.3.10", + "@angular/common": "17.3.11", + "@angular/compiler": "17.3.11", + "@angular/core": "17.3.11", + "@angular/elements": "17.3.11", + "@angular/forms": "17.3.11", + "@angular/platform-browser": "17.3.11", + "@angular/platform-browser-dynamic": "17.3.11", + "@angular/router": "17.3.11", "@apollo/client": "3.14.0", - "@fundamental-ngx/cdk": "0.50.0", - "@fundamental-ngx/core": "^0.50.0", - "@fundamental-ngx/i18n": "0.50.0", + "@fundamental-ngx/cdk": "0.57.5", + "@fundamental-ngx/core": "0.50.0", + "@fundamental-ngx/i18n": "0.57.5", "@luigi-project/client": "^2.14.2", "@luigi-project/client-support-angular": "^2.13.0", - "@sap-theming/theming-base-content": "^11.15.0", - "@ui5/webcomponents-icons": "2.0.1", - "@ui5/webcomponents-icons-business-suite": "2.0.1", - "@ui5/webcomponents-icons-tnt": "2.0.1", + "@sap-theming/theming-base-content": "11.16.1", + "@ui5/webcomponents-icons": "2.16.2", + "@ui5/webcomponents-icons-business-suite": "2.16.2", + "@ui5/webcomponents-icons-tnt": "2.16.2", "@ui5/webcomponents-ngx": "0.3.0", - "apollo-angular": "7.0.2", + "apollo-angular": "7.2.1", "chart.js": "^4.4.4", "deepmerge": "^4.3.1", - "fundamental-styles": "0.37.0", + "fundamental-styles": "0.39.11", "graphql": "16.11.0", "graphql-sse": "^2.5.2", "minifaker": "^1.34.1", - "rxjs": "~7.8.0", + "rxjs": "7.8.1", "tslib": "^2.3.0", - "zone.js": "~0.14.3" + "zone.js": "0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.3.8", - "@angular/cli": "^17.3.8", - "@angular/compiler-cli": "^17.3.0", + "@angular-devkit/build-angular": "17.3.8", + "@angular/cli": "17.3.8", + "@angular/compiler-cli": "17.3.11", "@types/jasmine": "~5.1.0", "concurrently": "^9.1.0", "jasmine-core": "~5.10.0", @@ -57,7 +57,7 @@ "karma-coverage": "~2.2.0", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "ngx-build-plus": "^17.0.0", - "typescript": "~5.4.2" + "ngx-build-plus": "17.0.0", + "typescript": "5.4.5" } }