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 mini-css-extract-plugin to v2.9.1 (forgejo)' (#5020) from renovate/forgejo-mini-css-extract-plugin-2.x into forgejo

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

Gusted 85cd07a2 3b8ac438

+5 -5
+4 -4
package-lock.json
··· 31 31 "jquery": "3.7.1", 32 32 "katex": "0.16.11", 33 33 "mermaid": "10.9.1", 34 - "mini-css-extract-plugin": "2.9.0", 34 + "mini-css-extract-plugin": "2.9.1", 35 35 "minimatch": "10.0.1", 36 36 "monaco-editor": "0.50.0", 37 37 "monaco-editor-webpack-plugin": "7.1.0", ··· 9762 9762 } 9763 9763 }, 9764 9764 "node_modules/mini-css-extract-plugin": { 9765 - "version": "2.9.0", 9766 - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", 9767 - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", 9765 + "version": "2.9.1", 9766 + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz", 9767 + "integrity": "sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==", 9768 9768 "license": "MIT", 9769 9769 "dependencies": { 9770 9770 "schema-utils": "^4.0.0",
+1 -1
package.json
··· 30 30 "jquery": "3.7.1", 31 31 "katex": "0.16.11", 32 32 "mermaid": "10.9.1", 33 - "mini-css-extract-plugin": "2.9.0", 33 + "mini-css-extract-plugin": "2.9.1", 34 34 "minimatch": "10.0.1", 35 35 "monaco-editor": "0.50.0", 36 36 "monaco-editor-webpack-plugin": "7.1.0",