From 6a095f2922dba645443b6c3e873d78c88db8cc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:47:43 +0000 Subject: [PATCH] Bump @angular/common from 20.3.25 to 20.3.27 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.25 to 20.3.27. - [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/v20.3.27/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd26a39..162c62b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^5.0.0", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^5.0.0", "@angular/core": "^11.0.5", "@angular/forms": "^5.0.0", @@ -1246,9 +1246,9 @@ } }, "node_modules/@angular/common": { - "version": "20.3.25", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.25.tgz", - "integrity": "sha512-rnRGcXbjet0DHgkRL4Dqxk21G2T4UypVfiTV/fay58H8w9U89PJ1L6gRmk8B/uyfpii/9r23cBwnpcguQykxYw==", + "version": "20.3.27", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.27.tgz", + "integrity": "sha512-4ectYP60XatB9zZ40WlfmaTzjmEhaz8SSqLsbZI4VZ8gDb5qNmxWtwwt8UxS3NmDHEgqdNL8UPO4E94+yKCICg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1257,7 +1257,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.25", + "@angular/core": "20.3.27", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index e3efd44..ca5522b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^5.0.0", - "@angular/common": "^20.3.25", + "@angular/common": "^20.3.27", "@angular/compiler": "^5.0.0", "@angular/core": "^11.0.5", "@angular/forms": "^5.0.0",