Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#430

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-f97f9bf773
Open

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates#430
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-f97f9bf773

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Bumps the npm_and_yarn group with 2 updates in the / directory: flatted and picomatch.

Updates flatted from 3.4.1 to 3.4.2

Commits

Updates picomatch from 2.3.1 to 2.3.2

Release notes

Sourced from picomatch's releases.

2.3.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@2.3.1...2.3.2

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

3.0.1

Fixes

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [flatted](https://github.com/WebReflection/flatted) and [picomatch](https://github.com/micromatch/picomatch).


Updates `flatted` from 3.4.1 to 3.4.2
- [Commits](WebReflection/flatted@v3.4.1...v3.4.2)

Updates `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: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 26, 2026

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

Project Deployment Actions Updated (UTC)
sobers Ready Ready Preview, Comment Mar 26, 2026 10:50am

Request Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 26, 2026

No reviewable files after applying ignore patterns.

@morph-subagents
Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://sobers-49i0cgg0o-volvox-llc.vercel.app

AI Summary

Issues:

  • None found

Verified:

  • Core application flow including login, dashboard rendering, and navigation between Home and Program pages.
  • Interactivity of primary CTA buttons (12 Steps) and sub-navigation tabs (Daily, Prayers).
  • Mobile responsiveness and layout stability across different window sizes.
  • Absence of console errors during runtime and navigation.

Attachments:

todo.md:

  • Load the homepage and verify the main heading is visible.
  • Click a navigation link and verify the page content updates.
  • Click the logo or back button to return home.
  • Click a primary CTA button to verify interactivity.
  • Scroll to the bottom of the page to check for footer rendering.
  • Verify sub-navigation and check for console errors.
  • Test responsiveness by resizing the window.

Recording

Preview Recording

View full session →


Automated testing by Morph

@BillChirico BillChirico added the security Security related issues or improvements label Mar 26, 2026
@BillChirico BillChirico self-requested a review March 26, 2026 12:08
@BillChirico
Copy link
Copy Markdown
Member

⚠️ CI Failures Detected

Several check runs are failing on this dependency bump PR:

  • Unit Tests — failing
  • e2e (4 shards) — failing
  • merge-reports — failing

This is a security update fixing CVE-2026-33671 and CVE-2026-33672 in picomatch, plus a CWE-1321 fix in flatted — worth prioritizing. Please investigate the CI failures before merging.

This comment was added by automated PR triage.

@BillChirico BillChirico added the needs-review Ready for review label Mar 28, 2026
@BillChirico BillChirico added triage-auto-label status/stale and removed dependencies Pull requests that update a dependency file security Security related issues or improvements javascript Pull requests that update javascript code needs-review Ready for review status/failing-ci size:XS labels Apr 9, 2026
@BillChirico
Copy link
Copy Markdown
Member

🐣 PR Triage: This PR has been marked as stale (older than 7 days) as part of automated triage.

Summary: Security dependency updates - flatted (CWE-1321 fix) and picomatch (CVE-2026-33671, CVE-2026-33672 fixes)

Current status:

  • ✅ Already has needs-review label
  • ✅ BillChirico already requested as reviewer
  • ✅ Includes security patches for critical vulnerabilities
  • ✅ Low risk dependency update

Recommendation: This PR appears ready for review despite being stale, as it includes important security fixes. Consider prioritizing review.

@BillChirico
Copy link
Copy Markdown
Member

🤖 Automated PR Triage: This PR has been reviewed and processed by the automated triage system.

@BillChirico BillChirico added the dependencies Pull requests that update a dependency file label Apr 14, 2026
@BillChirico
Copy link
Copy Markdown
Member

🤖 Triage Action: This dependabot PR contains security updates for flatted and picomatch packages. Despite being marked stale, security updates should be reviewed promptly.

Recommendation: Review and merge or rebase if conflicts exist.

Security Impact:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size:XS status/stale triage-auto-label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant