fix(deps): update dependency diff to v8.0.3 (#8364)

This commit is contained in:
Elian Doran 2026-01-13 07:33:16 +02:00 committed by GitHub
commit 59ffa1fa93
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": "8.0.2",
"diff": "8.0.3",
"sqlite": "5.1.1",
"sqlite3": "5.1.7"
},

10
pnpm-lock.yaml generated
View File

@ -357,8 +357,8 @@ importers:
specifier: 1.4.0
version: 1.4.0
diff:
specifier: 8.0.2
version: 8.0.2
specifier: 8.0.3
version: 8.0.3
sqlite:
specifier: 5.1.1
version: 5.1.1
@ -7613,6 +7613,10 @@ packages:
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
engines: {node: '>=0.3.1'}
diff@8.0.3:
resolution: {integrity: sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==}
engines: {node: '>=0.3.1'}
dir-compare@4.2.0:
resolution: {integrity: sha512-2xMCmOoMrdQIPHdsTawECdNPwlVFB9zGcz3kuhmBO6U3oU+UQjsue0i8ayLKpgBcm+hcXPMVSGUN9d+pvJ6+VQ==}
@ -22753,6 +22757,8 @@ snapshots:
diff@8.0.2: {}
diff@8.0.3: {}
dir-compare@4.2.0:
dependencies:
minimatch: 3.1.2