summaryrefslogtreecommitdiff
path: root/tools/doc/package.json
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-08-05 15:09:15 -0400
committerRefael Ackermann <refack@gmail.com>2019-03-10 10:26:29 -0400
commitcba2c7a87463b16b1b2bec2785b31f09390f135c (patch)
treee6800aec25d6befd89df8d002c74def66bfaf50e /tools/doc/package.json
parent8d665c0a8a2542f4d757eb4f0b57e4aa7694dbef (diff)
downloadandroid-node-v8-cba2c7a87463b16b1b2bec2785b31f09390f135c.tar.gz
android-node-v8-cba2c7a87463b16b1b2bec2785b31f09390f135c.tar.bz2
android-node-v8-cba2c7a87463b16b1b2bec2785b31f09390f135c.zip
tools: update to mdast-util-to-hast v3.0.2
See https://github.com/syntax-tree/mdast-util-to-hast/pull/21 Note: I updated all of the tools/doc dependencies, not just this one, and removed the previous workaround that was in place until this change landed. PR-URL: https://github.com/nodejs/node/pull/22140 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'tools/doc/package.json')
-rw-r--r--tools/doc/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/doc/package.json b/tools/doc/package.json
index 41ae87889d..89648a8490 100644
--- a/tools/doc/package.json
+++ b/tools/doc/package.json
@@ -12,14 +12,14 @@
"remark-html": "^7.0.0",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.0",
- "to-vfile": "^5.0.0",
+ "to-vfile": "^5.0.1",
"unified": "^7.0.0",
"unist-util-find": "^1.0.1",
"unist-util-select": "^1.5.0",
- "unist-util-visit": "^1.3.1"
+ "unist-util-visit": "^1.4.0"
},
"devDependencies": {
- "js-yaml": "^3.5.2"
+ "js-yaml": "^3.12.2"
},
"optionalDependencies": {},
"bin": "./generate.js"