Skip to content

Conversation

@AABoyles
Copy link
Member

snyk-top-banner

Snyk has created this PR to fix 5 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Cross-site Scripting (XSS)
SNYK-JS-ANGULARCOMPILER-14908872
  651  
high severity Cross-site Scripting (XSS)
SNYK-JS-ANGULARCORE-14908871
  651  
medium severity Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
  631  
high severity Prototype Pollution
SNYK-JS-GHPAGES-3042993
  589  
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-BRACEEXPANSION-9789073
  436  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Cross-site Scripting (XSS)
🦉 Regular Expression Denial of Service (ReDoS)
🦉 Prototype Pollution

Copilot AI review requested due to automatic review settings January 10, 2026 10:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses 5 security vulnerabilities identified by Snyk through dependency upgrades. It updates @angular/compiler and @angular/core from version 18.2.13 to 19.2.18 (a major version upgrade) and upgrades angular-cli-ghpages from 1.0.7 to 3.0.0.

Changes:

  • Upgraded @angular/compiler and @angular/core to version 19.2.18 to fix XSS vulnerabilities
  • Upgraded angular-cli-ghpages to 3.0.0 to fix prototype pollution vulnerability
  • Updated transitive dependencies to address additional security issues (inflight, brace-expansion)

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates Angular compiler and core packages to v19, and angular-cli-ghpages to v3
package-lock.json Reflects dependency tree changes including upgraded Angular DevKit packages and various transitive dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to +31
"@angular/compiler": "^19.2.18",
"@angular/core": "^19.2.18",
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading @angular/compiler and @angular/core from 18.2.13 to 19.2.18 is a major version update that may introduce breaking changes. The other Angular packages in dependencies remain at version 18.x (@angular/animations, @angular/common, @angular/forms, @angular/material, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router), creating a version mismatch. Major Angular version upgrades typically require updating all Angular packages together to maintain compatibility.

Suggested change
"@angular/compiler": "^19.2.18",
"@angular/core": "^19.2.18",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants