From 8df06308c0a9ad79f99363aaa631097715f06e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:22:57 +0000 Subject: [PATCH] chore(deps): bump marked from 1.1.1 to 2.0.6 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 2.0.6. - [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.6) 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 baee6c9..4156e55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3121,9 +3121,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.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.6.tgz", + "integrity": "sha512-S2mYj0FzTQa0dLddssqwRVW4EOJOVJ355Xm2Vcbm+LU7GQRGWvwbO5K87OaPSOux2AwTSgtPPaXmc8sDPrhn2A==" }, "matchit": { "version": "1.0.8", diff --git a/package.json b/package.json index 088d46b..fc83c2a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "compression": "^1.7.4", "golden-fleece": "^1.0.9", "highlight.js": "^10.1.2", - "marked": "^1.1.1", + "marked": "^2.0.6", "polka": "^0.5.2", "sirv": "^0.4.2", "svelte-i18n": "^3.0.4"