From 6bdb870dcc1934e9af4d301303734fb990392bb4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:54:05 +0000 Subject: [PATCH] chore(deps): bump marked from 2.0.3 to 2.1.1 Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 to 2.1.1. - [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.1) 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..7e4887af7 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.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.1.tgz", + "integrity": "sha512-5XFS69o9CzDpQDSpUYC+AN2xvq8yl1EGa5SG/GI1hP78/uTeo3PDfiDNmsUyiahpyhToDDJhQk7fNtJsga+KVw==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index 42e7d438d..aa3bccec9 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.1", "micromatch": "^4.0.4", "mustache": "^4.2.0", "nock": "^13.0.11",