Conversation
GHSA-r28c-9q8g-f849 (high): PostCSS path traversal in previous source map auto-loading (sourceMappingURL) leads to arbitrary .map file disclosure. Affects <= 8.5.17. Raise the existing `postcss` override from ^8.5.10 to ^8.5.18, and pin the lockfile to postcss 8.5.25 (which requires nanoid ^3.3.16, so nanoid moves 3.3.15 -> 3.3.17). The lockfile is edited in place rather than regenerated: running `npm install` on Windows prunes the Linux-only optional entries @emnapi/core and @emnapi/runtime, which breaks `npm ci` in CI. Verified with `npm ci` and a production build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
fix(deps): bump postcss to >=8.5.18 (Dependabot alert #245)
GHSA-mh99-v99m-4gvg (high): DoS via unbounded expansion length causing an out-of-memory process crash. The 2.x line is patched in 2.1.3. Raise the existing `brace-expansion` override from ^2.1.2 to ^2.1.3, and move the lockfile from 2.1.2 to 2.1.4 (dev-only transitive, pulled in via minimatch). Dependencies are unchanged (balanced-match ^1.0.0). The lockfile is edited in place rather than regenerated: running `npm install` on Windows prunes the Linux-only optional entries @emnapi/core and @emnapi/runtime, which breaks `npm ci` in CI. Verified with `npm ci` (`found 0 vulnerabilities`) and a production build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
fix(deps): bump brace-expansion to >=2.1.3 (GHSA-mh99-v99m-4gvg)
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.
Contexte
Remonte sur
masterles deux correctifs de sécurité mergés dansdevelop.postcssbrace-expansionsourceMappingURL), permettant la divulgation arbitraire de fichiers.map. Correspond à l'alerte Dependabot #245. Corrigé en 8.5.18.npm audit, pas dans les alertes Dependabot.Les deux paquets sont en scope
development(transitifs) — aucun impact sur le bundle livré.Changements
Uniquement
package.jsonetpackage-lock.json(12 insertions, 12 suppressions) :overrides.postcss:^8.5.10→^8.5.18overrides.brace-expansion:^2.1.2→^2.1.3postcss8.5.15 → 8.5.25,nanoid3.3.15 → 3.3.17 (requis par postcss 8.5.25),brace-expansion2.1.2 → 2.1.4Aucun changement de code applicatif.
Vérification
npm cis'installe proprement et rapportefound 0 vulnerabilities.npm run build(production) passe — l'avertissement de budget de bundle initial (531 kB) est préexistant.🤖 Generated with Claude Code