Bump svgo from 3.3.4 to 3.3.5 - #566
Conversation
Bumps [svgo](https://github.com/svg/svgo) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: svgo dependency-version: 3.3.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review the svgo 3.3.4 → 3.3.5 update against the malware checklist, starting with upstream diffs, package metadata, and the scanner findings.Verdict: benign This is a patch-level security backport ( Scanner vs interpretation: status Compatibility AnalysisI'll inspect how Patch-level security backport ( Where it is used
There is no Intersection with changed APIsUpstream Hardening: strip executable This site’s SVGs have no Risks / unknowns
Action: Merge PR 566. Treat a later SVGO v4 bump as follow-up, not a blocker. Malware Scan Summary
Top findings
|
Bumps svgo from 3.3.4 to 3.3.5.
Release notes
Sourced from svgo's releases.
Commits
4380590ci: configure v3 publish tag in package metadata (#2271)4c84fe7ci: publish v3 with npm trusted publishing (#2270)994a9f0fix(removeScriptElement): backport security hardening to v3 (#2269)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for svgo since your current version.
Dependabot 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 patch with no application code changes; reduces SVG-processing security exposure at build time.
Overview
Bumps transitive
svgofrom 3.3.4 to 3.3.5 viapackage-lock.jsononly (pulled in by@svgr/plugin-svgoandpostcss-svgoin the Docusaurus build chain).The new patch backports
removeScriptElementsecurity hardening from SVGO v4: stricter handling of executabledata:/vbscript:URLs, sanitization inside<foreignObject>, and fixes for namespace-prefixed anchors and malformed URL schemes—addressing GHSA-4vpr-x523-8j87 and GHSA-w27v-7q3p-w38r on the v3 line.Reviewed by Cursor Bugbot for commit a6203da. Bugbot is set up for automated code reviews on this repo. Configure here.