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

PR-URL: https://github.com/nodejs/node/pull/46712
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Node.js GitHub Bot
2023-02-19 00:26:04 +00:00
parent 4b619529d9
commit 6bc87b71fd
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.17.0",
"rollup": "^3.17.1",
"rollup-plugin-cleanup": "^3.2.1"
}
},
@@ -2232,9 +2232,9 @@
}
},
"node_modules/rollup": {
"version": "3.17.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.0.tgz",
"integrity": "sha512-0zZQ0J4p0ZtTla6l8sheDTUyNfGZQDpU5h0nPHf6xtUXIzKK70LmB2IRR0wLnzaL8a02fjmsJy+XCncbSwOpjg==",
"version": "3.17.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.1.tgz",
"integrity": "sha512-8RnSms6rNqHmZK+wiqgnPCqen+rRnUHXkciGDirh7B00g1rX1vpKbPDhuxCvAG2bburoI+W4Q9/PlUB/zYkiYA==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.17.0",
"rollup": "^3.17.1",
"rollup-plugin-cleanup": "^3.2.1"
}
}