From 7d70b609471d5e2bf4c01c82166c520876748668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:33:51 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 20.0.0 to 20.0.2 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.0.0 to 20.0.2. - [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.0.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18057d3..453d8e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.0.0", "@angular/cdk": "^20.0.1", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.0.2", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.1", @@ -290,9 +290,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.0.tgz", - "integrity": "sha512-RzS7MFNy/f8Tft0u6Q1zszzFTeki4408zsBALwmS91a8O8x/jaEvfwA7swC7RiqiX9KKmAyuBJ0qiv42v1T5dA==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.2.tgz", + "integrity": "sha512-BJYXGUZaY9awYvgt0w9TDq73A1+m8W5eMRn/krWeQcfWakwTgs27BSxmhfJhD45KrMrky5yxAvGgqSfMKrLeng==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 11157d3..d968f55 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^20.0.0", "@angular/cdk": "^20.0.1", "@angular/common": "^20.0.0", - "@angular/compiler": "^20.0.0", + "@angular/compiler": "^20.0.2", "@angular/core": "^20.0.0", "@angular/forms": "^20.0.0", "@angular/material": "^20.0.1",