From bea7ebc68a4ac115b7c24b92a61623360a36e300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:15:38 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 20.0.3 to 20.1.3 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.0.3 to 20.1.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.1.3/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b45ea0..826f103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3", @@ -890,9 +890,10 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.3.tgz", - "integrity": "sha512-CShPNvqqV5Cleyho8CKtcFlt7l2thHPUdXZPtKHH3Zf43KojvJbJksZLBz6ZbyoQdgxNMYSfbh4h0UbSGtPOzQ==", + "version": "20.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.3.tgz", + "integrity": "sha512-NGMFLymImIdvjLSoH+pasgtJxKynDHX9COBU6T5LP7qi5kf6eR829Zrf7650R3K+uERqwz5PTLg8Kwa4aY7I9w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index f150e94..5c0c3dd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.1.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3",