Skip to content

Commit

Permalink
fix(deps): update dependency rehype-sanitize to v6 (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent a21995e commit 7c0a461
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-resize-detector": "^9.0.0",
"react-share": "4.4.1",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-sanitize": "^6.0.0",
"remark": "14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "15.0.2",
Expand Down
58 changes: 50 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,15 @@ __metadata:
languageName: node
linkType: hard

"@types/hast@npm:^3.0.0":
version: 3.0.0
resolution: "@types/hast@npm:3.0.0"
dependencies:
"@types/unist": "*"
checksum: ac4c74bdc910101ece1b3cbce98ad559dc333f8d537756c2f1f136a03396e9d25e506fcd5db85663780a9a2683f5401bf42fa0935dc092171e622bfba1497172
languageName: node
linkType: hard

"@types/hoist-non-react-statics@npm:^3.3.1":
version: 3.3.1
resolution: "@types/hoist-non-react-statics@npm:3.3.1"
Expand Down Expand Up @@ -2398,6 +2407,13 @@ __metadata:
languageName: node
linkType: hard

"@types/unist@npm:^3.0.0":
version: 3.0.0
resolution: "@types/unist@npm:3.0.0"
checksum: e9d21a8fb5e332be0acef29192d82632875b2ef3e700f1bc64fdfc1520189542de85c3d4f3bcfbc2f4afdb210f4c23f68061f3fbf10744e920d4f18430d19f49
languageName: node
linkType: hard

"@types/vfile-message@npm:*":
version: 2.0.0
resolution: "@types/vfile-message@npm:2.0.0"
Expand Down Expand Up @@ -2602,6 +2618,13 @@ __metadata:
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
checksum: 4f656b7b4672f2ce6e272f2427d8b0824ed11546a601d8d5412b9d7704e83db38a8d9f402ecdf2b9063fc164af842ad0ec4a55819f621ed7e7ea4d1efcc74524
languageName: node
linkType: hard

"@xmldom/xmldom@npm:^0.8.7":
version: 0.8.10
resolution: "@xmldom/xmldom@npm:0.8.10"
Expand Down Expand Up @@ -5467,6 +5490,17 @@ __metadata:
languageName: node
linkType: hard

"hast-util-sanitize@npm:^5.0.0":
version: 5.0.0
resolution: "hast-util-sanitize@npm:5.0.0"
dependencies:
"@types/hast": ^3.0.0
"@ungap/structured-clone": ^1.2.0
unist-util-position: ^5.0.0
checksum: ad29750c1eaee31b4b26631bedaac2e8b4dc02c99ac82f2cad33fdce80ca88d2a34e690f51f0a19d4e31a7f723eb64ef2f68e9ca8aefae2991932663abc24da6
languageName: node
linkType: hard

"hast-util-to-html@npm:^8.0.0":
version: 8.0.4
resolution: "hast-util-to-html@npm:8.0.4"
Expand Down Expand Up @@ -7772,7 +7806,7 @@ __metadata:
react-resize-detector: ^9.0.0
react-share: 4.4.1
rehype-raw: ^6.1.1
rehype-sanitize: ^5.0.1
rehype-sanitize: ^6.0.0
remark: 14.0.3
remark-gfm: ^3.0.1
remark-html: 15.0.2
Expand Down Expand Up @@ -9004,14 +9038,13 @@ __metadata:
languageName: node
linkType: hard

"rehype-sanitize@npm:^5.0.1":
version: 5.0.1
resolution: "rehype-sanitize@npm:5.0.1"
"rehype-sanitize@npm:^6.0.0":
version: 6.0.0
resolution: "rehype-sanitize@npm:6.0.0"
dependencies:
"@types/hast": ^2.0.0
hast-util-sanitize: ^4.0.0
unified: ^10.0.0
checksum: aa5f3627a767124d21c155b79bab8d5c2bc02e7b14164a5d22fe35b114f331d3bdb81afc150d1378d5cdb39107bd868b28814b1501a1954fdd1183b16dcdd5be
"@types/hast": ^3.0.0
hast-util-sanitize: ^5.0.0
checksum: 8f1b44323a6012fbfa83ee6bc48163b846398952c60e5ddbd3d2275cb46cec4fb8d98a919ffce1b3322af469c6dcef9a0127bcf0a1d96203a5c193d07cd26742
languageName: node
linkType: hard

Expand Down Expand Up @@ -10772,6 +10805,15 @@ __metadata:
languageName: node
linkType: hard

"unist-util-position@npm:^5.0.0":
version: 5.0.0
resolution: "unist-util-position@npm:5.0.0"
dependencies:
"@types/unist": ^3.0.0
checksum: f89b27989b19f07878de9579cd8db2aa0194c8360db69e2c99bd2124a480d79c08f04b73a64daf01a8fb3af7cba65ff4b45a0b978ca243226084ad5f5d441dde
languageName: node
linkType: hard

"unist-util-remove-position@npm:^1.0.0":
version: 1.1.4
resolution: "unist-util-remove-position@npm:1.1.4"
Expand Down

0 comments on commit 7c0a461

Please sign in to comment.