Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mdast-util-from-markdown from 2.0.1 to 2.0.2 #162

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@types/unist": "3.0.2",
"decode-named-character-reference": "1.0.2",
"devlop": "1.1.0",
"mdast-util-from-markdown": "2.0.1",
"mdast-util-from-markdown": "2.0.2",
"mdast-util-to-string": "4.0.0",
"micromark": "4.0.0",
"micromark-util-decode-numeric-character-reference": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ __metadata:
is-ci: "npm:3.0.1"
jsonc-eslint-parser: "npm:2.4.0"
lint-staged: "npm:15.2.10"
mdast-util-from-markdown: "npm:2.0.1"
mdast-util-from-markdown: "npm:2.0.2"
mdast-util-to-hast: "npm:13.2.0"
mdast-util-to-string: "npm:4.0.0"
micromark: "npm:4.0.0"
Expand Down Expand Up @@ -7346,9 +7346,9 @@ __metadata:
languageName: node
linkType: hard

"mdast-util-from-markdown@npm:2.0.1, mdast-util-from-markdown@npm:^2.0.0":
version: 2.0.1
resolution: "mdast-util-from-markdown@npm:2.0.1"
"mdast-util-from-markdown@npm:2.0.2, mdast-util-from-markdown@npm:^2.0.0":
version: 2.0.2
resolution: "mdast-util-from-markdown@npm:2.0.2"
dependencies:
"@types/mdast": "npm:^4.0.0"
"@types/unist": "npm:^3.0.0"
Expand All @@ -7362,7 +7362,7 @@ __metadata:
micromark-util-symbol: "npm:^2.0.0"
micromark-util-types: "npm:^2.0.0"
unist-util-stringify-position: "npm:^4.0.0"
checksum: 10/4172759cdd8cf9990701796c5617c8b6a4bd3f9863e730bb4e9689189daec80af3122e77eed2ab09090f1a2d396c4f5754416a41769d7c49efd165a1c0a033c8
checksum: 10/69b207913fbcc0469f8c59d922af4d5509b79e809d77c9bd4781543a907fe2ecc8e6433ce0707066a27b117b13f38af3aae4f2d085e18ebd2d3ad5f1a5647902
languageName: node
linkType: hard

Expand Down
Loading