diff --git a/package-lock.json b/package-lock.json index 32987e8..58a8306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -617,9 +617,9 @@ } }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "minimatch": { "version": "3.0.4", diff --git a/package.json b/package.json index 01a8e35..41ed1f4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "to": "0.2.9", "url": "0.11.0", "lodash": "4.17.21", - "marked": "1.1.1" + "marked": "4.0.10" }, "devDependencies": { "mocha": "^7.0.1"