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.3/pr-8649-3e800323d5be1a4b8fd5079ce8d5cb33fbfe22fe
in repository https://gitbox.apache.org/repos/asf/texera.git

commit d5e19430ef3e5927900aaa0f1d856584b215d8ee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 23 21:48:51 2026 +0000

    fix(deps, frontend, v1.3): update dependency @angular/compiler to v21.2.20 
(#8649)
    
    ### What changes were proposed in this PR?
    
    Automated backport of #8493 to `release/v1.3`.
    
    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?
    
    The backported tree built green before #8493 merged. Release-branch CI
    runs on this PR once it is reopened — see the comment below.
    
    ### 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 1a350f465b..0c45da0901 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -25,7 +25,7 @@
     "@angular/animations": "21.2.18",
     "@angular/cdk": "21.2.14",
     "@angular/common": "21.2.19",
-    "@angular/compiler": "21.2.19",
+    "@angular/compiler": "21.2.20",
     "@angular/core": "21.2.20",
     "@angular/forms": "21.2.18",
     "@angular/localize": "21.2.18",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 01dd2145a2..fd32d033fe 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -981,12 +981,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
 
@@ -10967,7 +10967,7 @@ __metadata:
     "@angular/cdk": "npm:21.2.14"
     "@angular/cli": "npm:21.2.19"
     "@angular/common": "npm:21.2.19"
-    "@angular/compiler": "npm:21.2.19"
+    "@angular/compiler": "npm:21.2.20"
     "@angular/compiler-cli": "npm:21.2.18"
     "@angular/core": "npm:21.2.20"
     "@angular/forms": "npm:21.2.18"

Reply via email to