Skip to content

[Snyk] Security upgrade next from 14.2.35 to 15.5.10#17

Open
Abbhiishek wants to merge 1 commit intomainfrom
snyk-fix-8c86b926ef14fad85fbde278c4003479
Open

[Snyk] Security upgrade next from 14.2.35 to 15.5.10#17
Abbhiishek wants to merge 1 commit intomainfrom
snyk-fix-8c86b926ef14fad85fbde278c4003479

Conversation

@Abbhiishek
Copy link
Owner

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

  • apps/docs/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-NEXT-15104645
  696  

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:

🦉 Allocation of Resources Without Limits or Throttling

Copilot AI review requested due to automatic review settings January 30, 2026 10:27
@coderabbitai
Copy link

coderabbitai bot commented Jan 30, 2026

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-fix-8c86b926ef14fad85fbde278c4003479

Tip

🧪 Unit Test Generation v2 is now available!

We have significantly improved our unit test generation capabilities.

To enable: Add this to your .coderabbit.yaml configuration:

reviews:
  finishing_touches:
    unit_tests:
      enabled: true

Try it out by using the @coderabbitai generate unit tests command on your code files or under ✨ Finishing Touches on the walkthrough!

Have feedback? Share your thoughts on our Discord thread!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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 upgrades Next.js from version 14.1.1 to 15.5.10 to address a high-severity security vulnerability (SNYK-JS-NEXT-15104645: Allocation of Resources Without Limits or Throttling). This is a Snyk-automated security fix that involves a major version upgrade.

Changes:

  • Upgrades Next.js dependency from ^14.1.1 to ^15.5.10 in the docs app

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

"dependencies": {
"@repo/ui": "*",
"next": "^14.1.1",
"next": "^15.5.10",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

The @next/eslint-plugin-next package version (^14.1.1) should be updated to match the Next.js version being upgraded to (^15.5.10). Using mismatched versions between Next.js and its ESLint plugin can lead to incorrect linting rules or false positives/negatives in code checks.

Copilot uses AI. Check for mistakes.
"dependencies": {
"@repo/ui": "*",
"next": "^14.1.1",
"next": "^15.5.10",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

There is a discrepancy between the PR title/description and the actual code changes. The PR description states the upgrade is from version 14.2.35, but the diff shows the actual current version is ^14.1.1. While this doesn't affect the functionality of the upgrade, it suggests the automated PR generation may be using incorrect baseline information.

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