Skip to content

Commit ad062bf

Browse files
Bump svgo from 4.0.0 to 4.0.1
Bumps [svgo](https://github.com/svg/svgo) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bc44e1 commit ad062bf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"meow": "14.0.0",
37-
"svgo": "4.0.0",
37+
"svgo": "4.0.1",
3838
"svgo-add-viewbox": "3.1.0"
3939
},
4040
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,10 +1073,10 @@ safe-regex-test@^1.0.3:
10731073
es-errors "^1.3.0"
10741074
is-regex "^1.1.4"
10751075

1076-
sax@^1.4.1:
1077-
version "1.4.1"
1078-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
1079-
integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
1076+
sax@^1.5.0:
1077+
version "1.5.0"
1078+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.5.0.tgz#b5549b671069b7aa392df55ec7574cf411179eb8"
1079+
integrity sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==
10801080

10811081
set-function-length@^1.1.1:
10821082
version "1.1.1"
@@ -1210,18 +1210,18 @@ svgo-add-viewbox@3.1.0:
12101210
resolved "https://registry.yarnpkg.com/svgo-add-viewbox/-/svgo-add-viewbox-3.1.0.tgz#d7795c97784c583ca5b4b0b12883b09504c1363f"
12111211
integrity sha512-hBpN3f6CsrhGLWBDY++n0Om9vsF5iC/hEExdS/hnZw6lXhHK+P9u3qZKWl4z6bHk61XcdhmV7hiLkJsDG4gaZA==
12121212

1213-
svgo@4.0.0:
1214-
version "4.0.0"
1215-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.0.tgz#17e0fa2eaccf429e0ec0d2179169abde9ba8ad3d"
1216-
integrity sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==
1213+
svgo@4.0.1:
1214+
version "4.0.1"
1215+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.1.tgz#c82dacd04ee9f1d55cd4e0b7f9a214c86670e3ee"
1216+
integrity sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==
12171217
dependencies:
12181218
commander "^11.1.0"
12191219
css-select "^5.1.0"
12201220
css-tree "^3.0.1"
12211221
css-what "^6.1.0"
12221222
csso "^5.0.5"
12231223
picocolors "^1.1.1"
1224-
sax "^1.4.1"
1224+
sax "^1.5.0"
12251225

12261226
tape@5.9.0:
12271227
version "5.9.0"

0 commit comments

Comments
 (0)