tools: update lint-md-dependencies to rollup@4.15.0

PR-URL: https://github.com/nodejs/node/pull/52617
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2024-04-23 03:48:22 +03:00 committed by GitHub
parent 0f5429b2ae
commit a2f3b1df93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 499 additions and 290 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.14.3",
"rollup": "^4.15.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}