chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13#102
Open
dependabot[bot] wants to merge 7 commits intomainfrom
Open
chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13#102dependabot[bot] wants to merge 7 commits intomainfrom
dependabot[bot] wants to merge 7 commits intomainfrom
Conversation
🚨 Severity: HIGH 💡 Vulnerability: External links did not have `rel="noopener noreferrer"` and `target="_blank"` applied dynamically in `HomepageContent`. 🎯 Impact: Attackers could potentially use window.opener to redirect the user's original tab to a malicious site (reverse tabnabbing). 🔧 Fix: Used object spread to conditionally apply `target="_blank"`, `rel="noopener noreferrer"`, and an accessibility `aria-label` to external links. Also bumped packages using npm audit fix for added security improvements. ✅ Verification: Ensure the application builds correctly using `npm run build`. Co-authored-by: NickJLange <1529105+NickJLange@users.noreply.github.com>
Converts the 233KB `5L_Labs_Logo.png` to a 35KB `5L_Labs_Logo.webp`, reducing the LCP image payload size by ~85%. Also updates `.jules/bolt.md` with a related performance entry. Co-authored-by: NickJLange <1529105+NickJLange@users.noreply.github.com>
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…1923578680363796872 ⚡ Bolt: Optimize homepage hero logo payload size
…g-4815646423011182522 🛡️ Sentinel: [HIGH] Fix reverse tabnabbing on external links
…atch-2.3.2 chore(deps): bump picomatch from 2.3.1 to 2.3.2
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 0.1.13 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps path-to-regexp from 0.1.12 to 0.1.13.
Release notes
Sourced from path-to-regexp's releases.
Changelog
Sourced from path-to-regexp's changelog.
Commits
9fd0c870.1.13 (#425)7ccf02cfix: CVE-2026-4867Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for path-to-regexp since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade indirect dependency
path-to-regexp(viaexpress) from 0.1.12 to 0.1.13 to fix CVE-2026-4867 (GHSA-37ch-88jc-xwx2) and keep route matching safe. Lockfile update only.Written for commit 4dd8921. Summary will update on new commits.