Skip to content

fix: override esbuild to >=0.25.0 (resolves GHSA-67mh-4wv8-2f99)#1

Open
SimonMagusPY wants to merge 1 commit intoleonvanzyl:masterfrom
SimonMagusPY:fix/esbuild-vulnerability
Open

fix: override esbuild to >=0.25.0 (resolves GHSA-67mh-4wv8-2f99)#1
SimonMagusPY wants to merge 1 commit intoleonvanzyl:masterfrom
SimonMagusPY:fix/esbuild-vulnerability

Conversation

@SimonMagusPY
Copy link

Summary

Resolves a security advisory flagged by npm audit affecting esbuild <=0.24.2 (GHSA-67mh-4wv8-2f99).

Changes

  • Add "overrides": { "esbuild": "^0.25.0" } in package.json.
  • Update package-lock.json accordingly.

Rationale

  • Vulnerable chain: drizzle-kit → @esbuild-kit/esm-loader → @esbuild-kit/core-utils → esbuild.
  • This override patches the dev toolchain without introducing breaking changes.

Verification

npm ls esbuild
npm audit

## References
- [GHSA-67mh-4wv8-2f99 advisory](https://github.com/advisories/GHSA-67mh-4wv8-2f99)

Signed-off-by: SimonMagusPY <128053789+SimonMagusPY@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant