mengw15 commented on code in PR #8493:
URL: https://github.com/apache/texera/pull/8493#discussion_r4041878155
##########
frontend/package.json:
##########
@@ -25,7 +25,7 @@
"@angular/animations": "21.2.18",
"@angular/cdk": "21.2.14",
"@angular/common": "21.2.19",
- "@angular/compiler": "21.2.19",
+ "@angular/compiler": "21.2.20",
Review Comment:
Right — the compiler bump alone doesn't close CVE-2026-88057. The
`@angular/core` half is #8494, which is open and has just had the
`frontend/LICENSE-binary` line it needed pushed.
They're separate PRs by configuration rather than oversight:
`.github/renovate.json5` sets `groupName: null` under `vulnerabilityAlerts`, so
a security advisory opens one PR per affected package. This one needs no change
of its own — `@angular/compiler` isn't listed in `frontend/LICENSE-binary`,
unlike `common` and `core`.
Worth landing the two together.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]