Skip to content

Maintenance: npm audit reports advisories in build/dev dependencies #102

Description

@barunaniket

What happened?

npm audit reports 9 advisories (4 moderate, 5 high) — all in build/dev dependencies, not the edge runtime: brace-expansion, esbuild (via drizzle-kit / @esbuild-kit), js-yaml (via gray-matter), postcss, and sharp. None are reachable in the deployed Worker at request time, so severity is low, but they're worth clearing to keep the toolchain clean and CI audits green.

Where did you see this?

Local / CI (build & dev tooling).

Suggested fix

  • Run npm audit fix for the non-breaking advisories.
  • The drizzle-kitesbuild chain needs a major bump (npm audit fix --force moves drizzle-kit), so validate db:generate / db:migrate still work afterward.
  • Track upstream releases for gray-matter (js-yaml) and sharp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions