diff --git a/package-lock.json b/package-lock.json index 1dc9b5c..06e9d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11121,9 +11121,9 @@ } }, "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5": { "version": "2.2.1", diff --git a/package.json b/package.json index 64a6b70..e8993ed 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-schema-snapshot": "^1.0.0", "gatsby-source-contentful": "^2.1.85", "lodash": "^4.17.15", - "marked": "^0.8.0", + "marked": "^4.0.10", "moment": "^2.23.0", "moment-strftime": "^0.5.0", "node-sass": "^4.13.1",