diff --git a/package-lock.json b/package-lock.json index 7a59b20..50a8fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4134,9 +4134,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==" }, "maximatch": { "version": "0.1.0", diff --git a/package.json b/package.json index da0de87..f62e864 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "highlight.js": "^9.15.8", "lodash": "^4.17.13", "mailchimp-api-v3": "^1.13.0", - "marked": "^0.6.2", + "marked": "^4.0.10", "next": "^8.1.0", "next-fonts": "^0.17.0", "next-images": "^1.1.2",