Skip to content

Conversation

@benmed00
Copy link
Owner

@benmed00 benmed00 commented Jan 12, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Cross-site Scripting (XSS)
SNYK-JS-ANGULARCORE-14908871
  651  

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)


Note

Dependency upgrade

  • Updates @angular/core in package.json from ^4.1.3 to ^19.2.18

Written by Cursor Bugbot for commit 8fc6f4d. This will update automatically on new commits. Configure here.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"description": "An Ionic project",
"dependencies": {
"@angular/core": "^4.1.3",
"@angular/core": "^19.2.18",
Copy link

Choose a reason for hiding this comment

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

Major version upgrade creates incompatible peer dependencies

High Severity

Upgrading @angular/core from 4.x to 19.x without updating peer dependencies will break the build. Angular 19 requires RxJS 7.x but the project has rxjs: ^5.4.0, and requires zone.js 0.14.x+ but the project has zone.js: ^0.8.11. Additionally, @ionic-native/core: ^3.12.1 was designed for Angular 4 and is incompatible with Angular 19. This is confirmed in the PR metadata where isBreakingChange is true.

Additional Locations (1)

Fix in Cursor Fix in Web

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