Skip to content

Conversation

greg-md
Copy link
Owner

@greg-md greg-md commented Sep 12, 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):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-AXIOS-12613773
  631  

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 Copilot AI review requested due to automatic review settings September 12, 2025 06:21
Copy link

@Copilot 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 @nestjs/common from version 7.6.13 to 9.0.0 to fix a medium-severity security vulnerability (SNYK-JS-AXIOS-12613773) related to "Allocation of Resources Without Limits or Throttling" in axios.

  • Upgrades @nestjs/common package to address security vulnerability
  • Implements a major version upgrade that may include breaking changes
  • Updates package-lock.json to reflect the new dependency version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

},
"dependencies": {
"@nestjs/common": "^7.5.1",
"@nestjs/common": "^9.0.0",
Copy link

Copilot AI Sep 12, 2025

Choose a reason for hiding this comment

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

Upgrading @nestjs/common to v9.0.0 while keeping @nestjs/core at v7.5.1 creates a version mismatch between core NestJS packages. These packages should typically be kept at compatible versions to avoid potential runtime issues and API inconsistencies.

Suggested change
"@nestjs/common": "^9.0.0",
"@nestjs/common": "^7.5.1",

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.

2 participants