forked from open-webui/open-webui
		
	chore: audit fix
This commit is contained in:
		
							parent
							
								
									425d022322
								
							
						
					
					
						commit
						e93d465fbc
					
				
					 2 changed files with 19 additions and 7 deletions
				
			
		
							
								
								
									
										23
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										23
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -11,6 +11,7 @@ | |||
| 				"@sveltejs/adapter-node": "^1.3.1", | ||||
| 				"file-saver": "^2.0.5", | ||||
| 				"highlight.js": "^11.9.0", | ||||
| 				"hint.css": "^3.0.0", | ||||
| 				"http-server": "^14.1.1", | ||||
| 				"idb": "^7.1.1", | ||||
| 				"js-sha256": "^0.10.1", | ||||
|  | @ -2300,6 +2301,11 @@ | |||
| 				"node": ">=12.0.0" | ||||
| 			} | ||||
| 		}, | ||||
| 		"node_modules/hint.css": { | ||||
| 			"version": "3.0.0", | ||||
| 			"resolved": "https://registry.npmjs.org/hint.css/-/hint.css-3.0.0.tgz", | ||||
| 			"integrity": "sha512-UoJ+yLO2kEcfsm/XMU1suAIR0sxCq4HO22pw4okJQo5TQDlA2BrJ57Eaxh4eT+9PDInIDTRm9TVzzbHHWEqASQ==" | ||||
| 		}, | ||||
| 		"node_modules/html-encoding-sniffer": { | ||||
| 			"version": "3.0.0", | ||||
| 			"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", | ||||
|  | @ -4160,9 +4166,9 @@ | |||
| 			} | ||||
| 		}, | ||||
| 		"node_modules/vite": { | ||||
| 			"version": "4.4.11", | ||||
| 			"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz", | ||||
| 			"integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==", | ||||
| 			"version": "4.5.1", | ||||
| 			"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", | ||||
| 			"integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", | ||||
| 			"dependencies": { | ||||
| 				"esbuild": "^0.18.10", | ||||
| 				"postcss": "^8.4.27", | ||||
|  | @ -5746,6 +5752,11 @@ | |||
| 			"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", | ||||
| 			"integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==" | ||||
| 		}, | ||||
| 		"hint.css": { | ||||
| 			"version": "3.0.0", | ||||
| 			"resolved": "https://registry.npmjs.org/hint.css/-/hint.css-3.0.0.tgz", | ||||
| 			"integrity": "sha512-UoJ+yLO2kEcfsm/XMU1suAIR0sxCq4HO22pw4okJQo5TQDlA2BrJ57Eaxh4eT+9PDInIDTRm9TVzzbHHWEqASQ==" | ||||
| 		}, | ||||
| 		"html-encoding-sniffer": { | ||||
| 			"version": "3.0.0", | ||||
| 			"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", | ||||
|  | @ -6991,9 +7002,9 @@ | |||
| 			"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" | ||||
| 		}, | ||||
| 		"vite": { | ||||
| 			"version": "4.4.11", | ||||
| 			"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz", | ||||
| 			"integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==", | ||||
| 			"version": "4.5.1", | ||||
| 			"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", | ||||
| 			"integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", | ||||
| 			"requires": { | ||||
| 				"esbuild": "^0.18.10", | ||||
| 				"fsevents": "~2.3.2", | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ | |||
| 		"@sveltejs/adapter-node": "^1.3.1", | ||||
| 		"file-saver": "^2.0.5", | ||||
| 		"highlight.js": "^11.9.0", | ||||
| 		"hint.css": "^3.0.0", | ||||
| 		"http-server": "^14.1.1", | ||||
| 		"idb": "^7.1.1", | ||||
| 		"js-sha256": "^0.10.1", | ||||
|  | @ -50,4 +51,4 @@ | |||
| 		"svelte-french-toast": "^1.2.0", | ||||
| 		"uuid": "^9.0.1" | ||||
| 	} | ||||
| } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek