Skip to content

Dependency security review — recommended updates (July 2026) #2

Description

@blueo

As part of a routine, org-wide review of open dependency security advisories, this repository was assessed for whether flagged packages are actually installed and reachable in the running application. This issue summarises the recommended dependency updates so they can be tracked and prioritised.

All 5 open alerts on this repo are npm development-scope build tooling (transitive deps in package-lock.json). There are no composer advisories and no npm runtime-scope alerts. None of these represent a realistic production risk — this is routine toolchain hygiene.

Dependabot

There are currently no open Dependabot PRs on this repo. If Dependabot security updates aren't enabled, turning them on would automate routine bumps and surface future advisories as PRs.

npm build-tooling advisories (routine hygiene, not production)

The 5 alerts are all transitive build-toolchain dependencies (glob-matching / shell-quoting helpers typical of a webpack/gulp/eslint chain) that only execute during install/build on a developer machine or CI runner:

Recommended: run npm audit fix (or bump the top-level devDependency that pulls each in), regenerate package-lock.json, and re-run the build to confirm asset compilation still succeeds.


Full assessment and code-path validation (internal, private): silverstripeltd/advisory-check#68 and reports/repos/mods.md.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions