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.15 (forgejo)' (#6229) from renovate/forgejo-katex-0.x into forgejo

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

Gusted 80179a37 8a8de046

+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.14", 33 + "katex": "0.16.15", 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.14", 11573 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz", 11574 - "integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==", 11572 + "version": "0.16.15", 11573 + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.15.tgz", 11574 + "integrity": "sha512-yE9YJIEAk2aZ+FL/G8r+UGw0CTUzEA8ZFy6E+8tc3spHUKq3qBnzCkI1CQwGoI9atJhVyFPEypQsTY7mJ1Pi9w==", 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.14", 32 + "katex": "0.16.15", 33 33 "mermaid": "11.4.1", 34 34 "mini-css-extract-plugin": "2.9.2", 35 35 "minimatch": "10.0.1",