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 minimatch to v9.0.5' (#4239) from renovate/minimatch-9.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4239
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+6 -5
+5 -4
package-lock.json
··· 35 35 "license-checker-webpack-plugin": "0.2.1", 36 36 "mermaid": "10.9.1", 37 37 "mini-css-extract-plugin": "2.9.0", 38 - "minimatch": "9.0.4", 38 + "minimatch": "9.0.5", 39 39 "monaco-editor": "0.47.0", 40 40 "monaco-editor-webpack-plugin": "7.1.0", 41 41 "pdfobject": "2.3.0", ··· 9162 9162 } 9163 9163 }, 9164 9164 "node_modules/minimatch": { 9165 - "version": "9.0.4", 9166 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", 9167 - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", 9165 + "version": "9.0.5", 9166 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 9167 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 9168 + "license": "ISC", 9168 9169 "dependencies": { 9169 9170 "brace-expansion": "^2.0.1" 9170 9171 },
+1 -1
package.json
··· 34 34 "license-checker-webpack-plugin": "0.2.1", 35 35 "mermaid": "10.9.1", 36 36 "mini-css-extract-plugin": "2.9.0", 37 - "minimatch": "9.0.4", 37 + "minimatch": "9.0.5", 38 38 "monaco-editor": "0.47.0", 39 39 "monaco-editor-webpack-plugin": "7.1.0", 40 40 "pdfobject": "2.3.0",