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-7292-f9acbd75023e1c453025f4cf9b2241c1bbd7e99a
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 33d5f1bfe3976568cfad7922d1b8be5c6cd1b274
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 4 19:02:20 2026 -0700

    fix(deps, frontend, v1.2): update dependency @angular/compiler to v21.2.19 
(#7292)
    
    ### What changes were proposed in this PR?
    
    Automated backport of #7287 to `release/v1.2`.
    
    Source: 7f6402d01209ed50fa62ea169c45516bb39f2136 ยท [automation
    run](https://github.com/apache/texera/actions/runs/30852316733)
    
    ### Any related issues, documentation, discussions?
    
    Backport of #7287. Fixes CVE-2026-69151 (see #7287 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: Xinyuan Lin <[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 3951c08529..056945db07 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.17",
-    "@angular/compiler": "21.2.17",
+    "@angular/compiler": "21.2.19",
     "@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 c47d8f801e..fd91cd079e 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -723,12 +723,12 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@angular/compiler@npm:21.2.17":
-  version: 21.2.17
-  resolution: "@angular/compiler@npm:21.2.17"
+"@angular/compiler@npm:21.2.19":
+  version: 21.2.19
+  resolution: "@angular/compiler@npm:21.2.19"
   dependencies:
     tslib: "npm:^2.3.0"
-  checksum: 
10c0/e5f45c1b9fe189ac9e1a2fd68ec1aa051b50ecfa63e1b62ff23076ab00a2bbd27a489dfc892377835716c96de36676a060110c8e8c5b479191ffa18b8cb10cf4
+  checksum: 
10c0/ae3993ed73a4731e1ccd84518fc20520273e6afd38cc040af0ef423c0b60d57fd4a72dbfb955009e6bb67a4119cd118d2fc82486e0b17924ce7f35ce0037da2f
   languageName: node
   linkType: hard
 
@@ -10584,7 +10584,7 @@ __metadata:
     "@angular/cdk": "npm:21.2.14"
     "@angular/cli": "npm:21.2.18"
     "@angular/common": "npm:21.2.17"
-    "@angular/compiler": "npm:21.2.17"
+    "@angular/compiler": "npm:21.2.19"
     "@angular/compiler-cli": "npm:21.2.17"
     "@angular/core": "npm:21.2.19"
     "@angular/forms": "npm:21.2.17"

Reply via email to