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-7308-33d5f1bfe3976568cfad7922d1b8be5c6cd1b274
in repository https://gitbox.apache.org/repos/asf/texera.git
commit e3a0fc3a7e9120ddc8e003cd9fb460939abd8f2e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 7 17:35:56 2026 -0700
fix(deps, frontend, v1.2): update dependency @angular/common to v21.2.19
(#7308)
### What changes were proposed in this PR?
Automated backport of #7286 to `release/v1.2`.
Source: 6215749d63e4e3f3012a63ba55f35aa38757b2b4 ยท [automation
run](https://github.com/apache/texera/actions/runs/30885734186)
### Any related issues, documentation, discussions?
Backport of #7286. Fixes CVE-2026-68945 (see #7286 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/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 133a34d594..588e083566 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 056945db07..fdb8f31fe8 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.17",
+ "@angular/common": "21.2.19",
"@angular/compiler": "21.2.19",
"@angular/core": "21.2.19",
"@angular/forms": "21.2.17",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index fd91cd079e..a0fd7f352b 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -686,15 +686,15 @@ __metadata:
languageName: node
linkType: hard
-"@angular/common@npm:21.2.17":
- version: 21.2.17
- resolution: "@angular/common@npm:21.2.17"
+"@angular/common@npm:21.2.19":
+ version: 21.2.19
+ resolution: "@angular/common@npm:21.2.19"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
- "@angular/core": 21.2.17
+ "@angular/core": 21.2.19
rxjs: ^6.5.3 || ^7.4.0
- checksum:
10c0/889c1a3d64a5b61e77dc6cf7d0cb5da1575cd13bed6b11262a340076949b2968e3a80d9ca4a7ea4cddda1901c0df36ae412d0fd0fcc9bd45ecad58f40ab7a6d0
+ checksum:
10c0/e7e562b647ed36fd048e174ef1073d913e92810ab6581b45ce9332201fe38952d87186ff6e73ba1a0e76008aad5c41270a109713742a8769a235e3122104e43b
languageName: node
linkType: hard
@@ -10583,7 +10583,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.17"
+ "@angular/common": "npm:21.2.19"
"@angular/compiler": "npm:21.2.19"
"@angular/compiler-cli": "npm:21.2.17"
"@angular/core": "npm:21.2.19"