From 132c2e23d854fa7c59d5163e7003f2108d6f083e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 20:44:01 +0000 Subject: [PATCH] Bump marked from 0.7.0 to 1.2.5 Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 1.2.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v1.2.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d63cb123..ea9faf91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4724,9 +4724,9 @@ } }, "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.5.tgz", + "integrity": "sha512-2AlqgYnVPOc9WDyWu7S5DJaEZsfk6dNh/neatQ3IHUW4QLutM/VPSH9lG7bif+XjFWc9K9XR3QvR+fXuECmfdA==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index 5187aa03..8a331417 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "glob": "^7.1.0", "graphql": "^15.4.0", "lodash": "^4.17.20", - "marked": "^0.7.0", + "marked": "^1.2.5", "mustache": "^4.1.0", "request": "^2.88.0", "slug": "^4.0.2",