[deps] UI Foundation: Update svgo to v4.0.1 [SECURITY] (#19757)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Cunningham <bcunningham@bitwarden.com>
This commit is contained in:
renovate[bot] 2026-04-01 13:04:14 -04:00 committed by GitHub
parent 326ac48bd3
commit ca1bc305c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 10 deletions

21
package-lock.json generated
View File

@ -172,7 +172,7 @@
"sass-loader": "16.0.6",
"storybook": "9.1.19",
"style-loader": "4.0.0",
"svgo": "4.0.0",
"svgo": "4.0.1",
"tailwindcss": "3.4.18",
"ts-jest": "29.4.6",
"ts-loader": "9.5.4",
@ -38924,11 +38924,14 @@
}
},
"node_modules/sax": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
"dev": true,
"license": "ISC"
"license": "BlueOak-1.0.0",
"engines": {
"node": ">=11.0.0"
}
},
"node_modules/saxes": {
"version": "6.0.0",
@ -40638,9 +40641,9 @@
}
},
"node_modules/svgo": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.0.tgz",
"integrity": "sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.1.tgz",
"integrity": "sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -40650,7 +40653,7 @@
"css-what": "^6.1.0",
"csso": "^5.0.5",
"picocolors": "^1.1.1",
"sax": "^1.4.1"
"sax": "^1.5.0"
},
"bin": {
"svgo": "bin/svgo.js"

View File

@ -144,7 +144,7 @@
"sass-loader": "16.0.6",
"storybook": "9.1.19",
"style-loader": "4.0.0",
"svgo": "4.0.0",
"svgo": "4.0.1",
"tailwindcss": "3.4.18",
"ts-jest": "29.4.6",
"ts-loader": "9.5.4",