Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop

This commit is contained in:
Elian Doran 2025-01-11 00:45:52 +02:00
commit 497b6e0e2d
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -33,7 +33,7 @@
"dayjs": "1.11.13", "dayjs": "1.11.13",
"dayjs-plugin-utc": "0.1.2", "dayjs-plugin-utc": "0.1.2",
"debounce": "2.2.0", "debounce": "2.2.0",
"draggabilly": "2.3.0", "draggabilly": "2.4.1",
"ejs": "3.1.10", "ejs": "3.1.10",
"electron-debug": "4.1.0", "electron-debug": "4.1.0",
"electron-dl": "4.0.0", "electron-dl": "4.0.0",
@ -8090,13 +8090,13 @@
} }
}, },
"node_modules/draggabilly": { "node_modules/draggabilly": {
"version": "2.3.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/draggabilly/-/draggabilly-2.3.0.tgz", "resolved": "https://registry.npmjs.org/draggabilly/-/draggabilly-2.4.1.tgz",
"integrity": "sha512-gSsHrIE3rYK9fhK2vQC83t2YsbKbAHQkLsxsXw9TI3LUziq8EZXjX8g7eaf/NlrtWTFqgz7FmP/kdIvLjt64wA==", "integrity": "sha512-HHHLPEPZqRXIDQDFRFdK7RONZausNlJ4WkA73ST7Z6O2HPWttxFHVwHo8nccuDLzXWwiVKRVuc6fTkW+CQA++A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"get-size": "^2.0.2", "get-size": "^2.0.2",
"unidragger": "^2.3.0" "unidragger": "^2.4.0"
} }
}, },
"node_modules/ds-store": { "node_modules/ds-store": {

View File

@ -78,7 +78,7 @@
"dayjs": "1.11.13", "dayjs": "1.11.13",
"dayjs-plugin-utc": "0.1.2", "dayjs-plugin-utc": "0.1.2",
"debounce": "2.2.0", "debounce": "2.2.0",
"draggabilly": "2.3.0", "draggabilly": "2.4.1",
"ejs": "3.1.10", "ejs": "3.1.10",
"electron-debug": "4.1.0", "electron-debug": "4.1.0",
"electron-dl": "4.0.0", "electron-dl": "4.0.0",