From 10c10fa2b8b58a7a8767f02667ee942b802fdfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:48:04 +0000 Subject: [PATCH] Bump @angular/compiler from 20.3.3 to 20.3.15 in /editor Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.3 to 20.3.15. - [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.15/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- editor/package-lock.json | 8 ++++---- editor/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editor/package-lock.json b/editor/package-lock.json index 133dc84d..4f9a020e 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", "@angular/common": "^20.3.3", - "@angular/compiler": "^20.3.3", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3", "@angular/platform-browser": "^20.3.3", @@ -737,9 +737,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.3.tgz", - "integrity": "sha512-7AUtF7PO8xo+jOgrhLRPXmt65M/KFuYIsVZGVLB1FTCUAPByFJEUYOSnUuHyvFQQqHesK4aYSP27slDpHH/PSA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/editor/package.json b/editor/package.json index 4c1a0857..7bb03ae6 100644 --- a/editor/package.json +++ b/editor/package.json @@ -18,7 +18,7 @@ "@angular/animations": "^20.3.3", "@angular/cdk": "^20.2.7", "@angular/common": "^20.3.3", - "@angular/compiler": "^20.3.3", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3", "@angular/platform-browser": "^20.3.3",