CLI documentation update from CI

npm CLI robot committed Dec 12, 2022 at 02:39 UTC bde8658776f1347d7403e54cc968a64e009c66a2
1 file changed +31 -2
package-lock.json
+31 -2
@@ -25,7 +25,7 @@
25 "@octokit/rest": "^19.0.5",
26 "front-matter": "^4.0.2",
27 "minimatch": "^5.1.0",
28 - "minipass": "^3.3.4",
28 + "minipass": "^4.0.0",
29 "pacote": "^15.0.2",
30 "proc-log": "^3.0.0",
31 "semver": "^7.3.8",
@@ -287,6 +287,22 @@
287 "js-yaml": "bin/js-yaml.js"
288 }
289 },
290 + "cli/node_modules/minipass": {
291 + "version": "4.0.0",
292 + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz",
293 + "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==",
294 + "dependencies": {
295 + "yallist": "^4.0.0"
296 + },
297 + "engines": {
298 + "node": ">=8"
299 + }
300 + },
301 + "cli/node_modules/yallist": {
302 + "version": "4.0.0",
303 + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
304 + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
305 + },
306 "cli/node_modules/yaml": {
307 "version": "2.1.3",
308 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
@@ -36820,7 +36836,7 @@
36836 "@octokit/rest": "^19.0.5",
36837 "front-matter": "^4.0.2",
36838 "minimatch": "^5.1.0",
36823 - "minipass": "^3.3.4",
36839 + "minipass": "^4.0.0",
36840 "pacote": "^15.0.2",
36841 "proc-log": "^3.0.0",
36842 "semver": "^7.3.8",
@@ -37011,6 +37027,19 @@
37027 "argparse": "^2.0.1"
37028 }
37029 },
37030 + "minipass": {
37031 + "version": "4.0.0",
37032 + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz",
37033 + "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==",
37034 + "requires": {
37035 + "yallist": "^4.0.0"
37036 + }
37037 + },
37038 + "yallist": {
37039 + "version": "4.0.0",
37040 + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
37041 + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
37042 + },
37043 "yaml": {
37044 "version": "2.1.3",
37045 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",