tools: update lint-md-dependencies

- @rollup/plugin-node-resolve@15.2.0
- unified@11.0.1
- vfile-reporter@8.1.0

PR-URL: https://github.com/nodejs/node/pull/49253
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2023-08-20 00:22:37 +00:00 committed by Luigi Pinca
parent 4178683a26
commit 1ca23adc35
3 changed files with 1651 additions and 503 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,12 @@
"remark-preset-lint-node": "^4.0.0",
"remark-stringify": "^10.0.3",
"to-vfile": "^8.0.0",
"unified": "^10.1.2",
"vfile-reporter": "^8.0.0"
"unified": "^11.0.1",
"vfile-reporter": "^8.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.0",
"rollup": "^3.28.0",
"rollup-plugin-cleanup": "^3.2.1"
}