-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Snyk] Security upgrade puppeteer from 22.15.0 to 24.15.0 #8725
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
base: main
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
|
|
✅ Review Complete Code Review Summary |
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.
1 issue found across 1 file
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="core/package.json">
<violation number="1" location="core/package.json:112">
Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
| "plist": "^3.1.0", | ||
| "posthog-node": "^3.6.3", | ||
| "puppeteer": "^22.4.0", | ||
| "puppeteer": "^24.15.0", |
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.
Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.
Prompt for AI agents
Address the following comment on core/package.json at line 112:
<comment>Updating package.json to ^24.15.0 without regenerating core/package-lock.json leaves puppeteer pinned to 22.15.0, so installs keep the vulnerable version. Please update the lockfile alongside this change so the new release is actually used.</comment>
<file context>
@@ -109,7 +109,7 @@
"plist": "^3.1.0",
"posthog-node": "^3.6.3",
- "puppeteer": "^22.4.0",
+ "puppeteer": "^24.15.0",
"puppeteer-chromium-resolver": "^23.0.0",
"quick-lru": "^7.0.0",
</file context>
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
core/package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-JSYAML-13961110
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:
🦉 Prototype Pollution
Summary by cubic
Upgrade puppeteer to ^24.15.0 to fix a Prototype Pollution vulnerability (SNYK-JS-JSYAML-13961110) and keep browser tooling secure.
Dependencies
Migration
Written for commit e3bb443. Summary will update automatically on new commits.