From 6dc7f7888aa83e2154d61dbc552603c835b0a24c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:37:42 +0000 Subject: [PATCH] chore(deps): bump marked from 2.0.3 to 2.1.3 Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 2.1.3. - [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/v2.0.3...v2.1.3) 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 3c4cddff3..3a9a36ac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9207,9 +9207,9 @@ } }, "marked": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz", - "integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", + "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index 42e7d438d..b69854247 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tensorflow/tfjs": "^1.7.4", "bufferutil": "^4.0.3", "canvas": "^2.7.0", - "marked": "^2.0.3", + "marked": "^2.1.3", "micromatch": "^4.0.4", "mustache": "^4.2.0", "nock": "^13.0.11",