From 737d852b344869ddbeade44cb9f675a92145b870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:39:55 +0000 Subject: [PATCH] chore(deps): bump @angular/common in /timeless-api/src/main/webui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.11 to 21.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.0.5/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- timeless-api/src/main/webui/package-lock.json | 12 ++++++------ timeless-api/src/main/webui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",