tools: update all dependencies of markdown linter

PR-URL: https://github.com/nodejs/node/pull/40035
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Michaël Zasso
2021-09-08 11:25:56 +02:00
committed by Node.js GitHub Bot
parent 90c0a5c61c
commit dce7511062
3 changed files with 1795 additions and 8189 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -6,15 +6,15 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"rollup": "^2.52.7",
"rollup": "^2.56.3",
"shx": "^0.3.3"
},
"dependencies": {
"markdown-extensions": "^1.1.1",
"remark": "^14.0.0",
"remark": "^14.0.1",
"remark-gfm": "^2.0.0",
"remark-preset-lint-node": "^3.0.0",
"unified-args": "^9.0.0"
"remark-preset-lint-node": "^3.0.1",
"unified-args": "^9.0.2"
},
"main": "dist/index.js",
"scripts": {