From a802d6713ce58ed335b0ab880b1e9e3094c54ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:51:49 +0000 Subject: [PATCH] Bump @angular/common from 21.0.0-next.5 to 21.0.1 in /ch01 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.0.0-next.5 to 21.0.1. - [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/21.0.1/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 21.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch01/package-lock.json | 10 +++++----- ch01/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ch01/package-lock.json b/ch01/package-lock.json index 0f99506..e49a265 100644 --- a/ch01/package-lock.json +++ b/ch01/package-lock.json @@ -8,7 +8,7 @@ "name": "my-app", "version": "0.0.0", "dependencies": { - "@angular/common": "^21.0.0-next.0", + "@angular/common": "^21.0.1", "@angular/compiler": "^21.0.0-next.0", "@angular/core": "^21.0.0-next.0", "@angular/forms": "^21.0.0-next.0", @@ -452,9 +452,9 @@ } }, "node_modules/@angular/common": { - "version": "21.0.0-next.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.0-next.5.tgz", - "integrity": "sha512-DQ11vRiynQcSXsHBUJAZjF32BAT56re64vzUTodMvhvNgvXnw/kWG0KpKXna10mBB5kc4W7PKLVZnmIuk42LZA==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.0.1.tgz", + "integrity": "sha512-EqdTGpFp7PVdTVztO7TB6+QxdzUbYXKKT2jwG2Gg+PIQZ2A8XrLPRmGXyH/DLlc5IhnoJlLbngmBRCLCO4xWog==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -463,7 +463,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.0-next.5", + "@angular/core": "21.0.1", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/ch01/package.json b/ch01/package.json index fe0a23e..ed24a02 100644 --- a/ch01/package.json +++ b/ch01/package.json @@ -23,7 +23,7 @@ "private": true, "packageManager": "npm@10.9.3", "dependencies": { - "@angular/common": "^21.0.0-next.0", + "@angular/common": "^21.0.1", "@angular/compiler": "^21.0.0-next.0", "@angular/core": "^21.0.0-next.0", "@angular/forms": "^21.0.0-next.0",