diff --git a/www/package-lock.json b/www/package-lock.json
index e6ea1f8..f92928f 100644
--- a/www/package-lock.json
+++ b/www/package-lock.json
@@ -4903,9 +4903,9 @@
       "integrity": "sha1-nSLgyjKsyVs/RbjVtPb73AWv/VU="
     },
     "html2canvas": {
-      "version": "1.0.0-alpha.8",
-      "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.8.tgz",
-      "integrity": "sha1-LXxW+ErC43dnmdUBd0JrmLEb+ms=",
+      "version": "1.0.0-alpha.9",
+      "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.9.tgz",
+      "integrity": "sha1-/2A9gINa/rbCdm6GEEdooc7xyAE=",
       "requires": {
         "css-line-break": "1.0.1"
       }
diff --git a/www/package.json b/www/package.json
index 1281cdf..e05b348 100644
--- a/www/package.json
+++ b/www/package.json
@@ -18,7 +18,7 @@
     "gatsby-source-filesystem": "^1.5.9",
     "gatsby-transformer-remark": "^1.7.23",
     "gzip-size": "^4.1.0",
-    "html2canvas": "^1.0.0-alpha.8",
+    "html2canvas": "^1.0.0-alpha.9",
     "mkdirp": "^0.5.1",
     "typography": "^0.16.6",
     "typography-theme-github": "^0.15.10"