diff --git a/client/package.json b/client/package.json
index 4c6984c..4ad84db 100644
--- a/client/package.json
+++ b/client/package.json
@@ -20,7 +20,7 @@
     "cookie": "^0.3.1",
     "graphql": "14.0.2",
     "graphql-tag": "2.10.1",
-    "https-proxy-agent": "^2.2.1",
+    "https-proxy-agent": "^2.2.3",
     "isomorphic-unfetch": "^2.0.0",
     "next": "latest",
     "prop-types": "^15.6.1",
diff --git a/client/yarn.lock b/client/yarn.lock
index 031e06e..44ee154 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -2205,9 +2205,9 @@ https-browserify@^1.0.0:
   version "1.0.0"
   resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
 
-https-proxy-agent@^2.2.1:
-  version "2.2.2"
-  resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz#271ea8e90f836ac9f119daccd39c19ff7dfb0793"
+https-proxy-agent@^2.2.3:
+  version "2.2.3"
+  resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz#fb6cd98ed5b9c35056b5a73cd01a8a721d7193d1"
   dependencies:
     agent-base "^4.3.0"
     debug "^3.1.0"