diff --git a/lib/workers/repository/finalize/repository-statistics.ts b/lib/workers/repository/finalize/repository-statistics.ts
index 830dafea93c422bbc8934e032ba8eaf454ef3094..28c795a662b6516ef337fcaeacf69b090214ccea 100644
--- a/lib/workers/repository/finalize/repository-statistics.ts
+++ b/lib/workers/repository/finalize/repository-statistics.ts
@@ -79,8 +79,10 @@ function filterDependencyDashboardData(
         fixedVersion,
         currentVersion,
         currentValue,
+        currentDigest,
         newValue,
         newVersion,
+        newDigest,
         packageFile,
         updateType,
         packageName,
@@ -93,8 +95,10 @@ function filterDependencyDashboardData(
         fixedVersion,
         currentVersion,
         currentValue,
+        currentDigest,
         newValue,
         newVersion,
+        newDigest,
         packageFile,
         updateType,
         packageName,