CLI documentation update from CI
npm CLI robot committed
Jun 9, 2026 at 03:24 UTC
71edc82471f88898c3928ca8adf0932bf243b721
2 files changed
+16
-1
cli-cache.json
+1
-1
@@ -2,5 +2,5 @@
2
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4
"v10": "189ba136a75c773927a5cb8922e6b00c71814d35",
5
- "v11": "455aa4a17b92a77ffbd474c4dc17a16f71cfe6b1"
5
+ "v11": "4e2496a6a7ae015483dd9ff9072830c939baddff"
6
}
\ No newline at end of file
package-lock.json
+15
@@ -17627,6 +17627,21 @@
17627
"npm": "1.2.8000 || >= 1.4.16"
17628
}
17629
},
17630
+ "node_modules/express/node_modules/body-parser/node_modules/qs": {
17631
+ "version": "6.13.0",
17632
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
17633
+ "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
17634
+ "license": "BSD-3-Clause",
17635
+ "dependencies": {
17636
+ "side-channel": "^1.0.6"
17637
+ },
17638
+ "engines": {
17639
+ "node": ">=0.6"
17640
+ },
17641
+ "funding": {
17642
+ "url": "https://github.com/sponsors/ljharb"
17643
+ }
17644
+ },
17645
"node_modules/express/node_modules/cookie": {
17646
"version": "0.7.1",
17647
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",