mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Merge pull request #657 from TriliumNext/renovate/i18next-24.x
fix(deps): update dependency i18next to v24
This commit is contained in:
		
							
								
								
									
										18
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										18
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -48,7 +48,7 @@ | |||||||
|         "html2plaintext": "2.1.4", |         "html2plaintext": "2.1.4", | ||||||
|         "http-proxy-agent": "7.0.2", |         "http-proxy-agent": "7.0.2", | ||||||
|         "https-proxy-agent": "7.0.5", |         "https-proxy-agent": "7.0.5", | ||||||
|         "i18next": "23.16.8", |         "i18next": "24.0.2", | ||||||
|         "i18next-fs-backend": "2.6.0", |         "i18next-fs-backend": "2.6.0", | ||||||
|         "i18next-http-backend": "2.7.1", |         "i18next-http-backend": "2.7.1", | ||||||
|         "image-type": "4.1.0", |         "image-type": "4.1.0", | ||||||
| @@ -10042,9 +10042,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/i18next": { |     "node_modules/i18next": { | ||||||
|       "version": "23.16.8", |       "version": "24.0.2", | ||||||
|       "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", |       "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", | ||||||
|       "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", |       "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", | ||||||
|       "funding": [ |       "funding": [ | ||||||
|         { |         { | ||||||
|           "type": "individual", |           "type": "individual", | ||||||
| @@ -10062,6 +10062,14 @@ | |||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/runtime": "^7.23.2" |         "@babel/runtime": "^7.23.2" | ||||||
|  |       }, | ||||||
|  |       "peerDependencies": { | ||||||
|  |         "typescript": "^5" | ||||||
|  |       }, | ||||||
|  |       "peerDependenciesMeta": { | ||||||
|  |         "typescript": { | ||||||
|  |           "optional": true | ||||||
|  |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/i18next-fs-backend": { |     "node_modules/i18next-fs-backend": { | ||||||
| @@ -16095,7 +16103,7 @@ | |||||||
|       "version": "5.6.3", |       "version": "5.6.3", | ||||||
|       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", |       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", | ||||||
|       "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", |       "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", | ||||||
|       "dev": true, |       "devOptional": true, | ||||||
|       "bin": { |       "bin": { | ||||||
|         "tsc": "bin/tsc", |         "tsc": "bin/tsc", | ||||||
|         "tsserver": "bin/tsserver" |         "tsserver": "bin/tsserver" | ||||||
|   | |||||||
| @@ -89,7 +89,7 @@ | |||||||
|     "html2plaintext": "2.1.4", |     "html2plaintext": "2.1.4", | ||||||
|     "http-proxy-agent": "7.0.2", |     "http-proxy-agent": "7.0.2", | ||||||
|     "https-proxy-agent": "7.0.5", |     "https-proxy-agent": "7.0.5", | ||||||
|     "i18next": "23.16.8", |     "i18next": "24.0.2", | ||||||
|     "i18next-fs-backend": "2.6.0", |     "i18next-fs-backend": "2.6.0", | ||||||
|     "i18next-http-backend": "2.7.1", |     "i18next-http-backend": "2.7.1", | ||||||
|     "image-type": "4.1.0", |     "image-type": "4.1.0", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user