This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a commit to branch
gh-readonly-queue/release/v1.2/pr-8650-83317c1d98aeb4ab9badbba42c0490f87fd591f0
in repository https://gitbox.apache.org/repos/asf/texera.git
commit 7737945d39342b27d1c7ac115cf27f65c949a761
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 02:49:07 2026 +0000
fix(deps, frontend, v1.2): update dependency @angular/compiler to v21.2.20
(#8650)
### What changes were proposed in this PR?
Automated backport of #8493 to `release/v1.2`.
Source: 915b2eecbc7dba140a5d68a303e017d2a49ffc9d ยท [automation
run](https://github.com/apache/texera/actions/runs/35844322462)
### Any related issues, documentation, discussions?
Backport of #8493. Fixes CVE-2026-88057 (see #8493 for details).
### How was this PR tested?
Release-branch CI runs on this branch once the conflicts are resolved
and this PR is marked ready for review.
### Was this PR authored or co-authored using generative AI tooling?
No.
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: Meng Wang <[email protected]>
Co-authored-by: Xuan Gu <[email protected]>
Co-authored-by: mengw15 <[email protected]>
---
frontend/package.json | 2 +-
frontend/yarn.lock | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/frontend/package.json b/frontend/package.json
index bdab27e6c1..8d723fafcb 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -26,7 +26,7 @@
"@angular/animations": "21.2.17",
"@angular/cdk": "21.2.14",
"@angular/common": "21.2.19",
- "@angular/compiler": "21.2.19",
+ "@angular/compiler": "21.2.20",
"@angular/core": "21.2.19",
"@angular/forms": "21.2.17",
"@angular/localize": "21.2.17",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index c499550187..be9d52ac45 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -723,12 +723,12 @@ __metadata:
languageName: node
linkType: hard
-"@angular/compiler@npm:21.2.19":
- version: 21.2.19
- resolution: "@angular/compiler@npm:21.2.19"
+"@angular/compiler@npm:21.2.20":
+ version: 21.2.20
+ resolution: "@angular/compiler@npm:21.2.20"
dependencies:
tslib: "npm:^2.3.0"
- checksum:
10c0/ae3993ed73a4731e1ccd84518fc20520273e6afd38cc040af0ef423c0b60d57fd4a72dbfb955009e6bb67a4119cd118d2fc82486e0b17924ce7f35ce0037da2f
+ checksum:
10c0/5c1ea9f3a43420897d7373b9701b78889f85c98f8397476ece105295b50ea01a41342ea9df2aae1190919c33cb428853acfbe217c856cb098f051b45aa877a0f
languageName: node
linkType: hard
@@ -10608,7 +10608,7 @@ __metadata:
"@angular/cdk": "npm:21.2.14"
"@angular/cli": "npm:21.2.18"
"@angular/common": "npm:21.2.19"
- "@angular/compiler": "npm:21.2.19"
+ "@angular/compiler": "npm:21.2.20"
"@angular/compiler-cli": "npm:21.2.17"
"@angular/core": "npm:21.2.19"
"@angular/forms": "npm:21.2.17"