From 56052be880e6ad98baeb54421295c23b3d4cae52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:49:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20`marked`=20to=20?= =?UTF-8?q?`v18`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 181f38b..bff1178 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "chrome-aws-lambda": "7.0.0", - "marked": "4.3.0", + "marked": "18.0.5", "puppeteer-core": "13.7.0", "twemoji": "13.1.1" }, diff --git a/yarn.lock b/yarn.lock index 0e72228..f5329a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -262,10 +262,10 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" -marked@4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3" - integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A== +marked@18.0.5: + version "18.0.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.5.tgz#c229c0ac6ad1e275ae8e5037c6168f76d2f42e61" + integrity sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w== minimatch@^3.0.4: version "3.0.4"