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-7307-7a5037c7f87fb5697e27358968a1166ad23116bb
in repository https://gitbox.apache.org/repos/asf/texera.git
commit f9acbd75023e1c453025f4cf9b2241c1bbd7e99a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 4 17:33:09 2026 -0700
fix(deps, frontend, v1.2): update dependency @angular/core to v21.2.19
(#7307)
### What changes were proposed in this PR?
Automated backport of #7288 to `release/v1.2`.
Source: f51a8a91b1b25bf2bb2bdab3e69d27d0bae7bd45 ยท [automation
run](https://github.com/apache/texera/actions/runs/30883627561)
### Any related issues, documentation, discussions?
Backport of #7288. Fixes CVE-2026-69151 (see #7288 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 9b2488ba70..133a34d594 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 cde064aee2..3951c08529 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -27,7 +27,7 @@
"@angular/cdk": "21.2.14",
"@angular/common": "21.2.17",
"@angular/compiler": "21.2.17",
- "@angular/core": "21.2.17",
+ "@angular/core": "21.2.19",
"@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 53f34eb37e..c47d8f801e 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -732,13 +732,13 @@ __metadata:
languageName: node
linkType: hard
-"@angular/core@npm:21.2.17":
- version: 21.2.17
- resolution: "@angular/core@npm:21.2.17"
+"@angular/core@npm:21.2.19":
+ version: 21.2.19
+ resolution: "@angular/core@npm:21.2.19"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
- "@angular/compiler": 21.2.17
+ "@angular/compiler": 21.2.19
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/70aa13cfec6d221c23c427f794409d541b80cd4feb65ef668810e1e927efde645c02c450404a4eb9691d6da17a04732abe5a9d4550b934dfeb459f8ca0f274d8
+ checksum:
10c0/a060ee271acb93b5a633e5ab66bdf8fc6d13d17782b25d381ec51c5d664778de740d661b17ea36175a15d286422ad96760c1c0accf8b44a1ad6175d38869a7fd
languageName: node
linkType: hard
@@ -10586,7 +10586,7 @@ __metadata:
"@angular/common": "npm:21.2.17"
"@angular/compiler": "npm:21.2.17"
"@angular/compiler-cli": "npm:21.2.17"
- "@angular/core": "npm:21.2.17"
+ "@angular/core": "npm:21.2.19"
"@angular/forms": "npm:21.2.17"
"@angular/localize": "npm:21.2.17"
"@angular/platform-browser": "npm:21.2.17"