fix: patch transitive npm vulnerabilities#61
Merged
Conversation
…ansion) Bumps svgo to 4.0.2 (GHSA-2p49-hgcm-8545), immutable to 5.1.9 (GHSA-xvcm-6775-5m9r, GHSA-v56q-mh7h-f735), and brace-expansion to 2.1.2/5.0.8 (GHSA-3jxr-9vmj-r5cp) via a pnpm override, since the minimatch@10 dependent doesn't pick up the patched brace-expansion release on its own.
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
svgo4.0.1 → 4.0.2 (fixes GHSA-2p49-hgcm-8545 —removeScriptsplugin left executable script tags intact, potential XSS)immutable5.1.5 → 5.1.9 (fixes GHSA-xvcm-6775-5m9r and GHSA-v56q-mh7h-f735 — hash-collision and trie-overflow DoS)brace-expansion2.1.0 → 2.1.2 (fixes GHSA-3jxr-9vmj-r5cp — ReDoS)brace-expansion5.0.6 → 5.0.8 (same advisory, second major line) via apnpm.overridesentry inpnpm-workspace.yaml, sinceminimatch@10.2.5doesn't re-resolve to the patched release on its ownAll four are transitive dependencies (not declared directly in
package.json), which is why a plainpnpm updatecouldn't fully resolvebrace-expansion@5.xwithout an explicit override.Test plan
pnpm run typecheck— passespnpm run lint— passespnpm run test:run— 132/132 tests passingpnpm run build— builds successfully