diff --git a/package-lock.json b/package-lock.json index 0e0e7a9..ccf800d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6132,9 +6132,9 @@ } }, "marked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.0.0.tgz", - "integrity": "sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng==" + "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.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 32d0e35..0859311 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "highlight.js": "^9.18.1", "lodash": "^4.17.19", "lodash-es": "^4.17.15", - "marked": "^1.0.0", + "marked": "^4.0.10", "react-native-get-random-values": "^1.4.0", "shortid": "^2.2.15", "vue": "^2.6.11",