From bdec5b767fa8332da6e866a54ee4412af1305c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:03:32 +0000 Subject: [PATCH] chore(deps): bump svgo from 4.0.1 to 4.0.2 Bumps [svgo](https://github.com/svg/svgo) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](https://github.com/svg/svgo/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 90 +++++++++++++++++------------------ packages/webfont/package.json | 2 +- 2 files changed, 45 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a30c2ff..efc19af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6248,31 +6248,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/svgo": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz", - "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==", - "license": "MIT", - "dependencies": { - "commander": "^11.1.0", - "css-select": "^5.1.0", - "css-tree": "^3.0.1", - "css-what": "^6.1.0", - "csso": "^5.0.5", - "picocolors": "^1.1.1", - "sax": "^1.5.0" - }, - "bin": { - "svgo": "bin/svgo.js" - }, - "engines": { - "node": ">=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/svgo" - } - }, "node_modules/svgpath": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.3.1.tgz", @@ -7448,7 +7423,7 @@ "resolve-from": "^5.0.0", "svg2ttf": "^6.1.0", "svgicons2svgfont": "^16.0.0", - "svgo": "4.0.1", + "svgo": "4.0.2", "ttf2eot": "3.1.0", "ttf2woff": "^3.0.0", "wawoff2": "2.0.1", @@ -7503,6 +7478,30 @@ "funding": { "url": "https://github.com/sponsors/sindresorhus" } + }, + "packages/webfont/node_modules/svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.2.tgz", + "integrity": "sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==", + "dependencies": { + "commander": "^11.1.0", + "css-select": "^5.1.0", + "css-tree": "^3.0.1", + "css-what": "^6.1.0", + "csso": "^5.0.5", + "picocolors": "^1.1.1", + "sax": "^1.5.0" + }, + "bin": { + "svgo": "bin/svgo.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/svgo" + } } }, "dependencies": { @@ -9568,7 +9567,7 @@ "integrity": "sha512-DFVX5hvXuhi1Jven1tbpebYTCT9XYnvx6/Z+HFUPb7ZRMCW+pj2clU9VMhoTPgWKPhAs7JJDSk3CW1jNUvKCZQ==", "requires": { "wawoff2": "^2.0.0", - "woff2sfnt-sfnt2woff": "^1.0.0" + "woff2sfnt-sfnt2woff": "1.0.0" } }, "for-in": { @@ -9644,7 +9643,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "3.1.5", + "minimatch": "10.2.5", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -9666,8 +9665,7 @@ } }, "minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "requires": { @@ -11422,27 +11420,13 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", "requires": { - "minimatch": "^10.2.2", + "minimatch": "10.2.5", "minipass": "^7.1.3", "path-scurry": "^2.0.2" } } } }, - "svgo": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz", - "integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==", - "requires": { - "commander": "^11.1.0", - "css-select": "^5.1.0", - "css-tree": "^3.0.1", - "css-what": "^6.1.0", - "csso": "^5.0.5", - "picocolors": "^1.1.1", - "sax": "^1.5.0" - } - }, "svgpath": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.3.1.tgz", @@ -11984,7 +11968,7 @@ "resolve-from": "^5.0.0", "svg2ttf": "^6.1.0", "svgicons2svgfont": "^16.0.0", - "svgo": "4.0.1", + "svgo": "4.0.2", "ttf2eot": "3.1.0", "ttf2woff": "^3.0.0", "typescript": "6.0.3", @@ -12008,6 +11992,20 @@ "slash": "^5.1.0", "unicorn-magic": "^0.4.0" } + }, + "svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.2.tgz", + "integrity": "sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==", + "requires": { + "commander": "^11.1.0", + "css-select": "^5.1.0", + "css-tree": "^3.0.1", + "css-what": "^6.1.0", + "csso": "^5.0.5", + "picocolors": "^1.1.1", + "sax": "^1.5.0" + } } } }, diff --git a/packages/webfont/package.json b/packages/webfont/package.json index a2151f4a..10152b08 100644 --- a/packages/webfont/package.json +++ b/packages/webfont/package.json @@ -87,7 +87,7 @@ "resolve-from": "^5.0.0", "svg2ttf": "^6.1.0", "svgicons2svgfont": "^16.0.0", - "svgo": "4.0.1", + "svgo": "4.0.2", "ttf2eot": "3.1.0", "ttf2woff": "^3.0.0", "wawoff2": "2.0.1",