Skip to content

Commit 2a163ce

Browse files
Bump rehype-katex from 6.0.3 to 7.0.1
Bumps [rehype-katex](https://github.com/remarkjs/remark-math) from 6.0.3 to 7.0.1. - [Release notes](https://github.com/remarkjs/remark-math/releases) - [Commits](https://github.com/remarkjs/remark-math/compare/[email protected]@7.0.1) --- updated-dependencies: - dependency-name: rehype-katex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e6370b commit 2a163ce

File tree

2 files changed

+112
-49
lines changed

2 files changed

+112
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"reading-time": "1.5.0",
3232
"rehype-autolink-headings": "^6.1.0",
3333
"rehype-citation": "^1.0.2",
34-
"rehype-katex": "^6.0.3",
34+
"rehype-katex": "^7.0.1",
3535
"rehype-preset-minify": "6.0.0",
3636
"rehype-prism-plus": "^1.6.0",
3737
"rehype-slug": "^6.0.0",

yarn.lock

Lines changed: 111 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3640,13 +3640,6 @@ __metadata:
36403640
languageName: node
36413641
linkType: hard
36423642

3643-
"@types/katex@npm:^0.14.0":
3644-
version: 0.14.0
3645-
resolution: "@types/katex@npm:0.14.0"
3646-
checksum: 330e0d0337ba48c87f5b793965fbad673653789bf6e50dfe8d726a7b0cbefd37195055e31503aae629814aa79447e4f23a4b87ad1ac565c0d9a9d9978836f39b
3647-
languageName: node
3648-
linkType: hard
3649-
36503643
"@types/katex@npm:^0.16.0":
36513644
version: 0.16.7
36523645
resolution: "@types/katex@npm:0.16.7"
@@ -5488,7 +5481,7 @@ __metadata:
54885481
reading-time: 1.5.0
54895482
rehype-autolink-headings: ^6.1.0
54905483
rehype-citation: ^1.0.2
5491-
rehype-katex: ^6.0.3
5484+
rehype-katex: ^7.0.1
54925485
rehype-preset-minify: 6.0.0
54935486
rehype-prism-plus: ^1.6.0
54945487
rehype-slug: ^6.0.0
@@ -7026,7 +7019,7 @@ __metadata:
70267019
languageName: node
70277020
linkType: hard
70287021

7029-
"hast-util-from-dom@npm:^4.0.0, hast-util-from-dom@npm:^4.2.0":
7022+
"hast-util-from-dom@npm:^4.2.0":
70307023
version: 4.2.0
70317024
resolution: "hast-util-from-dom@npm:4.2.0"
70327025
dependencies:
@@ -7036,28 +7029,40 @@ __metadata:
70367029
languageName: node
70377030
linkType: hard
70387031

7039-
"hast-util-from-html-isomorphic@npm:^1.0.0":
7040-
version: 1.0.0
7041-
resolution: "hast-util-from-html-isomorphic@npm:1.0.0"
7032+
"hast-util-from-dom@npm:^5.0.0":
7033+
version: 5.0.0
7034+
resolution: "hast-util-from-dom@npm:5.0.0"
70427035
dependencies:
7043-
"@types/hast": ^2.0.0
7044-
hast-util-from-dom: ^4.0.0
7045-
hast-util-from-html: ^1.0.0
7046-
unist-util-remove-position: ^4.0.0
7047-
checksum: a72786d6757a1a38d76cf74ba86fecfaf0690d465dcae477bfa7199ec03d364ba964f658331406ee7e62e912186df6d4ff38fc3ad050e0e3d8bc33a653df060d
7036+
"@types/hast": ^3.0.0
7037+
hastscript: ^8.0.0
7038+
web-namespaces: ^2.0.0
7039+
checksum: bf8f96c480a598b42156227be2210bbb7a08da519ae4d57814385c8560b01e2b6b5fbde2afce808ce7ba7c5cd172822d4285b8f5edde2d13089bc9c3177c0d09
70487040
languageName: node
70497041
linkType: hard
70507042

7051-
"hast-util-from-html@npm:^1.0.0":
7052-
version: 1.0.2
7053-
resolution: "hast-util-from-html@npm:1.0.2"
7043+
"hast-util-from-html-isomorphic@npm:^2.0.0":
7044+
version: 2.0.0
7045+
resolution: "hast-util-from-html-isomorphic@npm:2.0.0"
70547046
dependencies:
7055-
"@types/hast": ^2.0.0
7056-
hast-util-from-parse5: ^7.0.0
7047+
"@types/hast": ^3.0.0
7048+
hast-util-from-dom: ^5.0.0
7049+
hast-util-from-html: ^2.0.0
7050+
unist-util-remove-position: ^5.0.0
7051+
checksum: a98d02890bd1b5a804a1b2aaacd0332a6563f2a8df620450e38ab8962728cda0485cd29435824840621d1e653943776864e912d78d24cce6a7f484011ee7cef0
7052+
languageName: node
7053+
linkType: hard
7054+
7055+
"hast-util-from-html@npm:^2.0.0":
7056+
version: 2.0.2
7057+
resolution: "hast-util-from-html@npm:2.0.2"
7058+
dependencies:
7059+
"@types/hast": ^3.0.0
7060+
devlop: ^1.1.0
7061+
hast-util-from-parse5: ^8.0.0
70577062
parse5: ^7.0.0
7058-
vfile: ^5.0.0
7059-
vfile-message: ^3.0.0
7060-
checksum: 81cbda7dfa4c02fcb4e4359a48e25ebee7bef133dc607c2c036c53df27efacdfa22313a86398391ef22b31decda98c7110f1b441c5a48f419514be6b5d4b5603
7063+
vfile: ^6.0.0
7064+
vfile-message: ^4.0.0
7065+
checksum: 6994350ced23355a0b20b605ff457703beaf237a6a4e798ae38a4c9623fd134d7537e69a7201eec6e81043d3a53ad5abdefdeb031cf5d594a889f7df40e24728
70617066
languageName: node
70627067
linkType: hard
70637068

@@ -7076,6 +7081,22 @@ __metadata:
70767081
languageName: node
70777082
linkType: hard
70787083

7084+
"hast-util-from-parse5@npm:^8.0.0":
7085+
version: 8.0.1
7086+
resolution: "hast-util-from-parse5@npm:8.0.1"
7087+
dependencies:
7088+
"@types/hast": ^3.0.0
7089+
"@types/unist": ^3.0.0
7090+
devlop: ^1.0.0
7091+
hastscript: ^8.0.0
7092+
property-information: ^6.0.0
7093+
vfile: ^6.0.0
7094+
vfile-location: ^5.0.0
7095+
web-namespaces: ^2.0.0
7096+
checksum: fdd1ab8b03af13778ecb94ef9a58b1e3528410cdfceb3d6bb7600508967d0d836b451bc7bc3baf66efb7c730d3d395eea4bb1b30352b0162823d9f0de976774b
7097+
languageName: node
7098+
linkType: hard
7099+
70797100
"hast-util-from-string@npm:^2.0.0":
70807101
version: 2.0.0
70817102
resolution: "hast-util-from-string@npm:2.0.0"
@@ -7147,6 +7168,15 @@ __metadata:
71477168
languageName: node
71487169
linkType: hard
71497170

7171+
"hast-util-is-element@npm:^3.0.0":
7172+
version: 3.0.0
7173+
resolution: "hast-util-is-element@npm:3.0.0"
7174+
dependencies:
7175+
"@types/hast": ^3.0.0
7176+
checksum: 82569a420eda5877c52fdbbdbe26675f012c02d70813dfd19acffdee328e42e4bd0b7ae34454cfcbcb932b2bedbd7ddc119f943a0cfb234120f9456d6c0c4331
7177+
languageName: node
7178+
linkType: hard
7179+
71507180
"hast-util-is-event-handler@npm:^2.0.0":
71517181
version: 2.0.0
71527182
resolution: "hast-util-is-event-handler@npm:2.0.0"
@@ -7174,6 +7204,15 @@ __metadata:
71747204
languageName: node
71757205
linkType: hard
71767206

7207+
"hast-util-parse-selector@npm:^4.0.0":
7208+
version: 4.0.0
7209+
resolution: "hast-util-parse-selector@npm:4.0.0"
7210+
dependencies:
7211+
"@types/hast": ^3.0.0
7212+
checksum: 76087670d3b0b50b23a6cb70bca53a6176d6608307ccdbb3ed18b650b82e7c3513bfc40348f1389dc0c5ae872b9a768851f4335f44654abd7deafd6974c52402
7213+
languageName: node
7214+
linkType: hard
7215+
71777216
"hast-util-raw@npm:^7.0.0":
71787217
version: 7.2.3
71797218
resolution: "hast-util-raw@npm:7.2.3"
@@ -7356,15 +7395,15 @@ __metadata:
73567395
languageName: node
73577396
linkType: hard
73587397

7359-
"hast-util-to-text@npm:^3.1.0":
7360-
version: 3.1.2
7361-
resolution: "hast-util-to-text@npm:3.1.2"
7398+
"hast-util-to-text@npm:^4.0.0":
7399+
version: 4.0.2
7400+
resolution: "hast-util-to-text@npm:4.0.2"
73627401
dependencies:
7363-
"@types/hast": ^2.0.0
7364-
"@types/unist": ^2.0.0
7365-
hast-util-is-element: ^2.0.0
7366-
unist-util-find-after: ^4.0.0
7367-
checksum: d17cf3344c1d584ddd811cbb78d25b6c9819e62c8edb9643b53be38083fd978a6fa9a5bf6e6cd7b5ea48d30d9edc2859acae40b8bb89e166bebcda6017d4703d
7402+
"@types/hast": ^3.0.0
7403+
"@types/unist": ^3.0.0
7404+
hast-util-is-element: ^3.0.0
7405+
unist-util-find-after: ^5.0.0
7406+
checksum: 72cce08666b86511595d3eef52236b86897cfbac166f2a0752b70b16d1f590b5aa91ea1a553c0d1603f9e0c7e373ceacab381be3d8f176129ad6e301d2a56d94
73687407
languageName: node
73697408
linkType: hard
73707409

@@ -7397,6 +7436,19 @@ __metadata:
73977436
languageName: node
73987437
linkType: hard
73997438

7439+
"hastscript@npm:^8.0.0":
7440+
version: 8.0.0
7441+
resolution: "hastscript@npm:8.0.0"
7442+
dependencies:
7443+
"@types/hast": ^3.0.0
7444+
comma-separated-tokens: ^2.0.0
7445+
hast-util-parse-selector: ^4.0.0
7446+
property-information: ^6.0.0
7447+
space-separated-tokens: ^2.0.0
7448+
checksum: ae3c20223e7b847320c0f98b6fb3c763ebe1bf3913c5805fbc176cf84553a9db1117ca34cf842a5235890b4b9ae0e94501bfdc9a9b870a5dbf5fc52426db1097
7449+
languageName: node
7450+
linkType: hard
7451+
74007452
"html-enumerated-attributes@npm:^0.1.0":
74017453
version: 0.1.0
74027454
resolution: "html-enumerated-attributes@npm:0.1.0"
@@ -11310,17 +11362,18 @@ __metadata:
1131011362
languageName: node
1131111363
linkType: hard
1131211364

11313-
"rehype-katex@npm:^6.0.3":
11314-
version: 6.0.3
11315-
resolution: "rehype-katex@npm:6.0.3"
11365+
"rehype-katex@npm:^7.0.1":
11366+
version: 7.0.1
11367+
resolution: "rehype-katex@npm:7.0.1"
1131611368
dependencies:
11317-
"@types/hast": ^2.0.0
11318-
"@types/katex": ^0.14.0
11319-
hast-util-from-html-isomorphic: ^1.0.0
11320-
hast-util-to-text: ^3.1.0
11369+
"@types/hast": ^3.0.0
11370+
"@types/katex": ^0.16.0
11371+
hast-util-from-html-isomorphic: ^2.0.0
11372+
hast-util-to-text: ^4.0.0
1132111373
katex: ^0.16.0
11322-
unist-util-visit: ^4.0.0
11323-
checksum: 164905b6428c43fae065f8383278503ed1fab34c2c59e12325f89e794a3380d1ac9ae8691ad95bdebf11a02625c6877c0249e32c175e038d537e6fa47784ad7e
11374+
unist-util-visit-parents: ^6.0.0
11375+
vfile: ^6.0.0
11376+
checksum: d8f90f2b481fcf8a922410b812dbaed253a488bf61f4981b7b37d4983845060c1fcefb1690063e31ecfb941fb6ef6858e1a044e2f8c6146687266df1f6423a7b
1132411377
languageName: node
1132511378
linkType: hard
1132611379

@@ -13124,13 +13177,13 @@ __metadata:
1312413177
languageName: node
1312513178
linkType: hard
1312613179

13127-
"unist-util-find-after@npm:^4.0.0":
13128-
version: 4.0.1
13129-
resolution: "unist-util-find-after@npm:4.0.1"
13180+
"unist-util-find-after@npm:^5.0.0":
13181+
version: 5.0.0
13182+
resolution: "unist-util-find-after@npm:5.0.0"
1313013183
dependencies:
13131-
"@types/unist": ^2.0.0
13132-
unist-util-is: ^5.0.0
13133-
checksum: bed7e7a1a87539bea0b33ddc9ce8e2f3fdd4a7c87e143a848ed5bbb4cf9c563ade7ecf80b3ee5a38f9ad9e6af29cdb8cdde9001eea92542cbb14784f5add7019
13184+
"@types/unist": ^3.0.0
13185+
unist-util-is: ^6.0.0
13186+
checksum: e64bd5ebee7ac021cf990bf33e9ec29fc6452159187d4a7fa0f77334bea8e378fea7a7fb0bcf957300b2ffdba902ff25b62c165fc8b86309613da35ad793ada0
1313413187
languageName: node
1313513188
linkType: hard
1313613189

@@ -13354,6 +13407,16 @@ __metadata:
1335413407
languageName: node
1335513408
linkType: hard
1335613409

13410+
"vfile-location@npm:^5.0.0":
13411+
version: 5.0.3
13412+
resolution: "vfile-location@npm:5.0.3"
13413+
dependencies:
13414+
"@types/unist": ^3.0.0
13415+
vfile: ^6.0.0
13416+
checksum: bfb3821b6981b6e9aa369bed67a40090b800562064ea312e84437762562df3225a0ca922695389cc0ef1e115f19476c363f53e3ed44dec17c50678b7670b5f2b
13417+
languageName: node
13418+
linkType: hard
13419+
1335713420
"vfile-message@npm:^3.0.0":
1335813421
version: 3.1.4
1335913422
resolution: "vfile-message@npm:3.1.4"

0 commit comments

Comments
 (0)