Skip to content

[Deps] Safe dependency updates (2026-07-18) #6340

Description

@github-actions

Automated Safe Dependency Updates

This PR contains safe patch-level dependency updates that have been verified to:

  • ✅ Pass all tests (1 pre-existing failure in agent-volumes-dns-preresolution unrelated to these changes)
  • ✅ Have no breaking changes
  • ✅ No security vulnerabilities found — npm audit reports 0 vulnerabilities

Updated Dependencies

Package Previous Updated Type
markdownlint-cli2 0.23.0 0.23.1 patch

Security Fixes Included

None — this is a patch release with bug fixes only.

Vulnerability Summary

  • CRITICAL: 0 vulnerabilities
  • HIGH: 0 vulnerabilities
  • MODERATE: 0 vulnerabilities
  • LOW: 0 vulnerabilities

Verification

  • All tests pass (1 pre-existing failure unrelated to this change)
  • No breaking changes detected
  • npm audit reports 0 vulnerabilities

Generated by Dependency Security Monitor Workflow


Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files
  • package-lock.json
  • package.json

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 29629188575 -n agent -D /tmp/agent-29629188575

# Create a new branch
git checkout -b deps/safe-updates-2026-07-18-8efd024d9f74c62d main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-29629188575/aw-deps-safe-updates-2026-07-18.patch

# Push the branch and create the pull request
git push origin deps/safe-updates-2026-07-18-8efd024d9f74c62d
gh pr create --title '[Deps] Safe dependency updates (2026-07-18)' --base main --head deps/safe-updates-2026-07-18-8efd024d9f74c62d --repo github/gh-aw-firewall

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • awmgmcpg

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "awmgmcpg"

See Network Configuration for more information.

Generated by Dependency Security Monitor · 24.7 AIC · ⊞ 7.3K ·

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions