Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNode.js GitHub Bot <github-bot@iojs.org>2022-02-21 04:36:12 +0300
committerGitHub <noreply@github.com>2022-02-21 04:36:12 +0300
commit916227b3ed041ff13d588b02f98e9be0846a5a7c (patch)
tree6320bc67cd68a007d809a6d781f33f56791043ff /tools
parent6abd71e2d9f6cfd00e3ee55857e2efbd96da34fd (diff)
tools: update lint-md-dependencies to rollup@2.67.3
PR-URL: https://github.com/nodejs/node/pull/42057 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/lint-md/package-lock.json14
-rw-r--r--tools/lint-md/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json
index a5c5c1a0e42..9535e4d7ab8 100644
--- a/tools/lint-md/package-lock.json
+++ b/tools/lint-md/package-lock.json
@@ -18,7 +18,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
- "rollup": "^2.67.2",
+ "rollup": "^2.67.3",
"rollup-plugin-cleanup": "^3.2.1"
}
},
@@ -2193,9 +2193,9 @@
}
},
"node_modules/rollup": {
- "version": "2.67.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.2.tgz",
- "integrity": "sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==",
+ "version": "2.67.3",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.3.tgz",
+ "integrity": "sha512-G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -4167,9 +4167,9 @@
}
},
"rollup": {
- "version": "2.67.2",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.2.tgz",
- "integrity": "sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==",
+ "version": "2.67.3",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.3.tgz",
+ "integrity": "sha512-G/x1vUwbGtP6O5ZM8/sWr8+p7YfZhI18pPqMRtMYMWSbHjKZ/ajHGiM+GWNTlWyOR0EHIdT8LHU+Z4ciIZ1oBw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json
index d399e7a6384..6e2e2d2fa7c 100644
--- a/tools/lint-md/package.json
+++ b/tools/lint-md/package.json
@@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
- "rollup": "^2.67.2",
+ "rollup": "^2.67.3",
"rollup-plugin-cleanup": "^3.2.1"
}
}