From e94e4b0722f4a993614ef7122ca017514a964697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 22:22:05 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 1.1.1 to 2.0.0 in /examples/routify 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] --- examples/routify/package.json | 2 +- examples/routify/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/routify/package.json b/examples/routify/package.json index c40d4395..556111b0 100644 --- a/examples/routify/package.json +++ b/examples/routify/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-replace": "^2.3.3", "@sveltech/routify": "^1.9.1", "carbon-components-svelte": "^0.12.0", - "marked": "^1.1.1", + "marked": "^2.0.0", "mdsvex": "^0.8.2", "node-sass": "^4.14.1", "npm-run-all": "^4.1.5", diff --git a/examples/routify/yarn.lock b/examples/routify/yarn.lock index 497086fc..ad9d56a2 100644 --- a/examples/routify/yarn.lock +++ b/examples/routify/yarn.lock @@ -2158,10 +2158,10 @@ map-obj@^1.0.0, map-obj@^1.0.1: resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= -marked@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a" - integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw== +marked@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5" + integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q== mdast-util-to-string@^1.0.0: version "1.1.0"