From e4a73d88c61c9ccb254b7c59a1394689d38b03dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 16:03:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20marked=20from=202.1.3=20t?= =?UTF-8?q?o=204.0.15?= 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 4.0.15. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v4.0.15) --- 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..b8e751c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "express": "^4.17.1", - "marked": "^2.1.3", + "marked": "^4.0.15", "puppeteer-core": "^9.1.1", "simple-icons": "^5.11.0", "twemoji": "^13.1.0" diff --git a/yarn.lock b/yarn.lock index ad5f1fb..82784f8 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@^4.0.15: + version "4.0.15" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.15.tgz#0216b7c9d5fcf6ac5042343c41d81a8b1b5e1b4a" + integrity sha512-esX5lPdTfG4p8LDkv+obbRCyOKzB+820ZZyMOXJZygZBHrH9b3xXR64X4kT3sPe9Nx8qQXbmcz6kFSMt4Nfk6Q== media-typer@0.3.0: version "0.3.0"