diff --git a/package.json b/package.json index 181f38b..d73440b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "twemoji": "13.1.1" }, "devDependencies": { - "@types/marked": "4.3.2", + "@types/marked": "6.0.0", "@types/puppeteer": "5.4.7", "@types/puppeteer-core": "5.4.0", "typescript": "5.5.4" diff --git a/yarn.lock b/yarn.lock index 0e72228..5f80e85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,12 @@ # yarn lockfile v1 -"@types/marked@4.3.2": - version "4.3.2" - resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.3.2.tgz#e2e0ad02ebf5626bd215c5bae2aff6aff0ce9eac" - integrity sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w== +"@types/marked@6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@types/marked/-/marked-6.0.0.tgz#4dbc7df4add578ef87eb6ca2c6927c97b0531abf" + integrity sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA== + dependencies: + marked "*" "@types/node@*": version "14.14.28" @@ -262,6 +264,11 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +marked@*: + version "17.0.5" + resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.5.tgz#8fc6878a439463a007b05d346d2ad50a87ec3f0e" + integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg== + marked@4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"