From 4a2d4431d274bffa2651e37f374d84eeaadc4e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 00:17:29 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /angular-example Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) 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/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" 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 | 10 +++++----- angular-example/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 14c95e09..3967bb62 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^19.2.15", "@angular/common": "^19.2.15", - "@angular/compiler": "^19.2.15", + "@angular/compiler": "^20.3.3", "@angular/core": "^19.2.15", "@angular/forms": "^19.2.15", "@angular/platform-browser": "^19.2.15", @@ -548,15 +548,15 @@ } }, "node_modules/@angular/compiler": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.15.tgz", - "integrity": "sha512-hMHZU6/03xG0tbPDIm1hbVSTFLnRkGYfh+xdBwUMnIFYYTS0QJ2hdPfEZKCJIXm+fz9IAI5MPdDTfeyp0sgaHQ==", + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.3.tgz", + "integrity": "sha512-7AUtF7PO8xo+jOgrhLRPXmt65M/KFuYIsVZGVLB1FTCUAPByFJEUYOSnUuHyvFQQqHesK4aYSP27slDpHH/PSA==", "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" } }, "node_modules/@angular/compiler-cli": { diff --git a/angular-example/package.json b/angular-example/package.json index a14eb969..809cf3c6 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^19.2.15", "@angular/common": "^19.2.15", - "@angular/compiler": "^19.2.15", + "@angular/compiler": "^20.3.3", "@angular/core": "^19.2.15", "@angular/forms": "^19.2.15", "@angular/platform-browser": "^19.2.15",