fix: resolve 10 Dependabot security alerts#836
Merged
Conversation
Contributor
|
Fixes 10 open alerts across 5 CVEs; dismisses 2 low-severity esbuild alerts as tolerable risk (Windows dev-server only, not applicable to this CLI tool). Root project: - tar: bump direct pin 7.5.11 -> 7.5.16 (GHSA-vmf3-w455-68vh, medium) - form-data: add pnpm.overrides for 4.0.6 and 2.5.6 to fix transitive copies via @types/node-fetch and @types/request (GHSA-hmw2-7cc7-3qxx, high) - vite: add as direct devDep at ^7.3.5 + override to fix transitive copy via vitest (GHSA-fx2h-pf6j-xcff high, GHSA-v6wh-96g9-6wx3 medium) Docs project: - astro: bump 5.16.11 -> 6.4.8 via pnpm update (GHSA-2pvr-wf23-7pc7 high, GHSA-jrpj-wcv7-9fh9 medium) - vite: add override ^7.3.5 (same CVEs as root) Dismissed (tolerable_risk): - esbuild 0.27.7 (GHSA-g7r4-m6w7-qqqr, low) - transitive dep of vite 7.3.5 which pins esbuild ^0.27.0; cannot fix without vite 8 major bump; Windows dev-server only vulnerability
3609b2e to
5d23e76
Compare
7 tasks
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 10 open Dependabot alerts across 5 CVEs and dismisses 2 low-severity esbuild alerts as tolerable risk.
Alerts Fixed
tar7.5.11->7.5.16form-datapnpm.overridesfor4.0.6(v4) and2.5.6(v2)vite(root)^7.3.5+ overridevite(docs)pnpm.overridesin docsastropnpm update->6.4.8Alerts Dismissed (tolerable_risk)
esbuildvite@7.3.5which pinsesbuild@^0.27.0- cannot fix without vite 8 major bump.Changes
Root project (
package.json)tar:7.5.11->7.5.16(direct pin bump)vite: added as devDependency at^7.3.5(was only transitive via vitest)pnpm.overrides: addedform-data@>=4: ^4.0.6,form-data@<3: ^2.5.6,vite: ^7.3.5Docs project (
docs/package.json)astro: resolved5.16.11->6.4.8(specifier^6.1.10allowed it)@astrojs/starlight: resolved0.37.3->0.38.3pnpm.overrides: addedvite: ^7.3.5Verification
pnpm build- passedpnpm test- 1025 passed, 1 skippedpnpm lint- 0 errorspnpm docs:build- 27 pages built successfully