[Snyk] Fix for 1 vulnerabilities#179
Conversation
…ilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Code Review
This pull request updates @testcontainers/redis and testcontainers to version ^12.0.0 in internal-packages/testcontainers/package.json. It is recommended to also upgrade @testcontainers/postgresql to ^12.0.0 to avoid potential installation failures, duplicate core library installations, or runtime type mismatches due to mismatched major versions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "devDependencies": { | ||
| "@testcontainers/postgresql": "^11.14.0", | ||
| "@testcontainers/redis": "^11.14.0", | ||
| "@testcontainers/redis": "^12.0.0", |
There was a problem hiding this comment.
Upgrading testcontainers and @testcontainers/redis to ^12.0.0 while leaving @testcontainers/postgresql at ^11.14.0 can cause installation failures or runtime issues. Since @testcontainers/postgresql has peer dependencies on testcontainers, keeping them on different major versions can lead to duplicate installations of the core testcontainers library in node_modules, leading to runtime type mismatches. Upgrade @testcontainers/postgresql to ^12.0.0 to maintain version consistency.
Snyk has created this PR to fix 1 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
internal-packages/testcontainers/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-UUID-16133035
Important
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.
This change is