Bump svgo from 3.2.0 to 3.3.4#6085
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [svgo](https://github.com/svg/svgo) from 3.2.0 to 3.3.4. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.2.0...v3.3.4) --- updated-dependencies: - dependency-name: svgo dependency-version: 3.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/svgo-3.3.4
branch
from
July 24, 2026 19:59
9588c0e to
c6b5320
Compare
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.
Bumps svgo from 3.2.0 to 3.3.4.
Release notes
Sourced from svgo's releases.
... (truncated)
Commits
72a2388Merge commit from forkbbab162deps: upgrade to sax v1.5.0c4dc2bechore: increment version to v3.3.2Note
Low Risk
Dev-only transitive dependency update with no application code changes; risk is limited to SVG build/transform behavior.
Overview
Updates the lockfile so svgo resolves to 3.3.4 (from 3.2.0), still pulled in as a dev dependency through
@svgr/plugin-svgofor SVG optimization in the build toolchain.That release line swaps SVGO’s XML parser from the fork
@trysound/saxto upstreamsax(lockfile now pins sax 1.6.1), and includes security hardening inremoveScriptElement(case-insensitive JavaScript URI stripping and namespace-aware<script>handling).Reviewed by Cursor Bugbot for commit c6b5320. Bugbot is set up for automated code reviews on this repo. Configure here.