diff --git a/app/code/Magento/Customer/view/frontend/web/js/customer-data.js b/app/code/Magento/Customer/view/frontend/web/js/customer-data.js
index e459e07201fe3e98b61dc4af7adbcaf777f0a78b..2f5c1181ea10d44c4a4e99294dac2ee068822387 100644
--- a/app/code/Magento/Customer/view/frontend/web/js/customer-data.js
+++ b/app/code/Magento/Customer/view/frontend/web/js/customer-data.js
@@ -8,7 +8,8 @@ define([
     'ko',
     'Magento_Customer/js/section-config',
     'jquery/jquery-storageapi',
-    'jquery/jquery-cookie'
+    'jquery/jquery.cookie'
+
 ], function ($, _, ko, sectionConfig) {
     'use strict';