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

PR-URL: https://github.com/nodejs/node/pull/48965
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Node.js GitHub Bot
2023-08-01 01:45:06 +01:00
committed by GitHub
parent 1fea67cbed
commit f169f791a0
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"rollup": "^3.26.3",
"rollup": "^3.27.0",
"rollup-plugin-cleanup": "^3.2.1"
}
},
@@ -2230,9 +2230,9 @@
}
},
"node_modules/rollup": {
"version": "3.26.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.3.tgz",
"integrity": "sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==",
"version": "3.27.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz",
"integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"rollup": "^3.26.3",
"rollup": "^3.27.0",
"rollup-plugin-cleanup": "^3.2.1"
}
}