fix(deps): resolve all npm audit advisories (10 β 0) - #2
Merged
Merged
Conversation
Adds an npm `overrides` entry in package.json to pin esbuild at exactly 0.28.1, resolving transitive version conflicts. The lock file reflects the updated resolution across all @esbuild/* platform packages (aix-ppc64, android-arm, android-arm64, etc.) as well as bumps to several @emnapi/* dev dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves all open npm security advisories reported by
npm audit. Fixes applied vianpm audit fix(non-major, no--force) plus an exact-pinnedesbuildoverride to clear the final transitive low.Vulnerability counts
What changed
npm audit fix(lockfile-only) resolved 9 advisories across:@github/copilot,@hono/node-server,express-rate-limit,fast-uri,hono,ip-address,postcss,qs,vite.overridesentry pinningesbuildto exact0.28.1(GHSA-g7r4-m6w7-qqqr, low, dev-server-only).npm audit fixcould not liftesbuildpast the range constrained bytsx/vite, so a direct override was needed. This is dev-tooling only β it does not affect the published package.No direct runtime dependency ranges in
package.jsonchanged; the onlypackage.jsonedit is the exact-pinnedesbuildoverride.Remaining advisories
None β
npm auditreports 0 vulnerabilities.Validation
npm run buildβ passesnpm testβ 6/6 passingBoth green before and after the changes.