From 425abc1acf8df15f88e9a09c4e6ae60c2e559a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:41:50 +0000 Subject: [PATCH] build(deps): bump @angular/common from 20.0.5 to 20.3.2 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.0.5 to 20.3.2. - [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.2/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a994a77..a3a31d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^20.0.5", - "@angular/common": "^20.0.5", + "@angular/common": "^20.3.2", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", @@ -1356,9 +1356,9 @@ } }, "node_modules/@angular/common": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.5.tgz", - "integrity": "sha512-R7SQaOVYjVnrGHOq2RnuPn0pGofGVTDgy5EoHzF8ulb5MG/d7GFwCaMgfAbp3/Cw1CJzP2ZB54O8x9SMuqExyg==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.2.tgz", + "integrity": "sha512-5V9AzLhCA1dNhF+mvihmdHoZHbEhIb1jNYRA1/JMheR+G7NR8Mznu6RmWaKSWZ4AJeSJN8rizWN2wpVPWTKjSQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1367,7 +1367,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.0.5", + "@angular/core": "20.3.2", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -9362,9 +9362,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz", + "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==", "dev": true, "license": "Apache-2.0", "optional": true, diff --git a/package.json b/package.json index 6e52cf47..fe158d5f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^20.0.5", - "@angular/common": "^20.0.5", + "@angular/common": "^20.3.2", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5",