diff --git a/client/package-lock.json b/client/package-lock.json
index 5ce9329b..7a93cbc1 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -6160,7 +6160,7 @@
       "dependencies": {
         "minimist": {
           "version": "1.1.3",
-          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
+          "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
           "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
           "dev": true
         }
diff --git a/client/package.json b/client/package.json
index 0ec26a9c..9b000c61 100644
--- a/client/package.json
+++ b/client/package.json
@@ -33,8 +33,7 @@
     "redux-actions": "^2.4.0",
     "redux-form": "^7.4.2",
     "redux-thunk": "^2.3.0",
-    "svg-url-loader": "^2.3.2",
-    "whatwg-fetch": "2.0.3"
+    "svg-url-loader": "^2.3.2"
   },
   "devDependencies": {
     "autoprefixer": "^8.6.3",
diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js
index 2016b16f..dbd9901c 100644
--- a/client/src/components/Dashboard/index.js
+++ b/client/src/components/Dashboard/index.js
@@ -1,6 +1,5 @@
 import React, { Component, Fragment } from 'react';
 import PropTypes from 'prop-types';
-import 'whatwg-fetch';
 import { Trans, withNamespaces } from 'react-i18next';
 
 import Statistics from './Statistics';