This is an automated email from the ASF dual-hosted git repository.

github-merge-queue[bot] pushed a commit to branch release/v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/release/v1.2 by this push:
     new 5c83ba8ecb fix(deps, frontend, v1.2): update dependency @angular/core 
to v21.2.20 (#8584)
5c83ba8ecb is described below

commit 5c83ba8ecb9705a7f2f24fa7303a49ac1791aea6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 19:51:54 2026 +0000

    fix(deps, frontend, v1.2): update dependency @angular/core to v21.2.20 
(#8584)
    
    ### What changes were proposed in this PR?
    
    Automated backport of #8494 to `release/v1.2`.
    
    Source: 8284b4280c4cd988a4b072900fb7dca7b89cf56b ยท [automation
    run](https://github.com/apache/texera/actions/runs/35293784997)
    
    ### Any related issues, documentation, discussions?
    
    Backport of #8494. Fixes CVE-2026-88057 (see #8494 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: mengw15 <[email protected]>
    Co-authored-by: Xuan Gu <[email protected]>
---
 frontend/LICENSE-binary |  2 +-
 frontend/package.json   |  2 +-
 frontend/yarn.lock      | 12 ++++++------
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/frontend/LICENSE-binary b/frontend/LICENSE-binary
index 8404a1f0e2..2ef933d4d8 100644
--- a/frontend/LICENSE-binary
+++ b/frontend/LICENSE-binary
@@ -238,7 +238,7 @@ Angular / npm packages:
   - @angular/[email protected]
   - @angular/[email protected]
   - @angular/[email protected]
-  - @angular/[email protected]
+  - @angular/[email protected]
   - @angular/[email protected]
   - @angular/[email protected]
   - @angular/[email protected]
diff --git a/frontend/package.json b/frontend/package.json
index 33dd02b53f..205a6a84c5 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -27,7 +27,7 @@
     "@angular/cdk": "21.2.14",
     "@angular/common": "21.2.20",
     "@angular/compiler": "21.2.20",
-    "@angular/core": "21.2.19",
+    "@angular/core": "21.2.20",
     "@angular/forms": "21.2.17",
     "@angular/localize": "21.2.17",
     "@angular/platform-browser": "21.2.17",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index fd0e6c94ca..f8916464c1 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -732,13 +732,13 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@angular/core@npm:21.2.19":
-  version: 21.2.19
-  resolution: "@angular/core@npm:21.2.19"
+"@angular/core@npm:21.2.20":
+  version: 21.2.20
+  resolution: "@angular/core@npm:21.2.20"
   dependencies:
     tslib: "npm:^2.3.0"
   peerDependencies:
-    "@angular/compiler": 21.2.19
+    "@angular/compiler": 21.2.20
     rxjs: ^6.5.3 || ^7.4.0
     zone.js: ~0.15.0 || ~0.16.0
   peerDependenciesMeta:
@@ -746,7 +746,7 @@ __metadata:
       optional: true
     zone.js:
       optional: true
-  checksum: 
10c0/a060ee271acb93b5a633e5ab66bdf8fc6d13d17782b25d381ec51c5d664778de740d661b17ea36175a15d286422ad96760c1c0accf8b44a1ad6175d38869a7fd
+  checksum: 
10c0/8827cc0b8a8cc1beebed43244fce103259776dfe68dd0755d04bcd7fc2b76e1eecdfdad33798dfeb4a5825f93746525f2901e9aa1a401d27e7a4189db5fd4a54
   languageName: node
   linkType: hard
 
@@ -10610,7 +10610,7 @@ __metadata:
     "@angular/common": "npm:21.2.20"
     "@angular/compiler": "npm:21.2.20"
     "@angular/compiler-cli": "npm:21.2.17"
-    "@angular/core": "npm:21.2.19"
+    "@angular/core": "npm:21.2.20"
     "@angular/forms": "npm:21.2.17"
     "@angular/localize": "npm:21.2.17"
     "@angular/platform-browser": "npm:21.2.17"

Reply via email to