This is an automated email from the ASF dual-hosted git repository.

Yicong-Huang pushed a commit to branch release/v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/release/v1.2 by this push:
     new 1f38f65812 fix(deps, frontend): bump svgo from 4.0.1 to 4.0.2 in 
/frontend (#6842)
1f38f65812 is described below

commit 1f38f65812e88507ce9b43895cf3c2f76498de12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 04:36:08 2026 +0000

    fix(deps, frontend): bump svgo from 4.0.1 to 4.0.2 in /frontend (#6842)
    
    Bumps [svgo](https://github.com/svg/svgo) from 4.0.1 to 4.0.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/svg/svgo/releases";>svgo's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.2</h2>
    <h2>What's Changed</h2>
    <h3>Security</h3>
    <ul>
    <li><a
    href="https://svgo.dev/docs/plugins/removeScripts/";>removeScripts</a>,
    remove JavaScript URIs case-insensitively and make
    <code>&lt;script&gt;</code> handling namespace aware. By <a
    href="https://github.com/SethFalco";><code>@​SethFalco</code></a></li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><a
    href="https://svgo.dev/docs/plugins/convertColors/";>convertColors</a>,
    skip case-normalization for CSS custom properties. By <a
    href="https://github.com/SethFalco";><code>@​SethFalco</code></a> in <a
    href="https://redirect.github.com/svg/svgo/pull/2213";>svg/svgo#2213</a></li>
    <li><a
    href="https://svgo.dev/docs/plugins/convertPathData/";>convertPathData</a>,
    improve handling of consecutive <code>t</code> commands. By <a
    href="https://github.com/KTibow";><code>@​KTibow</code></a> in <a
    href="https://redirect.github.com/svg/svgo/pull/2156";>svg/svgo#2156</a></li>
    <li><a
    href="https://svgo.dev/docs/plugins/convertPathData/";>convertPathData</a>,
    safer handling of paths. By <a
    href="https://github.com/KTibow";><code>@​KTibow</code></a> in <a
    
href="https://redirect.github.com/svg/svgo/issues/2158";>svg/svgo#2158</a></li>
    <li>Improve parsing of negative (or +) arc radii. By <a
    href="https://github.com/KTibow";><code>@​KTibow</code></a> in <a
    href="https://redirect.github.com/svg/svgo/pull/2205";>svg/svgo#2205</a></li>
    <li>When converting to a data URI, only encode it as a data URI once. By
    <a href="https://github.com/johnkenny54";><code>@​johnkenny54</code></a>
    in <a
    href="https://redirect.github.com/svg/svgo/pull/2053";>svg/svgo#2053</a></li>
    </ul>
    <h3>Performance</h3>
    <ul>
    <li><a href="https://svgo.dev/docs/plugins/mergePaths/";>mergePaths</a>,
    speed up child node removal. By <a
    href="https://github.com/mozzie";><code>@​mozzie</code></a> in <a
    href="https://redirect.github.com/svg/svgo/pull/2216";>svg/svgo#2216</a></li>
    </ul>
    <h3>Other Changes</h3>
    <ul>
    <li><a
    
href="https://svgo.dev/docs/plugins/removeAttributesBySelector/";>removeAttributesBySelector</a>,
    log warning and noop if missing parameters. By <a
    href="https://github.com/KTibow";><code>@​KTibow</code></a> in <a
    href="https://redirect.github.com/svg/svgo/pull/2215";>svg/svgo#2215</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/svg/svgo/commit/b2309cf541aee11634eb653157b0ff86ab326e98";><code>b2309cf</code></a>
    chore: sync version with api</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/f529cfccc6c154d6f6eabe276ec637a8c5db6763";><code>f529cfc</code></a>
    Merge commit from fork</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/581fe687825740e425012bbdf6491ee4bbc9dc65";><code>581fe68</code></a>
    performance: speed up mergePath child node removal (<a
    href="https://redirect.github.com/svg/svgo/issues/2216";>#2216</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/eb4c8b69d4b589addaf98e56cd17241d4a39ad77";><code>eb4c8b6</code></a>
    docs(removeAttributesBySelector): properly document and check types (<a
    href="https://redirect.github.com/svg/svgo/issues/2215";>#2215</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/6fd58725fc934ab51bc4ed84e7299dc73d72442b";><code>6fd5872</code></a>
    fix(convertColors): skip convertCase on css custom properties (<a
    href="https://redirect.github.com/svg/svgo/issues/2213";>#2213</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/7414f739a44b126750b119d5e22a88db3d4bd9c6";><code>7414f73</code></a>
    fix: properly parse negative (or +) arc radii (<a
    href="https://redirect.github.com/svg/svgo/issues/2205";>#2205</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/a8c19aadc55935e5ce7e3c5ad0a8915fda758f5e";><code>a8c19aa</code></a>
    fix: only call encodeSVGDatauri once and add test case (<a
    href="https://redirect.github.com/svg/svgo/issues/2053";>#2053</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/65548f48e30bf123475ae4ca7ab21220703cb42a";><code>65548f4</code></a>
    fix(convertPathData): properly handle consecutive t commands (<a
    href="https://redirect.github.com/svg/svgo/issues/2156";>#2156</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/a41a7c15b2243b944c5087e56575baa2e6e9fcc1";><code>a41a7c1</code></a>
    fix(convertPathData): introducing isSafeToRemove (<a
    href="https://redirect.github.com/svg/svgo/issues/2164";>#2164</a>)</li>
    <li><a
    
href="https://github.com/svg/svgo/commit/38625dd1bd426289f9985ee366132e620f932dcc";><code>38625dd</code></a>
    test: handle charm icons (<a
    href="https://redirect.github.com/svg/svgo/issues/2203";>#2203</a>)</li>
    <li>See full diff in <a
    href="https://github.com/svg/svgo/compare/v4.0.1...v4.0.2";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/apache/texera/network/alerts).
    
    </details>
    
    (backported from commit f57421b41fd75e9e3ec3106226fa376349082b0e)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 frontend/yarn.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 028916cebe..b4801d3efd 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -16600,8 +16600,8 @@ __metadata:
   linkType: hard
 
 "svgo@npm:^4.0.1":
-  version: 4.0.1
-  resolution: "svgo@npm:4.0.1"
+  version: 4.0.2
+  resolution: "svgo@npm:4.0.2"
   dependencies:
     commander: "npm:^11.1.0"
     css-select: "npm:^5.1.0"
@@ -16612,7 +16612,7 @@ __metadata:
     sax: "npm:^1.5.0"
   bin:
     svgo: ./bin/svgo.js
-  checksum: 
10c0/f61f9957b42e0c97593b49a01f3b93cb239b2e818efccb056fcc866d622704d9021c4ef8bd0287264c3e4f33da60e4af14d841b4a624b87ff8888e3b896d13d5
+  checksum: 
10c0/d58c9446d2701dd57ef62a29b4299b157cfc32e2282f82fc68dd7cdca2e1efdf0d8bb0fb30ba0499f322d20b6304be277ffbc60a6b6a75489fa30c5300694b9a
   languageName: node
   linkType: hard
 

Reply via email to