mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	fix(deps): update dependency mermaid to v11.5.0
This commit is contained in:
		
							parent
							
								
									f487348cc5
								
							
						
					
					
						commit
						618bba71da
					
				
							
								
								
									
										47
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										47
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -73,7 +73,7 @@ | |||||||
|         "leaflet-gpx": "2.1.2", |         "leaflet-gpx": "2.1.2", | ||||||
|         "mark.js": "8.11.1", |         "mark.js": "8.11.1", | ||||||
|         "marked": "15.0.7", |         "marked": "15.0.7", | ||||||
|         "mermaid": "11.4.1", |         "mermaid": "11.5.0", | ||||||
|         "mime-types": "2.1.35", |         "mime-types": "2.1.35", | ||||||
|         "mind-elixir": "4.4.1", |         "mind-elixir": "4.4.1", | ||||||
|         "multer": "1.4.5-lts.1", |         "multer": "1.4.5-lts.1", | ||||||
| @ -15068,43 +15068,44 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/mermaid": { |     "node_modules/mermaid": { | ||||||
|       "version": "11.4.1", |       "version": "11.5.0", | ||||||
|       "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.4.1.tgz", |       "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.5.0.tgz", | ||||||
|       "integrity": "sha512-Mb01JT/x6CKDWaxigwfZYuYmDZ6xtrNwNlidKZwkSrDaY9n90tdrJTV5Umk+wP1fZscGptmKFXHsXMDEVZ+Q6A==", |       "integrity": "sha512-IYhyukID3zzDj1EihKiN1lp+PXNImoJ3Iyz73qeDAgnus4BNGsJV1n471P4PyeGxPVONerZxignwGxGTSwZnlg==", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@braintree/sanitize-url": "^7.0.1", |         "@braintree/sanitize-url": "^7.0.4", | ||||||
|         "@iconify/utils": "^2.1.32", |         "@iconify/utils": "^2.1.33", | ||||||
|         "@mermaid-js/parser": "^0.3.0", |         "@mermaid-js/parser": "^0.3.0", | ||||||
|         "@types/d3": "^7.4.3", |         "@types/d3": "^7.4.3", | ||||||
|         "cytoscape": "^3.29.2", |         "cytoscape": "^3.29.3", | ||||||
|         "cytoscape-cose-bilkent": "^4.1.0", |         "cytoscape-cose-bilkent": "^4.1.0", | ||||||
|         "cytoscape-fcose": "^2.2.0", |         "cytoscape-fcose": "^2.2.0", | ||||||
|         "d3": "^7.9.0", |         "d3": "^7.9.0", | ||||||
|         "d3-sankey": "^0.12.3", |         "d3-sankey": "^0.12.3", | ||||||
|         "dagre-d3-es": "7.0.11", |         "dagre-d3-es": "7.0.11", | ||||||
|         "dayjs": "^1.11.10", |         "dayjs": "^1.11.13", | ||||||
|         "dompurify": "^3.2.1", |         "dompurify": "^3.2.4", | ||||||
|         "katex": "^0.16.9", |         "katex": "^0.16.9", | ||||||
|         "khroma": "^2.1.0", |         "khroma": "^2.1.0", | ||||||
|         "lodash-es": "^4.17.21", |         "lodash-es": "^4.17.21", | ||||||
|         "marked": "^13.0.2", |         "marked": "^15.0.7", | ||||||
|         "roughjs": "^4.6.6", |         "roughjs": "^4.6.6", | ||||||
|         "stylis": "^4.3.1", |         "stylis": "^4.3.6", | ||||||
|         "ts-dedent": "^2.2.0", |         "ts-dedent": "^2.2.0", | ||||||
|         "uuid": "^9.0.1" |         "uuid": "^11.1.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/mermaid/node_modules/marked": { |     "node_modules/mermaid/node_modules/uuid": { | ||||||
|       "version": "13.0.3", |       "version": "11.1.0", | ||||||
|       "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", |       "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", | ||||||
|       "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", |       "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", | ||||||
|  |       "funding": [ | ||||||
|  |         "https://github.com/sponsors/broofa", | ||||||
|  |         "https://github.com/sponsors/ctavan" | ||||||
|  |       ], | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "bin": { |       "bin": { | ||||||
|         "marked": "bin/marked.js" |         "uuid": "dist/esm/bin/uuid" | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": ">= 18" |  | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/methods": { |     "node_modules/methods": { | ||||||
| @ -19631,9 +19632,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/stylis": { |     "node_modules/stylis": { | ||||||
|       "version": "4.3.4", |       "version": "4.3.6", | ||||||
|       "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.4.tgz", |       "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz", | ||||||
|       "integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==", |       "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==", | ||||||
|       "license": "MIT" |       "license": "MIT" | ||||||
|     }, |     }, | ||||||
|     "node_modules/sudo-prompt": { |     "node_modules/sudo-prompt": { | ||||||
|  | |||||||
| @ -132,7 +132,7 @@ | |||||||
|     "leaflet-gpx": "2.1.2", |     "leaflet-gpx": "2.1.2", | ||||||
|     "mark.js": "8.11.1", |     "mark.js": "8.11.1", | ||||||
|     "marked": "15.0.7", |     "marked": "15.0.7", | ||||||
|     "mermaid": "11.4.1", |     "mermaid": "11.5.0", | ||||||
|     "mime-types": "2.1.35", |     "mime-types": "2.1.35", | ||||||
|     "mind-elixir": "4.4.1", |     "mind-elixir": "4.4.1", | ||||||
|     "multer": "1.4.5-lts.1", |     "multer": "1.4.5-lts.1", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png) renovate[bot]
						renovate[bot]