From 234c996619e84201bdafc67790c6f069495c7290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:17:21 +0000 Subject: [PATCH] Bump svgo from 3.3.3 to 3.3.4 Bumps [svgo](https://github.com/svg/svgo) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](https://github.com/svg/svgo/compare/v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: svgo dependency-version: 3.3.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 88c558f..d7ce287 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "picomatch": "^2.3.2", "semver": "^7.8.1", "serialize-javascript": "^7.0.5", - "svgo": "^3.3.3", + "svgo": "^3.3.4", "tar": "^7.5.15", "tar-fs": "^3.1.2", "tmp": "^0.2.6", diff --git a/yarn.lock b/yarn.lock index 3a83183..95cb094 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20611,9 +20611,9 @@ svg-tags@^1.0.0: integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= svgo@^3.0.2, svgo@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.3.tgz#8246aee0b08791fde3b0ed22b5661b471fadf58e" - integrity sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng== + version "3.3.4" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.4.tgz#fd2aa10ff585b3bd2b83ce3602f5582bc0718bb5" + integrity sha512-GsNRis4e8jxn2Y9ENz/8lbJ93CstG8svtMnuRaHbiF2LTJ5tK0/q3t/URPq9Zc7zVWBJnNnJMIp6bevK7bSmNg== dependencies: commander "^7.2.0" css-select "^5.1.0"