[PRODSEC-11289] Fix Angular i18n vulnerable to CSS#11710
Merged
nikita-web-ua merged 1 commit intodevelopfrom Mar 2, 2026
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Angular patch versions to address a reported i18n-related security vulnerability (CSS injection) flagged by Dependabot, keeping the workspace on a consistent Angular 19.2.19 patch level.
Changes:
- Bump Angular runtime dependencies from
19.2.18to19.2.19(animations/common/compiler/core/forms/platform-browser/platform-browser-dynamic/router). - Bump
@angular/compiler-clifrom19.2.18to19.2.19. - Regenerate
package-lock.jsonto reflect the updated Angular package tarballs, peer deps, and integrity hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates Angular package versions to 19.2.19 to address the security alert. |
| package-lock.json | Syncs lockfile entries (versions/resolved/integrity/peer deps) with the Angular 19.2.19 update. |
MichalKinas
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x")
What is the current behaviour? (You can also link to an open issue here)
https://github.com/Alfresco/alfresco-ng2-components/security/dependabot/364

What is the new behaviour?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Other information: