diff --git a/package.json b/package.json index 16b1bd4..4ad1d1c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/runtime": "^7.16.7", "@parcel/plugin": "^2.2.0", "@types/marked": "^4.0.1", - "marked": "^4.0.10", + "marked": "^11.0.0", "yaml-front-matter": "^4.1.1" }, "engines": { diff --git a/yarn.lock b/yarn.lock index cc9e9f8..aea5ec2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3541,10 +3541,10 @@ makeerror@1.0.12: dependencies: tmpl "1.0.5" -marked@^4.0.10: - version "4.2.2" - resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.2.tgz#1d2075ad6cdfe42e651ac221c32d949a26c0672a" - integrity sha512-JjBTFTAvuTgANXx82a5vzK9JLSMoV6V3LBVn4Uhdso6t7vXrGx7g1Cd2r6NYSsxrYbQGFCMqBDhFHyK5q2UvcQ== +marked@^11.0.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-11.2.0.tgz#fc908aeca962b721b0392ee4205e6f90ebffb074" + integrity sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw== merge-stream@^2.0.0: version "2.0.0"