Skip to content

Commit 70820ab

Browse files
snyk-botmcpierce
authored andcommitted
fix: comixed-webui/package.json & comixed-webui/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent 571c31e commit 70820ab

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

comixed-webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@typescript-eslint/utils": "^8",
6262
"ansi-html": "^0.0.9",
6363
"ansi-regex": "^6.2.0",
64-
"axios": "^1",
64+
"axios": "^1.12.0",
6565
"color-string": "^2.0.1",
6666
"css-what": "^7.0.0",
6767
"d3-color": "~3.1.0",

comixed-webui/yarn.lock

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3381,10 +3381,10 @@ aws4@^1.8.0:
33813381
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef"
33823382
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
33833383

3384-
axios@^1:
3385-
version "1.11.0"
3386-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
3387-
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
3384+
axios@^1.12.0:
3385+
version "1.12.1"
3386+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f"
3387+
integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==
33883388
dependencies:
33893389
follow-redirects "^1.15.6"
33903390
form-data "^4.0.4"
@@ -8187,7 +8187,16 @@ streamroller@^3.1.5:
81878187
debug "^4.3.4"
81888188
fs-extra "^8.1.0"
81898189

8190-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
8190+
"string-width-cjs@npm:string-width@^4.2.0":
8191+
version "4.2.3"
8192+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8193+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8194+
dependencies:
8195+
emoji-regex "^8.0.0"
8196+
is-fullwidth-code-point "^3.0.0"
8197+
strip-ansi "^6.0.1"
8198+
8199+
string-width@^4.1.0, string-width@^4.2.0:
81918200
version "4.2.3"
81928201
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
81938202
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8228,7 +8237,7 @@ string_decoder@~1.1.1:
82288237
dependencies:
82298238
safe-buffer "~5.1.0"
82308239

8231-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8240+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
82328241
version "6.0.1"
82338242
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82348243
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8249,6 +8258,13 @@ strip-ansi@^4.0.0:
82498258
dependencies:
82508259
ansi-regex "^3.0.0"
82518260

8261+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8262+
version "6.0.1"
8263+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8264+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8265+
dependencies:
8266+
ansi-regex "^5.0.1"
8267+
82528268
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
82538269
version "7.1.0"
82548270
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -8935,8 +8951,7 @@ word-wrap@^1.2.5:
89358951
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
89368952
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
89378953

8938-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8939-
name wrap-ansi-cjs
8954+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
89408955
version "7.0.0"
89418956
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
89428957
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8954,6 +8969,15 @@ wrap-ansi@^6.2.0:
89548969
string-width "^4.1.0"
89558970
strip-ansi "^6.0.0"
89568971

8972+
wrap-ansi@^7.0.0:
8973+
version "7.0.0"
8974+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8975+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8976+
dependencies:
8977+
ansi-styles "^4.0.0"
8978+
string-width "^4.1.0"
8979+
strip-ansi "^6.0.0"
8980+
89578981
wrap-ansi@^8.1.0:
89588982
version "8.1.0"
89598983
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)