From 9c90a50082d494c030918e257c680f612bbdda6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 17:31:08 +0000 Subject: [PATCH] chore(deps): bump marked from 2.0.3 to 2.1.2 Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 2.1.2. - [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.2) 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..5573f43eb 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.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.2.tgz", + "integrity": "sha512-ueJhIvklJJw04qxQbGIAu63EXwwOCYc7yKMBjgagTM4rjC5QtWyqSNgW7jCosV1/Km/1TUfs5qEpAqcGG0Mo5g==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index 42e7d438d..fd498bf66 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.2", "micromatch": "^4.0.4", "mustache": "^4.2.0", "nock": "^13.0.11",