Skip to content

Commit c3fa288

Browse files
chargomeclaude
andauthored
fix(deps): bump svgo to 4.0.1 to fix DoS via entity expansion (#19651)
Fixes Dependabot alert #1132 (CVE-2026-29074). --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
1 parent 0891028 commit c3fa288

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26629,10 +26629,10 @@ sass@^1.49.9:
2662926629
immutable "^4.0.0"
2663026630
source-map-js ">=0.6.2 <2.0.0"
2663126631

26632-
sax@^1.2.4, sax@^1.4.1:
26633-
version "1.4.4"
26634-
resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.4.tgz#f29c2bba80ce5b86f4343b4c2be9f2b96627cf8b"
26635-
integrity sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==
26632+
sax@^1.2.4, sax@^1.5.0:
26633+
version "1.5.0"
26634+
resolved "https://registry.yarnpkg.com/sax/-/sax-1.5.0.tgz#b5549b671069b7aa392df55ec7574cf411179eb8"
26635+
integrity sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==
2663626636

2663726637
sax@~1.2.4:
2663826638
version "1.2.4"
@@ -28191,17 +28191,17 @@ svelte@^4.2.8:
2819128191
periscopic "^3.1.0"
2819228192

2819328193
svgo@^4.0.0:
28194-
version "4.0.0"
28195-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.0.tgz#17e0fa2eaccf429e0ec0d2179169abde9ba8ad3d"
28196-
integrity sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==
28194+
version "4.0.1"
28195+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.1.tgz"
28196+
integrity sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==
2819728197
dependencies:
2819828198
commander "^11.1.0"
2819928199
css-select "^5.1.0"
2820028200
css-tree "^3.0.1"
2820128201
css-what "^6.1.0"
2820228202
csso "^5.0.5"
2820328203
picocolors "^1.1.1"
28204-
sax "^1.4.1"
28204+
sax "^1.5.0"
2820528205

2820628206
swr@^2.2.5:
2820728207
version "2.2.5"

0 commit comments

Comments
 (0)