From 7a57bcd913b078f82492ea15d42aa711e7e8a9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 03:24:30 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 19.2.11 to 20.3.10 in /frontend Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.11 to 20.3.10. - [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/20.3.10/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 13 +++++++------ frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..a4c6ae1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-eslint/schematics": "^19.3.0", "@angular/animations": "^19.2.11", - "@angular/common": "^19.2.0", + "@angular/common": "^20.3.10", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", "@angular/forms": "^19.2.0", @@ -642,17 +642,18 @@ } }, "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": "20.3.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.10.tgz", + "integrity": "sha512-12fEzvKbEqjqy1fSk9DMYlJz6dF1MJVXuC5BB+oWWJpd+2lfh4xJ62pkvvLGAICI89hfM5n9Cy5kWnXwnqPZsA==", + "license": "MIT", "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": "20.3.10", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index bdc01da..4d0d94e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular-eslint/schematics": "^19.3.0", "@angular/animations": "^19.2.11", - "@angular/common": "^19.2.0", + "@angular/common": "^20.3.10", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", "@angular/forms": "^19.2.0",