bump brace-expansion + postcss to clear npm advisories (Dependabot alerts #504, #509) - #1587
Merged
Merged
Conversation
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.
Clears two HIGH npm Dependabot alerts on the SvelteKit UI (
saiku-ui/), both transitive dependencies resolved vianpm audit fix(no--force, nopackage.jsonchange):brace-expansion(DoS advisories GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg). Pulled in transitively viaeslint > minimatch > brace-expansion. Bumped5.0.6 -> 5.0.8(fixed in 5.0.7).postcss(path-traversal in source-map auto-loading, GHSA-r28c-9q8g-f849). Pulled in transitively viaviteandeslint-plugin-svelte. Bumped8.5.14 -> 8.5.24(fixed in 8.5.18).Both are patch-level bumps that already sit inside the existing semver ranges, so only
package-lock.jsonchanged. A third transitive,nanoid(apostcssdependency), moved3.3.12 -> 3.3.16as part of the samepostcsssubtree — harmless patch bump, no direct-dep or override involvement.Verification (run on Node 24 locally; CI baseline is Node 20)
npm audit-> 0 vulnerabilitiesnpm ls brace-expansion postcss-> onlybrace-expansion@5.0.8andpostcss@8.5.24npm ci-> clean (added 396 packages)npm run build-> pass (full prod build:build:app+build:embed+build:embed-npm+build:embed-react-npm) — this is the CI ui job never runs npm run build — a broken production frontend build passes green #1551 gatenpm run check-> 0 errors (2 pre-existing unrelated warnings)No
overrideswere needed. No parent packages were force-bumped.