diff --git a/package-lock.json b/package-lock.json index 70cb8e5..035427f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3730,9 +3730,9 @@ } }, "marked": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", - "integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mem": { "version": "4.3.0", diff --git a/package.json b/package.json index 2de1d87..ef86285 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "fs-extra": "^8.0.1", "glob": "^7.1.4", "graphql": "^14.3.1", - "marked": "^0.6.2", + "marked": "^4.0.10", "mustache": "^3.0.1", "request": "^2.79.0", "slug": "^1.1.0",