Skip to content

Audit Tooling Dependencies & Package Lock Health #936

@roblarsen

Description

@roblarsen

Context

Even though this isn't a deployed JS package, the authoring environment relies on package.json. An outdated package-lock.json introduces CI/CD vulnerabilities and build drift that will break the PR checks.

Tasks

  • Run npm audit to clear out outstanding CVEs in devDependencies.
  • Implement/verify .github/dependabot.yml is configured specifically for the npm ecosystem to keep the linters up to date automatically.
  • Verify that all GitHub Actions use npm ci strictly instead of npm install to guarantee reproducible linting runs.

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