-
Notifications
You must be signed in to change notification settings - Fork 30
Add overrides and version upgrades for dev dependencies with high severity vulnerabilities #1013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 development dependencies to address high severity vulnerabilities by bumping puppeteer to version 24 and adding an override for cross-spawn through the pre-commit dependency path.
Key changes:
- Puppeteer upgraded from v21.11.0 to v24.31.0 (major version bump)
- Added override forcing cross-spawn 7.0.6 for pre-commit's dependency
- Added .npmrc configuration to skip puppeteer chromium download
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates puppeteer version and adds cross-spawn override for pre-commit |
| package-lock.json | Reflects transitive dependency updates from puppeteer upgrade and related packages |
| .npmrc | Adds configuration to skip puppeteer chromium download during installation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.