Bump marked from 0.6.3 to 0.7.0 (#525)

Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/package-lock.json b/package-lock.json
index eb656cb..3f115d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7005,9 +7005,9 @@
       "dev": true
     },
     "marked": {
-      "version": "0.6.3",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz",
-      "integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ=="
+      "version": "0.7.0",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
+      "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
     },
     "math-expression-evaluator": {
       "version": "1.2.17",
diff --git a/package.json b/package.json
index 9b3ff29..9902bd5 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
     "fs-extra": "^7.0.1",
     "jsdom": "13.0.0",
     "jsdom-global": "3.0.2",
-    "marked": "^0.6.1",
+    "marked": "^0.7.0",
     "qs": "^6.5.2",
     "nprogress": "^0.2.0"
   }