Skip to content

Commit fefc39f

Browse files
Bump the markdown group with 2 updates
Bumps the markdown group with 2 updates: [hast-util-sanitize](https://github.com/syntax-tree/hast-util-sanitize) and [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown). Updates `hast-util-sanitize` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/syntax-tree/hast-util-sanitize/releases) - [Commits](syntax-tree/hast-util-sanitize@5.0.1...5.0.2) Updates `mdast-util-from-markdown` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases) - [Commits](syntax-tree/mdast-util-from-markdown@2.0.1...2.0.2) --- updated-dependencies: - dependency-name: hast-util-sanitize dependency-type: direct:production update-type: version-update:semver-patch dependency-group: markdown - 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]>
1 parent b3f37cf commit fefc39f

File tree

2 files changed

+37
-6
lines changed

2 files changed

+37
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
]
3030
},
3131
"dependencies": {
32-
"hast-util-sanitize": "^5.0.1",
32+
"hast-util-sanitize": "^5.0.2",
3333
"lodash": "^4.17.21",
34-
"mdast-util-from-markdown": "^2.0.1",
34+
"mdast-util-from-markdown": "^2.0.2",
3535
"mdast-util-to-hast": "^13.2.0",
3636
"micromark-core-commonmark": "^2.0.1",
3737
"micromark-factory-space": "^2.0.0",

yarn.lock

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,14 +837,14 @@ __metadata:
837837
"@types/lodash": "npm:^4.17.12"
838838
"@types/node": "npm:^22.8.1"
839839
eslint: "npm:^8.57.1"
840-
hast-util-sanitize: "npm:^5.0.1"
840+
hast-util-sanitize: "npm:^5.0.2"
841841
husky: "npm:^9.1.6"
842842
jest: "npm:^29.7.0"
843843
jest-junit: "npm:^16.0.0"
844844
license-checker-rseidelsohn: "npm:^4.4.2"
845845
lint-staged: "npm:^15.2.10"
846846
lodash: "npm:^4.17.21"
847-
mdast-util-from-markdown: "npm:^2.0.1"
847+
mdast-util-from-markdown: "npm:^2.0.2"
848848
mdast-util-to-hast: "npm:^13.2.0"
849849
micromark-core-commonmark: "npm:^2.0.1"
850850
micromark-factory-space: "npm:^2.0.0"
@@ -3268,7 +3268,7 @@ __metadata:
32683268
languageName: node
32693269
linkType: hard
32703270

3271-
"hast-util-sanitize@npm:^5.0.0, hast-util-sanitize@npm:^5.0.1":
3271+
"hast-util-sanitize@npm:^5.0.0":
32723272
version: 5.0.1
32733273
resolution: "hast-util-sanitize@npm:5.0.1"
32743274
dependencies:
@@ -3279,6 +3279,17 @@ __metadata:
32793279
languageName: node
32803280
linkType: hard
32813281

3282+
"hast-util-sanitize@npm:^5.0.2":
3283+
version: 5.0.2
3284+
resolution: "hast-util-sanitize@npm:5.0.2"
3285+
dependencies:
3286+
"@types/hast": "npm:^3.0.0"
3287+
"@ungap/structured-clone": "npm:^1.0.0"
3288+
unist-util-position: "npm:^5.0.0"
3289+
checksum: 20951652078a8c21341c1c9a84f90015b2ba01cc41fa16772f122c65cda26a7adb0501fdeba5c8e37e40e2632447e8fe455d0dd2dc27d39663baacca76f2ecb6
3290+
languageName: node
3291+
linkType: hard
3292+
32823293
"hast-util-to-parse5@npm:^8.0.0":
32833294
version: 8.0.0
32843295
resolution: "hast-util-to-parse5@npm:8.0.0"
@@ -4609,7 +4620,7 @@ __metadata:
46094620
languageName: node
46104621
linkType: hard
46114622

4612-
"mdast-util-from-markdown@npm:^2.0.0, mdast-util-from-markdown@npm:^2.0.1":
4623+
"mdast-util-from-markdown@npm:^2.0.0":
46134624
version: 2.0.1
46144625
resolution: "mdast-util-from-markdown@npm:2.0.1"
46154626
dependencies:
@@ -4629,6 +4640,26 @@ __metadata:
46294640
languageName: node
46304641
linkType: hard
46314642

4643+
"mdast-util-from-markdown@npm:^2.0.2":
4644+
version: 2.0.2
4645+
resolution: "mdast-util-from-markdown@npm:2.0.2"
4646+
dependencies:
4647+
"@types/mdast": "npm:^4.0.0"
4648+
"@types/unist": "npm:^3.0.0"
4649+
decode-named-character-reference: "npm:^1.0.0"
4650+
devlop: "npm:^1.0.0"
4651+
mdast-util-to-string: "npm:^4.0.0"
4652+
micromark: "npm:^4.0.0"
4653+
micromark-util-decode-numeric-character-reference: "npm:^2.0.0"
4654+
micromark-util-decode-string: "npm:^2.0.0"
4655+
micromark-util-normalize-identifier: "npm:^2.0.0"
4656+
micromark-util-symbol: "npm:^2.0.0"
4657+
micromark-util-types: "npm:^2.0.0"
4658+
unist-util-stringify-position: "npm:^4.0.0"
4659+
checksum: 76eb2bd2c6f7a0318087c73376b8af6d7561c1e16654e7667e640f391341096c56142618fd0ff62f6d39e5ab4895898b9789c84cd7cec2874359a437a0e1ff15
4660+
languageName: node
4661+
linkType: hard
4662+
46324663
"mdast-util-gfm-autolink-literal@npm:^2.0.0":
46334664
version: 2.0.0
46344665
resolution: "mdast-util-gfm-autolink-literal@npm:2.0.0"

0 commit comments

Comments
 (0)