Skip to content

[Snyk] Security upgrade path-to-regexp from 8.3.0 to 8.4.0#8895

Open
mscolnick wants to merge 1 commit intomainfrom
snyk-fix-7c21f08bcdc1bd2c0e2d56e10188cf9c
Open

[Snyk] Security upgrade path-to-regexp from 8.3.0 to 8.4.0#8895
mscolnick wants to merge 1 commit intomainfrom
snyk-fix-7c21f08bcdc1bd2c0e2d56e10188cf9c

Conversation

@mscolnick
Copy link
Copy Markdown
Contributor

snyk-top-banner

Snyk has created this PR to fix 2 vulnerabilities in the pnpm dependencies of this project.

Snyk changed the following file(s):

  • frontend/package.json
⚠️ Warning
Failed to update the pnpm-lock.yaml, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-15789763
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-15789765

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:

🦉 Regular Expression Denial of Service (ReDoS)

Copilot AI review requested due to automatic review settings March 27, 2026 14:13
@mscolnick mscolnick requested a review from manzt as a code owner March 27, 2026 14:13
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Mar 27, 2026 2:15pm

Request Review

Copy link
Copy Markdown
Contributor

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

Updates the frontend dependency path-to-regexp to address Snyk-reported ReDoS vulnerabilities in the pnpm dependency tree.

Changes:

  • Bump path-to-regexp in frontend/package.json from ^8.3.0 to ^8.4.0.

"mermaid": "^11.12.3",
"partysocket": "1.1.10",
"path-to-regexp": "^8.3.0",
"path-to-regexp": "^8.4.0",
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

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

pnpm-lock.yaml still pins path-to-regexp at 8.3.0 (and CI runs pnpm install --frozen-lockfile), so this package.json bump will fail CI and the vulnerability fix won’t actually be applied in installs. Please regenerate and commit pnpm-lock.yaml so it resolves to 8.4.0 for this workspace.

Suggested change
"path-to-regexp": "^8.4.0",
"path-to-regexp": "^8.3.0",

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.

3 participants