Skip to content

Commit

Permalink
Bump mdast-util-from-markdown from 2.0.0 to 2.0.1 in the markdown group
Browse files Browse the repository at this point in the history
Bumps the markdown group with 1 update: [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown).


Updates `mdast-util-from-markdown` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases)
- [Commits](syntax-tree/mdast-util-from-markdown@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: mdast-util-from-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: markdown
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 2fa4a07 commit 993d23f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"hast-util-sanitize": "^5.0.1",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-to-hast": "^13.1.0",
"micromark-core-commonmark": "^2.0.1",
"micromark-factory-space": "^2.0.0",
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ __metadata:
license-checker-rseidelsohn: "npm:^4.3.0"
lint-staged: "npm:^15.2.5"
lodash: "npm:^4.17.21"
mdast-util-from-markdown: "npm:^2.0.0"
mdast-util-from-markdown: "npm:^2.0.1"
mdast-util-to-hast: "npm:^13.1.0"
micromark-core-commonmark: "npm:^2.0.1"
micromark-factory-space: "npm:^2.0.0"
Expand Down Expand Up @@ -4647,6 +4647,26 @@ __metadata:
languageName: node
linkType: hard

"mdast-util-from-markdown@npm:^2.0.1":
version: 2.0.1
resolution: "mdast-util-from-markdown@npm:2.0.1"
dependencies:
"@types/mdast": "npm:^4.0.0"
"@types/unist": "npm:^3.0.0"
decode-named-character-reference: "npm:^1.0.0"
devlop: "npm:^1.0.0"
mdast-util-to-string: "npm:^4.0.0"
micromark: "npm:^4.0.0"
micromark-util-decode-numeric-character-reference: "npm:^2.0.0"
micromark-util-decode-string: "npm:^2.0.0"
micromark-util-normalize-identifier: "npm:^2.0.0"
micromark-util-symbol: "npm:^2.0.0"
micromark-util-types: "npm:^2.0.0"
unist-util-stringify-position: "npm:^4.0.0"
checksum: 496596bc6419200ff6258531a0ebcaee576a5c169695f5aa296a79a85f2a221bb9247d565827c709a7c2acfb56ae3c3754bf483d86206617bd299a9658c8121c
languageName: node
linkType: hard

"mdast-util-gfm-autolink-literal@npm:^2.0.0":
version: 2.0.0
resolution: "mdast-util-gfm-autolink-literal@npm:2.0.0"
Expand Down

0 comments on commit 993d23f

Please sign in to comment.