CLI documentation update from CI
npm CLI robot committed
May 13, 2026 at 03:24 UTC
e5fec361d24a2c3bc1b5ced0fc7a41cf97af3e9c
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": "81793aeabcd862ed2be3d62b7864bf7ea34d0b2b"
5
+ "v11": "b61281da2d4e0a60a93f7138392bfc5893595705"
6
}
\ No newline at end of file
package-lock.json
+15
@@ -17600,6 +17600,21 @@
17600
"npm": "1.2.8000 || >= 1.4.16"
17601
}
17602
},
17603
+ "node_modules/express/node_modules/body-parser/node_modules/qs": {
17604
+ "version": "6.13.0",
17605
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
17606
+ "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
17607
+ "license": "BSD-3-Clause",
17608
+ "dependencies": {
17609
+ "side-channel": "^1.0.6"
17610
+ },
17611
+ "engines": {
17612
+ "node": ">=0.6"
17613
+ },
17614
+ "funding": {
17615
+ "url": "https://github.com/sponsors/ljharb"
17616
+ }
17617
+ },
17618
"node_modules/express/node_modules/cookie": {
17619
"version": "0.7.1",
17620
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",