[Snyk] Security upgrade npm-check-updates from 16.14.18 to 17.0.0#80
[Snyk] Security upgrade npm-check-updates from 16.14.18 to 17.0.0#80Dustin4444 wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PACOTE-8225084
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
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 the npm-check-updates dependency in playwright/package.json from version 16.14.18 to 17.0.0. The reviewer noted that package-lock.json was not updated to reflect this change, which could lead to inconsistent dependency installations in CI/CD environments. It is recommended to run npm install to update the lockfile.
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.
| "eslint-plugin-node": "11.1.0", | ||
| "eslint-plugin-promise": "6.1.1", | ||
| "npm-check-updates": "16.14.18" | ||
| "npm-check-updates": "17.0.0" |
There was a problem hiding this comment.
The package-lock.json file was not updated along with package.json. Since package-lock.json still references npm-check-updates version 16.14.18, any installation using npm ci (commonly used in CI/CD pipelines) or standard npm install will continue to install the older, vulnerable version. Please run npm install within the playwright directory to update package-lock.json and commit the changes.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
playwright/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-PACOTE-8225084
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:
🦉 Denial of Service (DoS)
This change is