diff --git a/package-lock.json b/package-lock.json index a6bd5ab..6934d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3500,9 +3500,9 @@ } }, "marked": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.0.tgz", - "integrity": "sha512-7Gv1Ry8tqR352ElQOQfxdGpIh8kNZh/yYjNCxAQCN1DDbY4bCTG3qDCSkZWlRElSseeEILDxkY/G9w7cgziBNw==" + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.0.tgz", + "integrity": "sha512-0mouKmBROJv/WSHJBPZZyYofUgawMChnD5je/g+aOBXsHDjb/IsnTQj7mnhQZu+qPJmRQ0ecX3mLGEUm3BgwYA==" }, "media-typer": { "version": "1.1.0", diff --git a/package.json b/package.json index 1a6af35..d78f84a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/wdullaer/raml2html-slate-theme/issues" }, "dependencies": { - "marked": "^7.0.0", + "marked": "^15.0.0", "minimize": "^2.2.0", "nunjucks": "^3.2.2", "nunjucks-markdown": "^2.0.1",