Skip to content

Commit c32716a

Browse files
committed
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
1 parent a5a26c6 commit c32716a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@docsearch/react": "^3.1.1",
2525
"@headlessui/react": "^1.7.19",
2626
"@heroicons/react": "^2.0.13",
27-
"@markdoc/markdoc": "^0.2.1",
27+
"@markdoc/markdoc": "^0.5.3",
2828
"@markdoc/next.js": "^0.2.1",
2929
"@next/bundle-analyzer": "^13.2.0",
3030
"@nrwl/next": "^15.2.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,11 +2107,12 @@
21072107
dependencies:
21082108
"@lukeed/csprng" "^1.0.0"
21092109

2110-
"@markdoc/markdoc@^0.2.1":
2111-
version "0.2.2"
2112-
resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.2.2.tgz#cea8b7f0935408dc7180865077c0fb61ba70e51e"
2113-
integrity sha512-0TiD9jmA5h5znN4lxo7HECAu3WieU5g5vUsfByeucrdR/x88hEilpt16EydFyJwJddQ/3w5HQgW7Ovy62r4cyw==
2110+
"@markdoc/markdoc@^0.5.3":
2111+
version "0.5.4"
2112+
resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.5.4.tgz#11f87678ed68e2cb4fe670a8ab6f99ae0f7f1b34"
2113+
integrity sha512-36YFNlqFk//gVNGm5xZaTWVwbAVF2AOmVjf1tiUrS6tCoD/YSkVy2E3CkAfhc5MlKcjparL/QFHCopxL4zRyaQ==
21142114
optionalDependencies:
2115+
"@types/linkify-it" "^3.0.1"
21152116
"@types/markdown-it" "12.2.3"
21162117

21172118
"@markdoc/next.js@^0.2.1":
@@ -4160,6 +4161,11 @@
41604161
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.2.tgz#fd2cd2edbaa7eaac7e7f3c1748b52a19143846c9"
41614162
integrity sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==
41624163

4164+
"@types/linkify-it@^3.0.1":
4165+
version "3.0.5"
4166+
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.5.tgz#1e78a3ac2428e6d7e6c05c1665c242023a4601d8"
4167+
integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==
4168+
41634169
41644170
version "12.2.3"
41654171
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"

0 commit comments

Comments
 (0)