diff --git a/flink-runtime-web/web-dashboard/package.json b/flink-runtime-web/web-dashboard/package.json index 962e6a13cf6ad..8e056766193fa 100644 --- a/flink-runtime-web/web-dashboard/package.json +++ b/flink-runtime-web/web-dashboard/package.json @@ -15,14 +15,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "13.4.0", - "@angular/common": "13.4.0", - "@angular/compiler": "13.4.0", - "@angular/core": "13.4.0", - "@angular/forms": "13.4.0", - "@angular/platform-browser": "13.4.0", - "@angular/platform-browser-dynamic": "13.4.0", - "@angular/router": "13.4.0", + "@angular/animations": "21.0.5", + "@angular/common": "21.0.5", + "@angular/compiler": "21.0.5", + "@angular/core": "21.0.5", + "@angular/forms": "21.0.5", + "@angular/platform-browser": "21.0.5", + "@angular/platform-browser-dynamic": "21.0.5", + "@angular/router": "21.0.5", "@antv/g2": "4.2.12", "core-js": "3.47.0", "d3": "7.9.0", @@ -43,8 +43,8 @@ "@angular-eslint/schematics": "21.0.1", "@angular-eslint/template-parser": "21.0.1", "@angular/cli": "21.0.1", - "@angular/compiler-cli": "13.4.0", - "@angular/language-service": "13.4.0", + "@angular/compiler-cli": "21.0.5", + "@angular/language-service": "21.0.5", "@testing-library/angular": "18.0.0", "@types/d3": "^7.1.0", "@types/dagre": "0.7.53",