From 20c3e22673435e21e0d4e6568f5da4a514336063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 09:02:23 +0000 Subject: [PATCH] chore(deps): bump marked from 1.1.1 to 3.0.8 Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 3.0.8. - [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...v3.0.8) --- 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..a68aa74 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": "3.0.8", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz", + "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==" }, "matchit": { "version": "1.0.8", diff --git a/package.json b/package.json index 088d46b..2d86a9e 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": "^3.0.8", "polka": "^0.5.2", "sirv": "^0.4.2", "svelte-i18n": "^3.0.4"