diff --git a/package-lock.json b/package-lock.json index 0a67c6f..fa03750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12025,9 +12025,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==" }, "math-random": { "version": "1.0.4", diff --git a/package.json b/package.json index 864ffe2..6b8b68b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/pouchdb-find": "^6.3.4", "@types/uuid": "^3.4.4", "acorn": "^6.1.1", - "marked": "^0.6.2", + "marked": "^4.0.10", "pouchdb": "^7.0.0", "pouchdb-find": "^7.0.0", "register-service-worker": "^1.6.2",