diff --git a/package-lock.json b/package-lock.json index 0b5eb8d..0e642f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13312,9 +13312,9 @@ } }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.2.tgz", + "integrity": "sha512-Eq9jyHbsyG+XGhtyV6Gch2KsTnVSGvVgxP7gUU5iBhzh6gZmtunfCKGrJQcvxT0MxMNJ4JcvUEcha+LJ5zMHow==", "dev": true }, "md5.js": { diff --git a/package.json b/package.json index 4e7d096..3ad418e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "github-markdown-css": "4.0.0", "jest": "26.2.2", "jest-cli": "26.2.2", - "marked": "1.1.1", + "marked": "1.1.2", "puppeteer": "5.2.1", "stencil-inline-svg": "1.0.1", "tslint": "6.1.3",