From 22a0e2983af3f57c5e85df2f9359f8777228d76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 05:29:38 +0000 Subject: [PATCH] chore(deps): bump marked from 1.1.1 to 2.0.7 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 2.0.7. - [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.7) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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..8d26912 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.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.7.tgz", + "integrity": "sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==" }, "matchit": { "version": "1.0.8", diff --git a/package.json b/package.json index 088d46b..f6b9719 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.7", "polka": "^0.5.2", "sirv": "^0.4.2", "svelte-i18n": "^3.0.4"