Merge pull request #1844 from TriliumNext/renovate/diff-7.x

fix(deps): update dependency diff to v7
This commit is contained in:
Elian Doran 2025-05-03 11:36:19 +03:00 committed by GitHub
commit 05ad0666da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"description": "Tool to compare content of Trilium databases. Useful for debugging sync problems.", "description": "Tool to compare content of Trilium databases. Useful for debugging sync problems.",
"dependencies": { "dependencies": {
"colors": "1.4.0", "colors": "1.4.0",
"diff": "5.0.0", "diff": "7.0.0",
"sqlite": "5.1.1", "sqlite": "5.1.1",
"sqlite3": "5.1.5" "sqlite3": "5.1.5"
}, },

10
pnpm-lock.yaml generated
View File

@ -290,8 +290,8 @@ importers:
specifier: 1.4.0 specifier: 1.4.0
version: 1.4.0 version: 1.4.0
diff: diff:
specifier: 5.0.0 specifier: 7.0.0
version: 5.0.0 version: 7.0.0
sqlite: sqlite:
specifier: 5.1.1 specifier: 5.1.1
version: 5.1.1 version: 5.1.1
@ -5307,6 +5307,10 @@ packages:
resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==} resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==}
engines: {node: '>=0.3.1'} engines: {node: '>=0.3.1'}
diff@7.0.0:
resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==}
engines: {node: '>=0.3.1'}
dir-compare@4.2.0: dir-compare@4.2.0:
resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==} resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==}
@ -16514,6 +16518,8 @@ snapshots:
diff@5.0.0: {} diff@5.0.0: {}
diff@7.0.0: {}
dir-compare@4.2.0: dir-compare@4.2.0:
dependencies: dependencies:
minimatch: 3.1.2 minimatch: 3.1.2