diff --git a/Documentation/package-lock.json b/Documentation/package-lock.json index d8b6290..3d0fae5 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": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", "dev": true }, "math-expression-evaluator": { diff --git a/Documentation/package.json b/Documentation/package.json index 7d25d39..b8748ea 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": "^0.7.0", "parcel-bundler": "^1.10.3", "rimraf": "^2.6.2", "sass": "^1.14.3"