fix(deps): update dependency diff to v7

This commit is contained in:
renovate[bot] 2025-05-03 08:35:04 +00:00 committed by GitHub
parent 4ce9678b7f
commit bf6cc402f1
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.",
"dependencies": {
"colors": "1.4.0",
"diff": "5.0.0",
"diff": "7.0.0",
"sqlite": "5.1.1",
"sqlite3": "5.1.5"
},

10
pnpm-lock.yaml generated
View File

@ -290,8 +290,8 @@ importers:
specifier: 1.4.0
version: 1.4.0
diff:
specifier: 5.0.0
version: 5.0.0
specifier: 7.0.0
version: 7.0.0
sqlite:
specifier: 5.1.1
version: 5.1.1
@ -5307,6 +5307,10 @@ packages:
resolution: {integrity: sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==}
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:
resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==}
@ -16514,6 +16518,8 @@ snapshots:
diff@5.0.0: {}
diff@7.0.0: {}
dir-compare@4.2.0:
dependencies:
minimatch: 3.1.2