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.

Merge pull request 'Update dependency katex to v0.16.14 (forgejo)' (#6205) from renovate/forgejo-katex-0.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6205
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted c287a159 9b307172

+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.11", 33 + "katex": "0.16.14", 34 34 "mermaid": "11.4.1", 35 35 "mini-css-extract-plugin": "2.9.2", 36 36 "minimatch": "10.0.1", ··· 11569 11569 "license": "MIT" 11570 11570 }, 11571 11571 "node_modules/katex": { 11572 - "version": "0.16.11", 11573 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", 11574 - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", 11572 + "version": "0.16.14", 11573 + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz", 11574 + "integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==", 11575 11575 "funding": [ 11576 11576 "https://opencollective.com/katex", 11577 11577 "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.11", 32 + "katex": "0.16.14", 33 33 "mermaid": "11.4.1", 34 34 "mini-css-extract-plugin": "2.9.2", 35 35 "minimatch": "10.0.1",