build(deps): resolve 3 npm security advisories (esbuild/postcss/vite)#8
Merged
Conversation
- vite: 8.0.3 β 8.1.3 - esbuild: 0.27.4 β 0.28.1 (pinned via package.json overrides) - rolldown: 1.0.0-rc.12 β 1.1.4 - postcss: 8.5.8 β 8.5.16 - nanoid: 3.3.11 β 3.3.15 - @emnapi/core + runtime: 1.9.1 β 1.11.1 - @napi-rs/wasm-runtime: 1.1.2 β 1.1.6 - @oxc-project/types: 0.122.0 β 0.138.0 - tinyglobby: 0.2.15 β 0.2.17 - @tybys/wasm-util: 0.10.1 β 0.10.3
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 the 3 pre-existing npm security advisories flagged by
npm audit. All were transitive dev-toolchain dependencies (viatsup,tsx,vitest/vite); no direct runtime dependency changed.Advisories fixed
server.fs.denybypass / WS file read (GHSA-4w7w-66w2-5vf9 et al.)npm audit fix(lockfile)</style>(GHSA-qx2v-qp2m-jg93)npm audit fix(lockfile)overridespin toesbuild0.28.1The esbuild advisory (range 0.27.3β0.28.0) was not resolved by
npm audit fixbecause it is pulled transitively by three toolchain packages. Pinned to exact0.28.1(the fixed release, a minor ahead of 0.27.4) via anoverridesentry. No--forceand no major bumps were required.Audit before β after
Gates
Full suite green before and after the change:
npm run typecheckβ passnpm run buildβ passnpm testβ 23 passed (3 files)