diff --git a/Documentation/package-lock.json b/Documentation/package-lock.json index d8b6290..c69a0e2 100644 --- a/Documentation/package-lock.json +++ b/Documentation/package-lock.json @@ -4389,9 +4389,9 @@ } }, "marked": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.5.1.tgz", - "integrity": "sha512-iUkBZegCZou4AdwbKTwSW/lNDcz5OuRSl3qdcl31Ia0B2QPG0Jn+tKblh/9/eP9/6+4h27vpoh8wel/vQOV0vw==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "math-expression-evaluator": { diff --git a/Documentation/package.json b/Documentation/package.json index 7d25d39..1b2be1d 100644 --- a/Documentation/package.json +++ b/Documentation/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", - "marked": "^0.5.1", + "marked": "^4.0.10", "parcel-bundler": "^1.10.3", "rimraf": "^2.6.2", "sass": "^1.14.3"