diff --git a/timeless-api/src/main/webui/package-lock.json b/timeless-api/src/main/webui/package-lock.json index a442bc2..8dd4c73 100644 --- a/timeless-api/src/main/webui/package-lock.json +++ b/timeless-api/src/main/webui/package-lock.json @@ -8,7 +8,7 @@ "name": "timeless", "version": "0.0.0", "dependencies": { - "@angular/common": "^19.2.0", + "@angular/common": "^21.0.5", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", "@angular/forms": "^19.2.0", @@ -620,19 +620,19 @@ } }, "node_modules/@angular/common": { - "version": "19.2.11", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.11.tgz", - "integrity": "sha512-/ZnF2Nfp6S6TAu3VlvUAIp4NVd81WE1Q95wuwSSuoEx2aSyXzI+1myyKWSYe/jYCyGuppmocjTciEh8mAInmOw==", + "version": "21.0.5", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.5.tgz", + "integrity": "sha512-/ZI11F6Wxr8TZRVO4O7pmhBJ9YxDg9mvA76e0PiivmqZggM02HY0y3XPMP3hAOe4K+PfaVBgMAu3P9t32klzfA==", "license": "MIT", "peer": true, "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "19.2.11", + "@angular/core": "21.0.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/timeless-api/src/main/webui/package.json b/timeless-api/src/main/webui/package.json index ad1bf58..fb4642c 100644 --- a/timeless-api/src/main/webui/package.json +++ b/timeless-api/src/main/webui/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/common": "^19.2.0", + "@angular/common": "^21.0.5", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", "@angular/forms": "^19.2.0",