Update dependency minimatch to v10.2.4 (forgejo) (#11523)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11523
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
Renovate Bot 2026-03-07 00:49:57 +01:00 committed by Gusted
parent df79ccf7d8
commit c0d8c3221f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -57,7 +57,7 @@
"katex": "0.16.33",
"mermaid": "11.12.3",
"mini-css-extract-plugin": "2.10.0",
"minimatch": "10.2.3",
"minimatch": "10.2.4",
"pdfobject": "2.3.0",
"postcss": "8.5.6",
"postcss-loader": "8.2.1",
@ -11759,9 +11759,9 @@
}
},
"node_modules/minimatch": {
"version": "10.2.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz",
"integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==",
"version": "10.2.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
"license": "BlueOak-1.0.0",
"dependencies": {
"brace-expansion": "^5.0.2"
@ -11783,9 +11783,9 @@
}
},
"node_modules/minimatch/node_modules/brace-expansion": {
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
"license": "MIT",
"dependencies": {
"balanced-match": "^4.0.2"

View file

@ -56,7 +56,7 @@
"katex": "0.16.33",
"mermaid": "11.12.3",
"mini-css-extract-plugin": "2.10.0",
"minimatch": "10.2.3",
"minimatch": "10.2.4",
"pdfobject": "2.3.0",
"postcss": "8.5.6",
"postcss-loader": "8.2.1",