diff --git a/composer.json b/composer.json
index ea029455b1c9b9b9dea707bda3e582a58b753277..6de894d95c1d9c95fb343682dbb5b705ca91a1fa 100644
--- a/composer.json
+++ b/composer.json
@@ -42,8 +42,8 @@
     "drupal/varbase_heroslider_media": "~6.0",
     "drupal/varbase_carousels": "~6.0",
     "drupal/varbase_total_control": "~6.0",
-    "drupal/varbase_auth" : "~6.0",
-    "drupal/varbase_blog" : "~6.0",
+    "drupal/varbase_auth": "~6.0",
+    "drupal/varbase_blog": "~6.0",
     "drupal/varbase_styleguide": "~6.0",
     "drupal/varbase_email": "~6.0",
     "drupal/vartheme": "~6.0",
diff --git a/drupal-org-core.make b/drupal-org-core.make
index cea7c4c65210bd754caea487325672fd3ab06543..b7c08b1d8a4dc609c140f57b34af7b7defa0e00e 100644
--- a/drupal-org-core.make
+++ b/drupal-org-core.make
@@ -18,3 +18,7 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-07-09/29143
 projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-10-06/2599228-74.patch
 ;; Issue #2893892: Fixed Warning Invalid argument supplied for foreach() in Drupal
 projects[drupal][patch][] = https://www.drupal.org/files/issues/2018-12-10/core--getDerivatives-Invalid-argument-foreach--2893892-11-d8.patch
+;; Issue #3052492: Fixed Failed while updating from 8.6.x to 8.7.x as ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved
+projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-05-06/3052492-13.patch
+;; Issue #3052140: Cannot convert custom entity types from non-revisionable to revisionable with pre-8.7.x compatible methods
+projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-05-04/3052140-13.patch