diff --git a/apps/db-compare/package.json b/apps/db-compare/package.json index d69e7a451..d51d0da4f 100644 --- a/apps/db-compare/package.json +++ b/apps/db-compare/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c683f994..28057846b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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