mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-28 11:14:54 -04:00
Update dependency minimatch to v10.2.5 (forgejo) (#11937)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11937 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
3982685c35
commit
64d19661ce
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -57,7 +57,7 @@
|
|||
"katex": "0.16.44",
|
||||
"mermaid": "11.14.0",
|
||||
"mini-css-extract-plugin": "2.10.0",
|
||||
"minimatch": "10.2.4",
|
||||
"minimatch": "10.2.5",
|
||||
"pdfobject": "2.3.0",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-loader": "8.2.1",
|
||||
|
|
@ -12169,12 +12169,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "10.2.4",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
||||
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
||||
"version": "10.2.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
||||
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^5.0.2"
|
||||
"brace-expansion": "^5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18 || 20 || >=22"
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"katex": "0.16.44",
|
||||
"mermaid": "11.14.0",
|
||||
"mini-css-extract-plugin": "2.10.0",
|
||||
"minimatch": "10.2.4",
|
||||
"minimatch": "10.2.5",
|
||||
"pdfobject": "2.3.0",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-loader": "8.2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue