Skip to content

[Snyk] Security upgrade sequelize from 4.42.0 to 6.6.5#51

Open
arunsingh wants to merge 1 commit intomasterfrom
snyk-fix-b7ba017a98c53a9671e6520f91f4f141
Open

[Snyk] Security upgrade sequelize from 4.42.0 to 6.6.5#51
arunsingh wants to merge 1 commit intomasterfrom
snyk-fix-b7ba017a98c53a9671e6520f91f4f141

Conversation

@arunsingh
Copy link
Copy Markdown
Owner

@arunsingh arunsingh commented Nov 2, 2025

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):

  • user-service/package.json
  • user-service/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Improper Validation of Specified Type of Input
SNYK-JS-VALIDATOR-13395830
  658  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.


Note

Upgrades sequelize from ^4.42.0 to ^6.6.5, updating the lockfile with related dependency bumps and removals.

  • Dependencies:
    • Major upgrade: sequelize^6.6.5 in user-service/package.json.
    • Transitive updates in package-lock.json:
      • Bumps: lodash (4.17.21), moment (2.30.1), moment-timezone (0.5.48), validator (13.x), wkx (0.5.0), uuid (8.x), semver (7.x), debug (4.x), inflection (1.13.1), ms (2.1.3).
      • Adds: sequelize-pool, any-promise.
      • Removes/cleans up: bluebird, cls-bluebird, generic-pool, depd, shimmer, terraformer, terraformer-wkt-parser.
      • Adjusts: retry-as-promised to 3.x with new peer (any-promise).

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

…duce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VALIDATOR-13395830
@vercel
Copy link
Copy Markdown

vercel bot commented Nov 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
playbox-ott-znm2 Ready Ready Preview Comment Nov 2, 2025 3:33am

Copy link
Copy Markdown

@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 is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on December 15

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.

"jsonwebtoken": "^8.3.0",
"pg": "^7.7.1",
"sequelize": "^4.42.0",
"sequelize": "^6.6.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Sequelize 6 Breaks v4-Compatible Runtime Code

The Sequelize major version upgrade from 4.x to 6.x lacks corresponding code changes. Version 6 introduced significant breaking changes in API, model definitions, and query syntax, which will cause runtime failures when the application attempts to use v4-compatible code.

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.

2 participants