chore(deps): bump postcss to 8.5.24 and svgo to 3.3.4, add Dependabot config - #289
Merged
Conversation
… config Resolves Dependabot alerts #185 and #184 (both high): - **#185** GHSA-r28c-9q8g-f849 — postcss path traversal via `sourceMappingURL` auto-loading. 8.5.16 -> 8.5.24 - **#184** GHSA-2p49-hgcm-8545 — svgo `removeScripts` leaves some executable scripts intact. 3.3.3 -> 3.3.4 Both transitive, so this is a pnpm-lock change only — no manifest edits. Also adds `.github/dependabot.yml` (this repo had none, so it got security alerts but no version-update PRs). Routine minor/patch bumps are grouped into one dev + one prod PR per week; majors stay ungrouped. `pnpm build` passes. `pnpm format` deliberately not run — HEAD isn't prettier-clean here and it would rewrite ~60 unrelated files. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Resolves Dependabot alerts #185 and #184 (both high):
sourceMappingURLauto-loading. 8.5.16 -> 8.5.24removeScriptsleaves some executable scripts intact. 3.3.3 -> 3.3.4Both transitive, so this is a pnpm-lock change only — no manifest edits.
Also adds
.github/dependabot.yml(this repo had none, so it got security alerts but no version-update PRs). Routine minor/patch bumps are grouped into one dev + one prod PR per week; majors stay ungrouped.pnpm buildpasses.pnpm formatdeliberately not run — HEAD isn't prettier-clean here and it would rewrite ~60 unrelated files.🤖 Generated with Claude Code