From 82ce1bd8e5cf304610009b25930fc8c5f9267334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:06:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20marked=20from=202.1.3=20t?= =?UTF-8?q?o=203.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...v3.0.8) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 524de11..75cefad 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "express": "^4.17.1", - "marked": "^2.1.3", + "marked": "^3.0.8", "puppeteer-core": "^9.1.1", "simple-icons": "^5.11.0", "twemoji": "^13.1.0" diff --git a/yarn.lock b/yarn.lock index ad5f1fb..8bf7a5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -817,10 +817,10 @@ make-dir@^3.0.0: dependencies: semver "^6.0.0" -marked@^2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753" - integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA== +marked@^3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb" + integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw== media-typer@0.3.0: version "0.3.0"