From c32716a105df47074ba1f1fee57f4ed519c6cf09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Aug 2025 23:14:15 +0000 Subject: [PATCH] fix: upgrade @markdoc/markdoc from 0.2.2 to 0.5.3 Snyk has created this PR to upgrade @markdoc/markdoc from 0.2.2 to 0.5.3. See this package in yarn: @markdoc/markdoc See this project in Snyk: https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4bfb2454..7cf54b37 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@docsearch/react": "^3.1.1", "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.0.13", - "@markdoc/markdoc": "^0.2.1", + "@markdoc/markdoc": "^0.5.3", "@markdoc/next.js": "^0.2.1", "@next/bundle-analyzer": "^13.2.0", "@nrwl/next": "^15.2.1", diff --git a/yarn.lock b/yarn.lock index 8b8ae9c7..3bbd5c7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2107,11 +2107,12 @@ dependencies: "@lukeed/csprng" "^1.0.0" -"@markdoc/markdoc@^0.2.1": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.2.2.tgz#cea8b7f0935408dc7180865077c0fb61ba70e51e" - integrity sha512-0TiD9jmA5h5znN4lxo7HECAu3WieU5g5vUsfByeucrdR/x88hEilpt16EydFyJwJddQ/3w5HQgW7Ovy62r4cyw== +"@markdoc/markdoc@^0.5.3": + version "0.5.4" + resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.5.4.tgz#11f87678ed68e2cb4fe670a8ab6f99ae0f7f1b34" + integrity sha512-36YFNlqFk//gVNGm5xZaTWVwbAVF2AOmVjf1tiUrS6tCoD/YSkVy2E3CkAfhc5MlKcjparL/QFHCopxL4zRyaQ== optionalDependencies: + "@types/linkify-it" "^3.0.1" "@types/markdown-it" "12.2.3" "@markdoc/next.js@^0.2.1": @@ -4160,6 +4161,11 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9" integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA== +"@types/linkify-it@^3.0.1": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.5.tgz#1e78a3ac2428e6d7e6c05c1665c242023a4601d8" + integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw== + "@types/markdown-it@12.2.3": version "12.2.3" resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"