generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump rehype-katex from 5.0.0 to 6.0.3
Bumps [rehype-katex](https://github.com/remarkjs/remark-math) from 5.0.0 to 6.0.3. - [Release notes](https://github.com/remarkjs/remark-math/releases) - [Commits](https://github.com/remarkjs/remark-math/compare/[email protected]@6.0.3) --- updated-dependencies: - dependency-name: rehype-katex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
73f918f
commit f283f96
Showing
2 changed files
with
160 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2347,9 +2347,10 @@ | |
version "7.0.11" | ||
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz" | ||
|
||
"@types/katex@^0.11.0": | ||
version "0.11.1" | ||
resolved "https://registry.npmjs.org/@types/katex/-/katex-0.11.1.tgz" | ||
"@types/katex@^0.14.0": | ||
version "0.14.0" | ||
resolved "https://registry.yarnpkg.com/@types/katex/-/katex-0.14.0.tgz#b84c0afc3218069a5ad64fe2a95321881021b5fe" | ||
integrity sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA== | ||
|
||
"@types/mdast@^3.0.0": | ||
version "3.0.10" | ||
|
@@ -3260,6 +3261,11 @@ comma-separated-tokens@^1.0.0: | |
version "1.0.8" | ||
resolved "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz" | ||
|
||
comma-separated-tokens@^2.0.0: | ||
version "2.0.3" | ||
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee" | ||
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg== | ||
|
||
commander@7, commander@^7.2.0: | ||
version "7.2.0" | ||
resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" | ||
|
@@ -3272,7 +3278,7 @@ commander@^5.1.0: | |
version "5.1.0" | ||
resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz" | ||
|
||
commander@^8.0.0, commander@^8.3.0: | ||
commander@^8.3.0: | ||
version "8.3.0" | ||
resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" | ||
|
||
|
@@ -4820,6 +4826,35 @@ hast-to-hyperscript@^9.0.0: | |
unist-util-is "^4.0.0" | ||
web-namespaces "^1.0.0" | ||
|
||
hast-util-from-dom@^4.0.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-dom/-/hast-util-from-dom-4.2.0.tgz#25836ddecc3cc0849d32749c2a7aec03e94b59a7" | ||
integrity sha512-t1RJW/OpJbCAJQeKi3Qrj1cAOLA0+av/iPFori112+0X7R3wng+jxLA+kXec8K4szqPRGI8vPxbbpEYvvpwaeQ== | ||
dependencies: | ||
hastscript "^7.0.0" | ||
web-namespaces "^2.0.0" | ||
|
||
hast-util-from-html-isomorphic@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-1.0.0.tgz#592b2bea880d476665b76ca1cf7d1a94925c80ec" | ||
integrity sha512-Yu480AKeOEN/+l5LA674a+7BmIvtDj24GvOt7MtQWuhzUwlaaRWdEPXAh3Qm5vhuthpAipFb2vTetKXWOjmTvw== | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
hast-util-from-dom "^4.0.0" | ||
hast-util-from-html "^1.0.0" | ||
unist-util-remove-position "^4.0.0" | ||
|
||
hast-util-from-html@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-1.0.2.tgz#2482fd701b2d8270b912b3909d6fb645d4a346cf" | ||
integrity sha512-LhrTA2gfCbLOGJq2u/asp4kwuG0y6NhWTXiPKP+n0qNukKy7hc10whqqCFfyvIA1Q5U5d0sp9HhNim9gglEH4A== | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
hast-util-from-parse5 "^7.0.0" | ||
parse5 "^7.0.0" | ||
vfile "^5.0.0" | ||
vfile-message "^3.0.0" | ||
|
||
hast-util-from-parse5@^6.0.0: | ||
version "6.0.1" | ||
resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz" | ||
|
@@ -4831,21 +4866,37 @@ hast-util-from-parse5@^6.0.0: | |
vfile-location "^3.2.0" | ||
web-namespaces "^1.0.0" | ||
|
||
[email protected]: | ||
hast-util-from-parse5@^7.0.0: | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz#aecfef73e3ceafdfa4550716443e4eb7b02e22b0" | ||
integrity sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw== | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
"@types/unist" "^2.0.0" | ||
hastscript "^7.0.0" | ||
property-information "^6.0.0" | ||
vfile "^5.0.0" | ||
vfile-location "^4.0.0" | ||
web-namespaces "^2.0.0" | ||
|
||
[email protected], hast-util-is-element@^2.0.0: | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz#cd3279cfefb70da6d45496068f020742256fc471" | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
"@types/unist" "^2.0.0" | ||
|
||
hast-util-is-element@^1.0.0: | ||
version "1.1.0" | ||
resolved "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz" | ||
|
||
hast-util-parse-selector@^2.0.0: | ||
version "2.2.5" | ||
resolved "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz" | ||
|
||
hast-util-parse-selector@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz#25ab00ae9e75cbc62cf7a901f68a247eade659e2" | ||
integrity sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA== | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
|
||
[email protected]: | ||
version "6.0.1" | ||
resolved "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz" | ||
|
@@ -4871,13 +4922,15 @@ hast-util-to-parse5@^6.0.0: | |
xtend "^4.0.0" | ||
zwitch "^1.0.0" | ||
|
||
hast-util-to-text@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-2.0.1.tgz" | ||
hast-util-to-text@^3.1.0: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/hast-util-to-text/-/hast-util-to-text-3.1.2.tgz#ecf30c47141f41e91a5d32d0b1e1859fd2ac04f2" | ||
integrity sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw== | ||
dependencies: | ||
hast-util-is-element "^1.0.0" | ||
repeat-string "^1.0.0" | ||
unist-util-find-after "^3.0.0" | ||
"@types/hast" "^2.0.0" | ||
"@types/unist" "^2.0.0" | ||
hast-util-is-element "^2.0.0" | ||
unist-util-find-after "^4.0.0" | ||
|
||
hastscript@^6.0.0: | ||
version "6.0.0" | ||
|
@@ -4889,6 +4942,17 @@ hastscript@^6.0.0: | |
property-information "^5.0.0" | ||
space-separated-tokens "^1.0.0" | ||
|
||
hastscript@^7.0.0: | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-7.2.0.tgz#0eafb7afb153d047077fa2a833dc9b7ec604d10b" | ||
integrity sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw== | ||
dependencies: | ||
"@types/hast" "^2.0.0" | ||
comma-separated-tokens "^2.0.0" | ||
hast-util-parse-selector "^3.0.0" | ||
property-information "^6.0.0" | ||
space-separated-tokens "^2.0.0" | ||
|
||
he@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz" | ||
|
@@ -5413,11 +5477,12 @@ jsonfile@^6.0.1: | |
optionalDependencies: | ||
graceful-fs "^4.1.6" | ||
|
||
katex@^0.13.0: | ||
version "0.13.24" | ||
resolved "https://registry.npmjs.org/katex/-/katex-0.13.24.tgz" | ||
katex@^0.16.0: | ||
version "0.16.8" | ||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.8.tgz#89b453f40e8557f423f31a1009e9298dd99d5ceb" | ||
integrity sha512-ftuDnJbcbOckGY11OO+zg3OofESlbR5DRl2cmN8HeWeeFIV7wTXvAOx8kEjZjobhA+9wh2fbKeO6cdcA9Mnovg== | ||
dependencies: | ||
commander "^8.0.0" | ||
commander "^8.3.0" | ||
|
||
keyv@^3.0.0: | ||
version "3.1.0" | ||
|
@@ -6548,6 +6613,11 @@ property-information@^5.0.0, property-information@^5.3.0: | |
dependencies: | ||
xtend "^4.0.0" | ||
|
||
property-information@^6.0.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.3.0.tgz#ba4a06ec6b4e1e90577df9931286953cdf4282c3" | ||
integrity sha512-gVNZ74nqhRMiIUYWGQdosYetaKc83x8oT41a0LlV3AAFCAZwCpg4vmGkq8t34+cUhp3cnM4XDiU/7xlgK7HGrg== | ||
|
||
proxy-addr@~2.0.7: | ||
version "2.0.7" | ||
resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" | ||
|
@@ -6902,23 +6972,17 @@ regjsparser@^0.8.2: | |
dependencies: | ||
jsesc "~0.5.0" | ||
|
||
rehype-katex@5: | ||
version "5.0.0" | ||
resolved "https://registry.npmjs.org/rehype-katex/-/rehype-katex-5.0.0.tgz" | ||
dependencies: | ||
"@types/katex" "^0.11.0" | ||
hast-util-to-text "^2.0.0" | ||
katex "^0.13.0" | ||
rehype-parse "^7.0.0" | ||
unified "^9.0.0" | ||
unist-util-visit "^2.0.0" | ||
|
||
rehype-parse@^7.0.0: | ||
version "7.0.1" | ||
resolved "https://registry.npmjs.org/rehype-parse/-/rehype-parse-7.0.1.tgz" | ||
rehype-katex@6: | ||
version "6.0.3" | ||
resolved "https://registry.yarnpkg.com/rehype-katex/-/rehype-katex-6.0.3.tgz#83e5b929b0967978e9491c02117f55be3594d7e1" | ||
integrity sha512-ByZlRwRUcWegNbF70CVRm2h/7xy7jQ3R9LaY4VVSvjnoVWwWVhNL60DiZsBpC5tSzYQOCvDbzncIpIjPZWodZA== | ||
dependencies: | ||
hast-util-from-parse5 "^6.0.0" | ||
parse5 "^6.0.0" | ||
"@types/hast" "^2.0.0" | ||
"@types/katex" "^0.14.0" | ||
hast-util-from-html-isomorphic "^1.0.0" | ||
hast-util-to-text "^3.1.0" | ||
katex "^0.16.0" | ||
unist-util-visit "^4.0.0" | ||
|
||
relateurl@^0.2.7: | ||
version "0.2.7" | ||
|
@@ -7001,7 +7065,7 @@ renderkid@^3.0.0: | |
lodash "^4.17.21" | ||
strip-ansi "^6.0.1" | ||
|
||
repeat-string@^1.0.0, repeat-string@^1.5.4: | ||
repeat-string@^1.5.4: | ||
version "1.6.1" | ||
resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" | ||
|
||
|
@@ -7397,6 +7461,11 @@ space-separated-tokens@^1.0.0: | |
version "1.1.5" | ||
resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz" | ||
|
||
space-separated-tokens@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f" | ||
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q== | ||
|
||
spdx-correct@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz" | ||
|
@@ -7865,7 +7934,7 @@ unicode-property-aliases-ecmascript@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz" | ||
|
||
[email protected], unified@^9.0.0: | ||
[email protected]: | ||
version "9.2.0" | ||
resolved "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz" | ||
dependencies: | ||
|
@@ -7897,11 +7966,13 @@ [email protected], unist-builder@^2.0.0: | |
version "2.0.3" | ||
resolved "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz" | ||
|
||
unist-util-find-after@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz" | ||
unist-util-find-after@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/unist-util-find-after/-/unist-util-find-after-4.0.1.tgz#80c69c92b0504033638ce11973f4135f2c822e2d" | ||
integrity sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw== | ||
dependencies: | ||
unist-util-is "^4.0.0" | ||
"@types/unist" "^2.0.0" | ||
unist-util-is "^5.0.0" | ||
|
||
unist-util-generated@^1.0.0: | ||
version "1.1.6" | ||
|
@@ -7928,6 +7999,14 @@ unist-util-remove-position@^2.0.0: | |
dependencies: | ||
unist-util-visit "^2.0.0" | ||
|
||
unist-util-remove-position@^4.0.0: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz#a89be6ea72e23b1a402350832b02a91f6a9afe51" | ||
integrity sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
unist-util-visit "^4.0.0" | ||
|
||
unist-util-remove@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz" | ||
|
@@ -7940,6 +8019,13 @@ unist-util-stringify-position@^2.0.0: | |
dependencies: | ||
"@types/unist" "^2.0.2" | ||
|
||
unist-util-stringify-position@^3.0.0: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz#03ad3348210c2d930772d64b489580c13a7db39d" | ||
integrity sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
|
||
unist-util-visit-parents@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz" | ||
|
@@ -7963,7 +8049,7 @@ [email protected], unist-util-visit@^2.0.0, unist-util-visit@^2.0.3: | |
unist-util-is "^4.0.0" | ||
unist-util-visit-parents "^3.0.0" | ||
|
||
unist-util-visit@^4.1.2: | ||
unist-util-visit@^4.0.0, unist-util-visit@^4.1.2: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz#125a42d1eb876283715a3cb5cceaa531828c72e2" | ||
integrity sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg== | ||
|
@@ -8087,13 +8173,29 @@ vfile-location@^3.0.0, vfile-location@^3.2.0: | |
version "3.2.0" | ||
resolved "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz" | ||
|
||
vfile-location@^4.0.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-4.1.0.tgz#69df82fb9ef0a38d0d02b90dd84620e120050dd0" | ||
integrity sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
vfile "^5.0.0" | ||
|
||
vfile-message@^2.0.0: | ||
version "2.0.4" | ||
resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz" | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
unist-util-stringify-position "^2.0.0" | ||
|
||
vfile-message@^3.0.0: | ||
version "3.1.4" | ||
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.1.4.tgz#15a50816ae7d7c2d1fa87090a7f9f96612b59dea" | ||
integrity sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
unist-util-stringify-position "^3.0.0" | ||
|
||
vfile@^4.0.0: | ||
version "4.2.1" | ||
resolved "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz" | ||
|
@@ -8103,6 +8205,16 @@ vfile@^4.0.0: | |
unist-util-stringify-position "^2.0.0" | ||
vfile-message "^2.0.0" | ||
|
||
vfile@^5.0.0: | ||
version "5.3.7" | ||
resolved "https://registry.yarnpkg.com/vfile/-/vfile-5.3.7.tgz#de0677e6683e3380fafc46544cfe603118826ab7" | ||
integrity sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g== | ||
dependencies: | ||
"@types/unist" "^2.0.0" | ||
is-buffer "^2.0.0" | ||
unist-util-stringify-position "^3.0.0" | ||
vfile-message "^3.0.0" | ||
|
||
viz.js@^1.8.2: | ||
version "1.8.2" | ||
resolved "https://registry.npmjs.org/viz.js/-/viz.js-1.8.2.tgz" | ||
|
@@ -8134,6 +8246,11 @@ web-namespaces@^1.0.0: | |
version "1.1.4" | ||
resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz" | ||
|
||
web-namespaces@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692" | ||
integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ== | ||
|
||
web-streams-polyfill@^3.0.3: | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" | ||
|