diff --git a/package-lock.json b/package-lock.json index b58728e..b0dc0b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1132,9 +1132,9 @@ "dev": true }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", + "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 }, "media-typer": { diff --git a/package.json b/package.json index a76e5a6..7f43585 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-plugin-transform-function-bind": "^6.22.0", "eslint": "^6.4.0", "highlightjs": "^9.12.0", - "marked": "^0.7.0", + "marked": "^4.0.10", "rollup": "^1.21.3", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0",