Skip to content

Commit eb97744

Browse files
Bump mdast-util-from-markdown from 0.8.1 to 0.8.4
Bumps [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown) from 0.8.1 to 0.8.4. - [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases) - [Commits](syntax-tree/mdast-util-from-markdown@0.8.1...0.8.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 465b83f commit eb97744

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"gitconfiglocal": "^2.1.0",
2525
"github-label-sync": "^1.6.0",
2626
"hosted-git-info": "^3.0.7",
27-
"mdast-util-from-markdown": "^0.8.1",
27+
"mdast-util-from-markdown": "^0.8.4",
2828
"semver": "^7.3.4",
2929
"sort-package-json": "^1.48.0",
3030
"which": "^2.0.2"

yarn.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@
877877
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
878878
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
879879

880-
"@types/unist@*":
880+
"@types/unist@*", "@types/unist@^2.0.2":
881881
version "2.0.3"
882882
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
883883
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
@@ -4034,20 +4034,21 @@ matcher-collection@^2.0.0, matcher-collection@^2.0.1:
40344034
"@types/minimatch" "^3.0.3"
40354035
minimatch "^3.0.2"
40364036

4037-
mdast-util-from-markdown@^0.8.1:
4038-
version "0.8.1"
4039-
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.1.tgz#781371d493cac11212947226190270c15dc97116"
4040-
integrity sha512-qJXNcFcuCSPqUF0Tb0uYcFDIq67qwB3sxo9RPdf9vG8T90ViKnksFqdB/Coq2a7sTnxL/Ify2y7aIQXDkQFH0w==
4037+
mdast-util-from-markdown@^0.8.1, mdast-util-from-markdown@^0.8.4:
4038+
version "0.8.4"
4039+
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.4.tgz#2882100c1b9fc967d3f83806802f303666682d32"
4040+
integrity sha512-jj891B5pV2r63n2kBTFh8cRI2uR9LQHsXG1zSDqfhXkIlDzrTcIlbB5+5aaYEkl8vOPIOPLf8VT7Ere1wWTMdw==
40414041
dependencies:
40424042
"@types/mdast" "^3.0.0"
4043-
mdast-util-to-string "^1.0.0"
4044-
micromark "~2.10.0"
4043+
mdast-util-to-string "^2.0.0"
4044+
micromark "~2.11.0"
40454045
parse-entities "^2.0.0"
4046+
unist-util-stringify-position "^2.0.0"
40464047

4047-
mdast-util-to-string@^1.0.0:
4048-
version "1.1.0"
4049-
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527"
4050-
integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==
4048+
mdast-util-to-string@^2.0.0:
4049+
version "2.0.0"
4050+
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
4051+
integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
40514052

40524053
merge-stream@^2.0.0:
40534054
version "2.0.0"
@@ -4059,10 +4060,10 @@ merge2@^1.2.3, merge2@^1.3.0:
40594060
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
40604061
integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==
40614062

4062-
micromark@~2.10.0:
4063-
version "2.10.1"
4064-
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.10.1.tgz#cd73f54e0656f10e633073db26b663a221a442a7"
4065-
integrity sha512-fUuVF8sC1X7wsCS29SYQ2ZfIZYbTymp0EYr6sab3idFjigFFjGa5UwoniPlV9tAgntjuapW1t9U+S0yDYeGKHQ==
4063+
micromark@~2.11.0:
4064+
version "2.11.2"
4065+
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.2.tgz#e8b6a05f54697d2d3d27fc89600c6bc40dd05f35"
4066+
integrity sha512-IXuP76p2uj8uMg4FQc1cRE7lPCLsfAXuEfdjtdO55VRiFO1asrCSQ5g43NmPqFtRwzEnEhafRVzn2jg0UiKArQ==
40664067
dependencies:
40674068
debug "^4.0.0"
40684069
parse-entities "^2.0.0"
@@ -5876,6 +5877,13 @@ unique-string@^2.0.0:
58765877
dependencies:
58775878
crypto-random-string "^2.0.0"
58785879

5880+
unist-util-stringify-position@^2.0.0:
5881+
version "2.0.3"
5882+
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
5883+
integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
5884+
dependencies:
5885+
"@types/unist" "^2.0.2"
5886+
58795887
universal-user-agent@^4.0.0:
58805888
version "4.0.1"
58815889
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-4.0.1.tgz#fd8d6cb773a679a709e967ef8288a31fcc03e557"

0 commit comments

Comments
 (0)