tools: update doc dependencies

Updated to rehype-raw@7.0.0 rehype-stringify@10.0.0 unified@11.0.2

PR-URL: https://github.com/nodejs/node/pull/49467
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Node.js GitHub Bot
2023-09-05 07:13:53 +01:00
committed by GitHub
parent 6a5394ea7d
commit 5b31ff1127
2 changed files with 2238 additions and 266 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,15 +9,15 @@
"devDependencies": {
"highlight.js": "^11.8.0",
"js-yaml": "^4.1.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"to-vfile": "^8.0.0",
"unified": "^10.1.2",
"unified": "^11.0.2",
"unist-util-select": "^5.0.0",
"unist-util-visit": "^5.0.0"
},