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-8657-ad5ba6bd704ab02fbeebaca1d9debe13de4929c7
in repository https://gitbox.apache.org/repos/asf/texera.git
commit e7f5fbfd59ebb61a0ec9260dae288063416d2fef
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 04:18:57 2026 +0000
fix(deps, frontend, v1.2): update dependency @angular/common to v21.2.20
(#8657)
### What changes were proposed in this PR?
Automated backport of #8492 to `release/v1.2`.
Source: 02efe7ac037c037eeca1922cd1e944b89f274816 ยท [automation
run](https://github.com/apache/texera/actions/runs/35952478266)
### Any related issues, documentation, discussions?
Backport of #8492. Fixes CVE-2026-88059, CVE-2026-50170 (see #8492 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 588e083566..8404a1f0e2 100644
--- a/frontend/LICENSE-binary
+++ b/frontend/LICENSE-binary
@@ -237,7 +237,7 @@ Angular / npm packages:
- @ali-hm/[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 8d723fafcb..33dd02b53f 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -25,7 +25,7 @@
"@ali-hm/angular-tree-component": "12.0.5",
"@angular/animations": "21.2.17",
"@angular/cdk": "21.2.14",
- "@angular/common": "21.2.19",
+ "@angular/common": "21.2.20",
"@angular/compiler": "21.2.20",
"@angular/core": "21.2.19",
"@angular/forms": "21.2.17",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index be9d52ac45..fd0e6c94ca 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -686,15 +686,15 @@ __metadata:
languageName: node
linkType: hard
-"@angular/common@npm:21.2.19":
- version: 21.2.19
- resolution: "@angular/common@npm:21.2.19"
+"@angular/common@npm:21.2.20":
+ version: 21.2.20
+ resolution: "@angular/common@npm:21.2.20"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
- "@angular/core": 21.2.19
+ "@angular/core": 21.2.20
rxjs: ^6.5.3 || ^7.4.0
- checksum:
10c0/e7e562b647ed36fd048e174ef1073d913e92810ab6581b45ce9332201fe38952d87186ff6e73ba1a0e76008aad5c41270a109713742a8769a235e3122104e43b
+ checksum:
10c0/402065fef44b9dcd6eae5a6042b3b7f9cf4db6cb9a5fb6e9e9bf3e3dd4560ffee75d42d789b7fcd1c6ba2711f24c4f1d53e59b644e9289cc47135da221938e04
languageName: node
linkType: hard
@@ -10607,7 +10607,7 @@ __metadata:
"@angular/animations": "npm:21.2.17"
"@angular/cdk": "npm:21.2.14"
"@angular/cli": "npm:21.2.18"
- "@angular/common": "npm:21.2.19"
+ "@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"