mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	Update dependency minimatch to v10.0.3 (forgejo) (#8174)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minimatch](https://github.com/isaacs/minimatch) | dependencies | patch | [`10.0.2` -> `10.0.3`](https://renovatebot.com/diffs/npm/minimatch/10.0.2/10.0.3) | --- ### Release Notes <details> <summary>isaacs/minimatch (minimatch)</summary> ### [`v10.0.3`](https://github.com/isaacs/minimatch/compare/v10.0.2...v10.0.3) [Compare Source](https://github.com/isaacs/minimatch/compare/v10.0.2...v10.0.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC40IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8174 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
		
					parent
					
						
							
								09699c1506
							
						
					
				
			
			
				commit
				
					
						42514a4744
					
				
			
		
					 2 changed files with 27 additions and 27 deletions
				
			
		
							
								
								
									
										52
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -33,7 +33,7 @@ | |||
|         "katex": "0.16.22", | ||||
|         "mermaid": "11.6.0", | ||||
|         "mini-css-extract-plugin": "2.9.2", | ||||
|         "minimatch": "10.0.2", | ||||
|         "minimatch": "10.0.3", | ||||
|         "monaco-editor": "0.52.2", | ||||
|         "monaco-editor-webpack-plugin": "7.1.0", | ||||
|         "pdfobject": "2.3.0", | ||||
|  | @ -1748,6 +1748,27 @@ | |||
|         "url": "https://opencollective.com/libvips" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@isaacs/balanced-match": { | ||||
|       "version": "4.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", | ||||
|       "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": "20 || >=22" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@isaacs/brace-expansion": { | ||||
|       "version": "5.0.0", | ||||
|       "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz", | ||||
|       "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@isaacs/balanced-match": "^4.0.1" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "20 || >=22" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@isaacs/cliui": { | ||||
|       "version": "8.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", | ||||
|  | @ -11012,12 +11033,12 @@ | |||
|       } | ||||
|     }, | ||||
|     "node_modules/minimatch": { | ||||
|       "version": "10.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.2.tgz", | ||||
|       "integrity": "sha512-+9TJCIYXgZ2Dm5LxVCFsa8jOm+evMwXHFI0JM1XROmkfkpz8/iLLDh+TwSmyIBrs6C6Xu9294/fq8cBA+P6AqA==", | ||||
|       "version": "10.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", | ||||
|       "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", | ||||
|       "license": "ISC", | ||||
|       "dependencies": { | ||||
|         "brace-expansion": "^4.0.1" | ||||
|         "@isaacs/brace-expansion": "^5.0.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "20 || >=22" | ||||
|  | @ -11026,27 +11047,6 @@ | |||
|         "url": "https://github.com/sponsors/isaacs" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/minimatch/node_modules/balanced-match": { | ||||
|       "version": "3.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz", | ||||
|       "integrity": "sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==", | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": ">= 16" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/minimatch/node_modules/brace-expansion": { | ||||
|       "version": "4.0.1", | ||||
|       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.1.tgz", | ||||
|       "integrity": "sha512-YClrbvTCXGe70pU2JiEiPLYXO9gQkyxYeKpJIQHVS/gOs6EWMQP2RYBwjFLNT322Ji8TOC3IMPfsYCedNpzKfA==", | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "balanced-match": "^3.0.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">= 18" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/minimist": { | ||||
|       "version": "1.2.8", | ||||
|       "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", | ||||
|  |  | |||
|  | @ -32,7 +32,7 @@ | |||
|     "katex": "0.16.22", | ||||
|     "mermaid": "11.6.0", | ||||
|     "mini-css-extract-plugin": "2.9.2", | ||||
|     "minimatch": "10.0.2", | ||||
|     "minimatch": "10.0.3", | ||||
|     "monaco-editor": "0.52.2", | ||||
|     "monaco-editor-webpack-plugin": "7.1.0", | ||||
|     "pdfobject": "2.3.0", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue