tools: update lint-md-dependencies

- @rollup/plugin-commonjs@28.0.1
- @rollup/plugin-node-resolve@15.3.0
- remark-preset-lint-node@5.1.2
- rollup@4.24.0

PR-URL: https://github.com/nodejs/node/pull/55470
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
Node.js GitHub Bot 2024-10-22 14:55:44 +02:00 committed by GitHub
parent a3693d2c49
commit 90b5a2e308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1519 additions and 2225 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -7,16 +7,16 @@
},
"dependencies": {
"remark-parse": "^11.0.0",
"remark-preset-lint-node": "^5.1.0",
"remark-preset-lint-node": "^5.1.2",
"remark-stringify": "^11.0.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"vfile-reporter": "^8.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.22.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup": "^4.24.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}