Skip to content

Commit d020ffa

Browse files
Update dependency svgo to v3.3.3 [SECURITY]
1 parent 67de957 commit d020ffa

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"stylelint-config-standard-scss": "12.0.0",
114114
"stylelint-no-unsupported-browser-features": "8.0.2",
115115
"stylelint-scss": "6.10.0",
116-
"svgo": "3.3.2",
116+
"svgo": "3.3.3",
117117
"svgo-add-viewbox": "3.1.0",
118118
"svgo-viewbox": "3.0.0",
119119
"ts-jest": "29.2.5",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8778,6 +8778,11 @@ sass@1.82.0:
87788778
optionalDependencies:
87798779
"@parcel/watcher" "^2.4.1"
87808780

8781+
sax@^1.5.0:
8782+
version "1.5.0"
8783+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.5.0.tgz#b5549b671069b7aa392df55ec7574cf411179eb8"
8784+
integrity sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==
8785+
87818786
saxes@^6.0.0:
87828787
version "6.0.0"
87838788
resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5"
@@ -9542,18 +9547,18 @@ svgo@3.0.2:
95429547
csso "^5.0.5"
95439548
picocolors "^1.0.0"
95449549

9545-
svgo@3.3.2:
9546-
version "3.3.2"
9547-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.2.tgz#ad58002652dffbb5986fc9716afe52d869ecbda8"
9548-
integrity sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==
9550+
svgo@3.3.3:
9551+
version "3.3.3"
9552+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.3.3.tgz#8246aee0b08791fde3b0ed22b5661b471fadf58e"
9553+
integrity sha512-+wn7I4p7YgJhHs38k2TNjy1vCfPIfLIJWR5MnCStsN8WuuTcBnRKcMHQLMM2ijxGZmDoZwNv8ipl5aTTen62ng==
95499554
dependencies:
9550-
"@trysound/sax" "0.2.0"
95519555
commander "^7.2.0"
95529556
css-select "^5.1.0"
95539557
css-tree "^2.3.1"
95549558
css-what "^6.1.0"
95559559
csso "^5.0.5"
95569560
picocolors "^1.0.0"
9561+
sax "^1.5.0"
95579562

95589563
svgo@^3.2.0:
95599564
version "3.2.0"

0 commit comments

Comments
 (0)