loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency katex to v0.16.18 (forgejo) (#6319)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6319
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Michael Kriese
a941b878 06dac2b4

+5 -5
+4 -4
package-lock.json
··· 30 30 "htmx.org": "1.9.12", 31 31 "idiomorph": "0.3.0", 32 32 "jquery": "3.7.1", 33 - "katex": "0.16.17", 33 + "katex": "0.16.18", 34 34 "mermaid": "11.4.1", 35 35 "mini-css-extract-plugin": "2.9.2", 36 36 "minimatch": "10.0.1", ··· 10333 10333 "license": "MIT" 10334 10334 }, 10335 10335 "node_modules/katex": { 10336 - "version": "0.16.17", 10337 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.17.tgz", 10338 - "integrity": "sha512-OyzSrXBllz+Jdc9Auiw0kt21gbZ4hkz8Q5srVAb2U9INcYIfGKbxe+bvNvEz1bQ/NrDeRRho5eLCyk/L03maAw==", 10336 + "version": "0.16.18", 10337 + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.18.tgz", 10338 + "integrity": "sha512-LRuk0rPdXrecAFwQucYjMiIs0JFefk6N1q/04mlw14aVIVgxq1FO0MA9RiIIGVaKOB5GIP5GH4aBBNraZERmaQ==", 10339 10339 "funding": [ 10340 10340 "https://opencollective.com/katex", 10341 10341 "https://github.com/sponsors/katex"
+1 -1
package.json
··· 29 29 "htmx.org": "1.9.12", 30 30 "idiomorph": "0.3.0", 31 31 "jquery": "3.7.1", 32 - "katex": "0.16.17", 32 + "katex": "0.16.18", 33 33 "mermaid": "11.4.1", 34 34 "mini-css-extract-plugin": "2.9.2", 35 35 "minimatch": "10.0.1",