From b22b2f96fee43de25edd42e86239bc67d3b8bc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:20:11 +0000 Subject: [PATCH] Bump marked from 1.1.1 to 2.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 2.0.0. - [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/v1.1.1...v2.0.0) Signed-off-by: dependabot[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 ca8c1ce..588b2b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8700,9 +8700,9 @@ } }, "marked": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz", - "integrity": "sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==" }, "material-ui-search-bar": { "version": "1.0.0", diff --git a/package.json b/package.json index 10c9372..3b3bfca 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "graphql": "^15.3.0", "graphql-tag": "^2.10.4", "http2": "^3.3.7", - "marked": "^1.1.1", + "marked": "^2.0.0", "material-ui-search-bar": "^1.0.0", "react": "^16.13.1", "react-dom": "^16.13.1",