| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
✅ Deploy Preview for viteplus-preview canceled.
|
Sorry, something went wrong.
|
✅ Staging deployment successful! Preview: https://viteplus-staging.void.app/ |
Sorry, something went wrong.
Add overrides in docs/pnpm-workspace.yaml (a separate pnpm workspace) to clear the open advisories in the docs site lockfile: - vite ^7.3.2 (GHSA-v2wj-q39q-566r, GHSA-p9ff-h696-f583) - defu ^6.1.5 (GHSA-737v-mqg7-c878) - lodash-es ^4.18.0 (GHSA-r5fr-rjxr-66jc) - picomatch ^4.0.4 (GHSA-c2c7-rcm5-vvqj)
Pin the override floor to the resolved version (7.3.5) instead of the minimum patched release (7.3.2), keeping it on the vite 7 line that vitepress supports.
vite, defu and picomatch reach their patched versions through normal in-range resolution, so drop their overrides and let the lockfile carry them. Keep only the lodash-es override, which chevrotain (via mermaid) pins to exactly 4.17.23 and so cannot be patched any other way.
Pin the override to the resolved version (4.18.1, the latest patched release) instead of the minimum patched floor (4.18.0).
| Back | FazBrowse Home | New Git URL |
Resolves the open Dependabot advisories in the documentation site (docs/ is a separate pnpm workspace, docs/pnpm-lock.yaml).
Most fixes land through a normal lockfile refresh, since the patched versions already fall within the ranges their parents declare. Only lodash-es needs an override: chevrotain (via mermaid) pins it to exactly 4.17.23, so the patched 4.18.x can't be reached any other way.
Validation