From 860040f67a87c8c2e3b9c7e5bfc334b237f8a81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:17:00 +0000 Subject: [PATCH] build(deps): bump @angular/common in /angular-example Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.15 to 20.3.3. - [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.3/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 12 ++++++------ angular-example/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 14c95e09..62bcf59a 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^19.2.15", - "@angular/common": "^19.2.15", + "@angular/common": "^20.3.3", "@angular/compiler": "^19.2.15", "@angular/core": "^19.2.15", "@angular/forms": "^19.2.15", @@ -532,18 +532,18 @@ } }, "node_modules/@angular/common": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.15.tgz", - "integrity": "sha512-aVa/ctBYH/4qgA7r4sS7TV+/DzRYmcS+3d6l89pNKUXkI8gpmsd+r3FjccaemX4Wqru1QOrMvC+i+e7IBIVv0g==", + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.3.tgz", + "integrity": "sha512-iArFCXvgYJCpxLZv8o6rV7Cxuqv1hbndoeUmQgL7ekXwVS6BA49VErXbTPM+pfhAJ+v1fc/DG3rzBwXk3eW2lw==", "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.15", + "@angular/core": "20.3.3", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/angular-example/package.json b/angular-example/package.json index a14eb969..95dede63 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.2.15", - "@angular/common": "^19.2.15", + "@angular/common": "^20.3.3", "@angular/compiler": "^19.2.15", "@angular/core": "^19.2.15", "@angular/forms": "^19.2.15",