From d00862573be1ebee5068dde905c77a19f4c7085b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:24:22 +0000 Subject: [PATCH] Bump @angular/common from 20.1.2 to 20.3.4 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.1.2 to 20.3.4. - [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.4/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e374adb5..68920914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", - "@angular/common": "20.1.2", + "@angular/common": "20.3.4", "@angular/compiler": "20.1.2", "@angular/core": "20.1.2", "@angular/forms": "20.1.2", @@ -1611,9 +1611,9 @@ } }, "node_modules/@angular/common": { - "version": "20.1.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.2.tgz", - "integrity": "sha512-MQYP+4lvw81jBRknNYgIye7N36SD68SADUB7xO+7pF5+KbGundfmZkO29uWCnTBU86C4xU4DshlFVhzFK1lreQ==", + "version": "20.3.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.4.tgz", + "integrity": "sha512-hBQahyiHEAtc30a8hPOuIWcUL7j8189DC0sX4RiBd/wtvzH4Sd3XhguxyZAL6gHgNZEQ0nKy0uAfvWB/79GChQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1622,7 +1622,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.1.2", + "@angular/core": "20.3.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 1a6c929e..dec79528 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@angular/animations": "20.1.2", "@angular/cdk": "^20.1.2", - "@angular/common": "20.1.2", + "@angular/common": "20.3.4", "@angular/compiler": "20.1.2", "@angular/core": "20.1.2", "@angular/forms": "20.1.2",