Conversation
Bumps [svgo](https://github.com/svg/svgo) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: svgo dependency-version: 3.3.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisHere's my review of this Dependabot PR: 1. Where svgo is used in this repo
Both are build-time tools for optimizing SVGs and CSS during the Docusaurus site build. They are not runtime/user-facing. 2. Intersection with changed APIs The v3.3.2 -> v3.3.3 diff is minimal and entirely internal:
No public API changes. The 3. Risks / Unknowns
4. Recommendation Merge. This is a low-risk patch-level update to a transitive build dependency. It fixes a parsing bug, addresses security implications (per the svgo maintainers), and swaps to a better-maintained XML parser. No API surface changes affect this project. |
Bumps svgo from 3.3.2 to 3.3.3.
Release notes
Sourced from svgo's releases.
Commits
bbab162deps: upgrade to sax v1.5.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Lockfile-only dependency bump; risk is limited to potential SVG optimization/parse behavior changes from the
svgo/saxupgrade.Overview
Updates the
svgodependency from3.3.2to3.3.3inpackage-lock.json.As part of the upgrade,
svgoswitches from@trysound/saxto upstreamsax(bumpingsaxto1.5.0and removing the forked package from the lockfile), updating the transitive dependency tree accordingly.Written by Cursor Bugbot for commit a35b0e9. This will update automatically on new commits. Configure here.