|
|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "trilium",
|
|
|
|
|
"version": "0.90.0-beta",
|
|
|
|
|
"version": "0.90.1-beta",
|
|
|
|
|
"lockfileVersion": 3,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"name": "trilium",
|
|
|
|
|
"version": "0.90.0-beta",
|
|
|
|
|
"version": "0.90.1-beta",
|
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@braintree/sanitize-url": "^7.1.0",
|
|
|
|
|
@ -42,6 +42,8 @@
|
|
|
|
|
"html2plaintext": "2.1.4",
|
|
|
|
|
"http-proxy-agent": "7.0.2",
|
|
|
|
|
"https-proxy-agent": "^7.0.5",
|
|
|
|
|
"i18next": "^23.12.2",
|
|
|
|
|
"i18next-http-backend": "^2.5.2",
|
|
|
|
|
"image-type": "4.1.0",
|
|
|
|
|
"ini": "^4.1.3",
|
|
|
|
|
"is-animated": "2.0.2",
|
|
|
|
|
@ -4767,6 +4769,14 @@
|
|
|
|
|
"yarn": ">=1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/cross-fetch": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"node-fetch": "^2.6.12"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/cross-spawn": {
|
|
|
|
|
"version": "7.0.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
|
|
|
@ -7891,6 +7901,36 @@
|
|
|
|
|
"ms": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/i18next": {
|
|
|
|
|
"version": "23.12.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz",
|
|
|
|
|
"integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://locize.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://locize.com/i18next.html"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "individual",
|
|
|
|
|
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/i18next-http-backend": {
|
|
|
|
|
"version": "2.5.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz",
|
|
|
|
|
"integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cross-fetch": "4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/iconv-lite": {
|
|
|
|
|
"version": "0.6.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
|
|
|