Skip to content

Commit 7e7b5aa

Browse files
fix(deps): update dependency cheerio to v1.1.0
1 parent 405d101 commit 7e7b5aa

File tree

4 files changed

+82
-58
lines changed

4 files changed

+82
-58
lines changed

packages/axis-configuration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"dependencies": {
4343
"@fantasticfiasco/expect": "1.1.0",
4444
"axis-core": "3.0.1",
45-
"cheerio": "1.0.0"
45+
"cheerio": "1.1.0"
4646
},
4747
"devDependencies": {
48-
"@types/cheerio": "0.22.35",
48+
"@types/cheerio": "1.0.0",
4949
"@types/express": "5.0.1",
5050
"@types/jest": "29.5.14",
5151
"@types/node": "22.15.32",

packages/axis-configuration/yarn.lock

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -712,12 +712,12 @@
712712
"@types/connect" "*"
713713
"@types/node" "*"
714714

715-
"@types/cheerio@0.22.35":
716-
version "0.22.35"
717-
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.35.tgz#0d16dc1f24d426231c181b9c31847f673867595f"
718-
integrity sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==
715+
"@types/cheerio@1.0.0":
716+
version "1.0.0"
717+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-1.0.0.tgz#7b0bc1451711a85291b30f0426e46d6d8bf2e0fd"
718+
integrity sha512-zAaImHWoh5RY2CLgU2mvg3bl2k3F65B0N5yphuII3ythFLPmJhL7sj1RDu6gSxcgqHlETbr/lhA2OBY+WF1fXQ==
719719
dependencies:
720-
"@types/node" "*"
720+
cheerio "*"
721721

722722
"@types/connect@*":
723723
version "3.4.38"
@@ -1301,21 +1301,21 @@ cheerio-select@^2.1.0:
13011301
domhandler "^5.0.3"
13021302
domutils "^3.0.1"
13031303

1304-
cheerio@1.0.0:
1305-
version "1.0.0"
1306-
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
1307-
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
1304+
cheerio@*, [email protected].0:
1305+
version "1.1.0"
1306+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.1.0.tgz#87b9bec6dd3696e405ea79da7d2749d8308b0953"
1307+
integrity sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==
13081308
dependencies:
13091309
cheerio-select "^2.1.0"
13101310
dom-serializer "^2.0.0"
13111311
domhandler "^5.0.3"
1312-
domutils "^3.1.0"
1312+
domutils "^3.2.2"
13131313
encoding-sniffer "^0.2.0"
1314-
htmlparser2 "^9.1.0"
1315-
parse5 "^7.1.2"
1316-
parse5-htmlparser2-tree-adapter "^7.0.0"
1314+
htmlparser2 "^10.0.0"
1315+
parse5 "^7.3.0"
1316+
parse5-htmlparser2-tree-adapter "^7.1.0"
13171317
parse5-parser-stream "^7.1.2"
1318-
undici "^6.19.5"
1318+
undici "^7.10.0"
13191319
whatwg-mimetype "^4.0.0"
13201320

13211321
ci-info@^3.2.0:
@@ -1499,7 +1499,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
14991499
dependencies:
15001500
domelementtype "^2.3.0"
15011501

1502-
domutils@^3.0.1, domutils@^3.1.0:
1502+
domutils@^3.0.1, domutils@^3.2.1, domutils@^3.2.2:
15031503
version "3.2.2"
15041504
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.2.tgz#edbfe2b668b0c1d97c24baf0f1062b132221bc78"
15051505
integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==
@@ -1577,6 +1577,11 @@ entities@^4.2.0, entities@^4.5.0:
15771577
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
15781578
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
15791579

1580+
entities@^6.0.0:
1581+
version "6.0.1"
1582+
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
1583+
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
1584+
15801585
error-ex@^1.3.1:
15811586
version "1.3.2"
15821587
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -2070,15 +2075,15 @@ html-escaper@^2.0.0:
20702075
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
20712076
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
20722077

2073-
htmlparser2@^9.1.0:
2074-
version "9.1.0"
2075-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
2076-
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
2078+
htmlparser2@^10.0.0:
2079+
version "10.0.0"
2080+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-10.0.0.tgz#77ad249037b66bf8cc99c6e286ef73b83aeb621d"
2081+
integrity sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==
20772082
dependencies:
20782083
domelementtype "^2.3.0"
20792084
domhandler "^5.0.3"
2080-
domutils "^3.1.0"
2081-
entities "^4.5.0"
2085+
domutils "^3.2.1"
2086+
entities "^6.0.0"
20822087

20832088
20842089
version "2.0.0"
@@ -3006,7 +3011,7 @@ parse-json@^5.2.0:
30063011
json-parse-even-better-errors "^2.3.0"
30073012
lines-and-columns "^1.1.6"
30083013

3009-
parse5-htmlparser2-tree-adapter@^7.0.0:
3014+
parse5-htmlparser2-tree-adapter@^7.1.0:
30103015
version "7.1.0"
30113016
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz#b5a806548ed893a43e24ccb42fbb78069311e81b"
30123017
integrity sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==
@@ -3021,13 +3026,20 @@ parse5-parser-stream@^7.1.2:
30213026
dependencies:
30223027
parse5 "^7.0.0"
30233028

3024-
parse5@^7.0.0, parse5@^7.1.2:
3029+
parse5@^7.0.0:
30253030
version "7.2.1"
30263031
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a"
30273032
integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==
30283033
dependencies:
30293034
entities "^4.5.0"
30303035

3036+
parse5@^7.3.0:
3037+
version "7.3.0"
3038+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
3039+
integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==
3040+
dependencies:
3041+
entities "^6.0.0"
3042+
30313043
parseurl@~1.3.3:
30323044
version "1.3.3"
30333045
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
@@ -3584,10 +3596,10 @@ undici-types@~6.21.0:
35843596
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
35853597
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
35863598

3587-
undici@^6.19.5:
3588-
version "6.21.1"
3589-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
3590-
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
3599+
undici@^7.10.0:
3600+
version "7.10.0"
3601+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.10.0.tgz#8ae17a976acc6593b13c9ff3342840bea9b24670"
3602+
integrity sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==
35913603

35923604
[email protected], unpipe@~1.0.0:
35933605
version "1.0.0"

packages/axis-maintenance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"dependencies": {
4444
"@fantasticfiasco/expect": "1.1.0",
4545
"axis-core": "3.0.1",
46-
"cheerio": "1.0.0"
46+
"cheerio": "1.1.0"
4747
},
4848
"devDependencies": {
49-
"@types/cheerio": "0.22.35",
49+
"@types/cheerio": "1.0.0",
5050
"@types/jest": "29.5.14",
5151
"@types/node": "22.15.32",
5252
"@typescript-eslint/eslint-plugin": "8.34.0",

packages/axis-maintenance/yarn.lock

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -704,12 +704,12 @@
704704
dependencies:
705705
"@babel/types" "^7.20.7"
706706

707-
"@types/cheerio@0.22.35":
708-
version "0.22.35"
709-
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.35.tgz#0d16dc1f24d426231c181b9c31847f673867595f"
710-
integrity sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==
707+
"@types/cheerio@1.0.0":
708+
version "1.0.0"
709+
resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-1.0.0.tgz#7b0bc1451711a85291b30f0426e46d6d8bf2e0fd"
710+
integrity sha512-zAaImHWoh5RY2CLgU2mvg3bl2k3F65B0N5yphuII3ythFLPmJhL7sj1RDu6gSxcgqHlETbr/lhA2OBY+WF1fXQ==
711711
dependencies:
712-
"@types/node" "*"
712+
cheerio "*"
713713

714714
"@types/estree@^1.0.6":
715715
version "1.0.6"
@@ -1153,21 +1153,21 @@ cheerio-select@^2.1.0:
11531153
domhandler "^5.0.3"
11541154
domutils "^3.0.1"
11551155

1156-
cheerio@1.0.0:
1157-
version "1.0.0"
1158-
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0.tgz#1ede4895a82f26e8af71009f961a9b8cb60d6a81"
1159-
integrity sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==
1156+
cheerio@*, [email protected].0:
1157+
version "1.1.0"
1158+
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.1.0.tgz#87b9bec6dd3696e405ea79da7d2749d8308b0953"
1159+
integrity sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==
11601160
dependencies:
11611161
cheerio-select "^2.1.0"
11621162
dom-serializer "^2.0.0"
11631163
domhandler "^5.0.3"
1164-
domutils "^3.1.0"
1164+
domutils "^3.2.2"
11651165
encoding-sniffer "^0.2.0"
1166-
htmlparser2 "^9.1.0"
1167-
parse5 "^7.1.2"
1168-
parse5-htmlparser2-tree-adapter "^7.0.0"
1166+
htmlparser2 "^10.0.0"
1167+
parse5 "^7.3.0"
1168+
parse5-htmlparser2-tree-adapter "^7.1.0"
11691169
parse5-parser-stream "^7.1.2"
1170-
undici "^6.19.5"
1170+
undici "^7.10.0"
11711171
whatwg-mimetype "^4.0.0"
11721172

11731173
ci-info@^3.2.0:
@@ -1312,7 +1312,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
13121312
dependencies:
13131313
domelementtype "^2.3.0"
13141314

1315-
domutils@^3.0.1, domutils@^3.1.0:
1315+
domutils@^3.0.1, domutils@^3.2.1, domutils@^3.2.2:
13161316
version "3.2.2"
13171317
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.2.2.tgz#edbfe2b668b0c1d97c24baf0f1062b132221bc78"
13181318
integrity sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==
@@ -1366,6 +1366,11 @@ entities@^4.2.0, entities@^4.5.0:
13661366
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
13671367
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
13681368

1369+
entities@^6.0.0:
1370+
version "6.0.1"
1371+
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
1372+
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
1373+
13691374
error-ex@^1.3.1:
13701375
version "1.3.2"
13711376
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -1738,15 +1743,15 @@ html-escaper@^2.0.0:
17381743
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
17391744
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
17401745

1741-
htmlparser2@^9.1.0:
1742-
version "9.1.0"
1743-
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
1744-
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
1746+
htmlparser2@^10.0.0:
1747+
version "10.0.0"
1748+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-10.0.0.tgz#77ad249037b66bf8cc99c6e286ef73b83aeb621d"
1749+
integrity sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==
17451750
dependencies:
17461751
domelementtype "^2.3.0"
17471752
domhandler "^5.0.3"
1748-
domutils "^3.1.0"
1749-
entities "^4.5.0"
1753+
domutils "^3.2.1"
1754+
entities "^6.0.0"
17501755

17511756
human-signals@^2.1.0:
17521757
version "2.1.0"
@@ -2592,7 +2597,7 @@ parse-json@^5.2.0:
25922597
json-parse-even-better-errors "^2.3.0"
25932598
lines-and-columns "^1.1.6"
25942599

2595-
parse5-htmlparser2-tree-adapter@^7.0.0:
2600+
parse5-htmlparser2-tree-adapter@^7.1.0:
25962601
version "7.1.0"
25972602
resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz#b5a806548ed893a43e24ccb42fbb78069311e81b"
25982603
integrity sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==
@@ -2607,13 +2612,20 @@ parse5-parser-stream@^7.1.2:
26072612
dependencies:
26082613
parse5 "^7.0.0"
26092614

2610-
parse5@^7.0.0, parse5@^7.1.2:
2615+
parse5@^7.0.0:
26112616
version "7.2.1"
26122617
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a"
26132618
integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==
26142619
dependencies:
26152620
entities "^4.5.0"
26162621

2622+
parse5@^7.3.0:
2623+
version "7.3.0"
2624+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
2625+
integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==
2626+
dependencies:
2627+
entities "^6.0.0"
2628+
26172629
path-exists@^4.0.0:
26182630
version "4.0.0"
26192631
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -3007,10 +3019,10 @@ undici-types@~6.21.0:
30073019
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
30083020
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
30093021

3010-
undici@^6.19.5:
3011-
version "6.21.1"
3012-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
3013-
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
3022+
undici@^7.10.0:
3023+
version "7.10.0"
3024+
resolved "https://registry.yarnpkg.com/undici/-/undici-7.10.0.tgz#8ae17a976acc6593b13c9ff3342840bea9b24670"
3025+
integrity sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==
30143026

30153027
update-browserslist-db@^1.1.1:
30163028
version "1.1.2"

0 commit comments

Comments
 (0)