diff --git a/composer.json b/composer.json
index 6f88fc365934dbab557fe4ed49124647a710ed1e..8e6082390963648898d22106693fc87285fe8f68 100644
--- a/composer.json
+++ b/composer.json
@@ -412,6 +412,10 @@
       "drupal/ds": {
         "Issue #2779243: Method declaration incompatibility":
         "https://www.drupal.org/files/issues/ds-method-declaration-incompatible-2779243-17.patch"
+      },
+      "drupal/node_edit_protection": {
+        "Issue #2941962: Fixed Warning: array_search() expects parameter 2 to be array.":
+        "https://www.drupal.org/files/issues/2018-05-16/warning-array-search-2941962-4.patch"
       }
     }
   }
diff --git a/drupal-org.make b/drupal-org.make
index 0d847d3d8a89c8053f4b10e838a8472df8ca2e8d..f2f8725b61ff5039f722c408ceaeebc0af488a88 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -233,6 +233,8 @@ projects[node_edit_protection][type] = module
 projects[node_edit_protection][download][url] = https://git.drupal.org/project/node_edit_protection.git
 projects[node_edit_protection][download][revision] = 902339c08222f838030c07aaea23bdc51ababebd
 projects[node_edit_protection][download][branch] = 8.x-1.x
+;; #2941962: Fixed Warning: array_search() expects parameter 2 to be array.
+projects[node_edit_protection][patch][] = https://www.drupal.org/files/issues/2018-05-16/warning-array-search-2941962-4.patch
 
 projects[rabbit_hole][type] = module
 projects[rabbit_hole][version] = 1.0-beta4