Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit d5db609

Browse files
fix(deps): update dependency markdown-to-jsx to v7 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b9df94f commit d5db609

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@preact/prerender-data-provider": "3.0.1",
3030
"imagemin-mozjpeg": "10.0.0",
3131
"imagemin-webpack-plugin": "2.4.2",
32-
"markdown-to-jsx": "6.11.4",
32+
"markdown-to-jsx": "7.1.8",
3333
"preact": "10.4.6",
3434
"preact-cli-plugin-netlify": "1.6.0",
3535
"preact-render-to-string": "5.1.10",

yarn.lock

+5-22
Original file line numberDiff line numberDiff line change
@@ -7283,13 +7283,10 @@ map-visit@^1.0.0:
72837283
dependencies:
72847284
object-visit "^1.0.0"
72857285

7286-
7287-
version "6.11.4"
7288-
resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz#b4528b1ab668aef7fe61c1535c27e837819392c5"
7289-
integrity sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==
7290-
dependencies:
7291-
prop-types "^15.6.2"
7292-
unquote "^1.1.0"
7286+
7287+
version "7.1.8"
7288+
resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.8.tgz#49c3bb3c122aa714324034142c8829b93c889338"
7289+
integrity sha512-rRSa1aFmFnpDRFAhv5vIkWM4nPaoB9vnzIjuIKa1wGupfn2hdCNeaQHKpu4/muoc8n8J7yowjTP2oncA4/Rbgg==
72937290

72947291
72957292
version "0.5.0"
@@ -9373,15 +9370,6 @@ prompts@^2.4.2:
93739370
kleur "^3.0.3"
93749371
sisteransi "^1.0.5"
93759372

9376-
prop-types@^15.6.2:
9377-
version "15.7.2"
9378-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
9379-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
9380-
dependencies:
9381-
loose-envify "^1.4.0"
9382-
object-assign "^4.1.1"
9383-
react-is "^16.8.1"
9384-
93859373
prop-types@^15.8.1:
93869374
version "15.8.1"
93879375
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
@@ -9584,11 +9572,6 @@ react-is@^16.13.1:
95849572
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
95859573
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
95869574

9587-
react-is@^16.8.1:
9588-
version "16.12.0"
9589-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
9590-
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==
9591-
95929575
95939576
version "0.10.0"
95949577
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3"
@@ -11546,7 +11529,7 @@ [email protected], unpipe@~1.0.0:
1154611529
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
1154711530
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
1154811531

11549-
unquote@^1.1.0, unquote@~1.1.1:
11532+
unquote@~1.1.1:
1155011533
version "1.1.1"
1155111534
resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
1155211535
integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=

0 commit comments

Comments
 (0)