fix(deps): bump postcss to safe version in lock file (GHSA-r28c-9q8g-f849) - #57
Merged
Merged
Conversation
…f849) postcss ≤8.5.17 has a HIGH severity path traversal vulnerability via sourceMappingURL auto-loading. Fixed via `npm audit fix --package-lock-only` which updates the transitive dep in package-lock.json only. Unblocks dependabot PRs #54/#55/#56 which all fail the `npm audit --audit-level=high` CI gate. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Contributor
Author
Merge blocked — needs non-ferhimedamine review (same as #53)This is a pure security fix (package-lock.json only, automated After this merges: |
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
postcss ≤8.5.17has a HIGH severity path traversal vulnerability (GHSA-r28c-9q8g-f849). It's a transitive dep —package.jsonunchanged, onlypackage-lock.jsonupdated vianpm audit fix --package-lock-only.esbuildLOW severity advisory (GHSA-g7r4-m6w7-qqqr) also remains but does NOT fail the--audit-level=highCI gate (exit 0 verified locally).Why now
Dependabot PRs #54/#55/#56 all fail the security audit CI step on this CVE. Once this PR merges to main, a
@dependabot rebaseon each will pick up the fix and turn them green.Test plan
npm audit --audit-level=highexits 0)@dependabot rebaseon chore(deps-dev): bump @dakera-ai/dakera from 0.11.103 to 0.11.104 #54, chore(deps-dev): bump @types/node from 25.7.0 to 26.1.2 #55, chore(deps-dev): bump @langchain/core from 1.1.46 to 1.2.3 #56 → all CI green