From 2e1ebedab57e22634017b7de0250ad8745535d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:05:15 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 20.0.3 to 20.1.2 --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.1.2 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..d1f94c2 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.2", "@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.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.2.tgz", + "integrity": "sha512-BCYQArXAknOyMB5rgx9yK3p5uYFhgN91Jxo5Fbuso6M+7p1PoxOE4E9XrqQfhpVJOl9hcz7vNFnQ4Oer0R83UQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index f150e94..2c39af2 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.2", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/platform-browser": "^20.0.3",