@automattic/vip 2.36.0 → 2.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ ### 2.36.1
4
+
5
+ - #1550 chore(deps): replace cli-table with cli-table3
6
+
3
7
  ### 2.36.0
4
8
 
5
9
  - #1527 chore(dev-deps): remove @babel/plugin-transform-modules-commonjs and babel-plugin-module-resolver
@@ -17,7 +17,7 @@ exports.requoteArgs = requoteArgs;
17
17
  exports.table = table;
18
18
  var _plainjs = require("@json2csv/plainjs");
19
19
  var _chalk = _interopRequireDefault(require("chalk"));
20
- var _cliTable = _interopRequireDefault(require("cli-table"));
20
+ var _cliTable = _interopRequireDefault(require("cli-table3"));
21
21
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
22
22
  function formatData(data, format) {
23
23
  if (!data.length) {
@@ -63,7 +63,7 @@ function table(data) {
63
63
  const dataTable = new _cliTable.default({
64
64
  head: formatFields(fields),
65
65
  style: {
66
- head: ['blueBright']
66
+ head: ['brightBlue']
67
67
  }
68
68
  });
69
69
  data.forEach(datum => {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "2.36.0",
3
+ "version": "2.36.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@automattic/vip",
9
- "version": "2.36.0",
9
+ "version": "2.36.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "chalk": "4.1.2",
19
19
  "check-disk-space": "3.4.0",
20
20
  "cli-columns": "^4.0.0",
21
- "cli-table": "github:automattic/cli-table#7b14232",
21
+ "cli-table3": "^0.6.3",
22
22
  "configstore": "5.0.1",
23
23
  "copy-dir": "0.4.0",
24
24
  "debug": "4.3.4",
@@ -2358,6 +2358,15 @@
2358
2358
  "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
2359
2359
  "dev": true
2360
2360
  },
2361
+ "node_modules/@colors/colors": {
2362
+ "version": "1.5.0",
2363
+ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
2364
+ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
2365
+ "optional": true,
2366
+ "engines": {
2367
+ "node": ">=0.1.90"
2368
+ }
2369
+ },
2361
2370
  "node_modules/@es-joy/jsdoccomment": {
2362
2371
  "version": "0.40.1",
2363
2372
  "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz",
@@ -5203,93 +5212,58 @@
5203
5212
  "node": ">=4"
5204
5213
  }
5205
5214
  },
5206
- "node_modules/cli-table": {
5207
- "version": "0.3.1",
5208
- "resolved": "git+ssh://git@github.com/automattic/cli-table.git#7b14232ba779929e1859b267bf753c150d90a618",
5209
- "integrity": "sha512-cgJEeZsoWrjcWTk0F4ycOIQku5HZYSG0qgHmg1t5y9zIn0IeOgKDq/3eaUfgtUWtLiTBIDQXMDtInaYTGMuxKQ==",
5210
- "license": "MIT",
5211
- "dependencies": {
5212
- "chalk": "^2.4.1",
5213
- "wcwidth": "^1.0.1"
5214
- },
5215
- "engines": {
5216
- "node": ">= 7.5.0"
5217
- }
5218
- },
5219
- "node_modules/cli-table/node_modules/chalk": {
5220
- "version": "2.4.2",
5221
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
5222
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
5223
- "dependencies": {
5224
- "ansi-styles": "^3.2.1",
5225
- "escape-string-regexp": "^1.0.5",
5226
- "supports-color": "^5.3.0"
5227
- },
5228
- "engines": {
5229
- "node": ">=4"
5230
- }
5231
- },
5232
5215
  "node_modules/cli-table3": {
5233
- "version": "0.5.1",
5234
- "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
5235
- "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
5216
+ "version": "0.6.3",
5217
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
5218
+ "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
5236
5219
  "dependencies": {
5237
- "object-assign": "^4.1.0",
5238
- "string-width": "^2.1.1"
5220
+ "string-width": "^4.2.0"
5239
5221
  },
5240
5222
  "engines": {
5241
- "node": ">=6"
5223
+ "node": "10.* || >= 12.*"
5242
5224
  },
5243
5225
  "optionalDependencies": {
5244
- "colors": "^1.1.2"
5226
+ "@colors/colors": "1.5.0"
5245
5227
  }
5246
5228
  },
5247
5229
  "node_modules/cli-table3/node_modules/ansi-regex": {
5248
- "version": "3.0.1",
5249
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
5250
- "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
5251
- "engines": {
5252
- "node": ">=4"
5253
- }
5254
- },
5255
- "node_modules/cli-table3/node_modules/colors": {
5256
- "version": "1.4.0",
5257
- "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
5258
- "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
5259
- "optional": true,
5230
+ "version": "5.0.1",
5231
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
5232
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
5260
5233
  "engines": {
5261
- "node": ">=0.1.90"
5234
+ "node": ">=8"
5262
5235
  }
5263
5236
  },
5264
5237
  "node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
5265
- "version": "2.0.0",
5266
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
5267
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
5238
+ "version": "3.0.0",
5239
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
5240
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
5268
5241
  "engines": {
5269
- "node": ">=4"
5242
+ "node": ">=8"
5270
5243
  }
5271
5244
  },
5272
5245
  "node_modules/cli-table3/node_modules/string-width": {
5273
- "version": "2.1.1",
5274
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
5275
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
5246
+ "version": "4.2.3",
5247
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
5248
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
5276
5249
  "dependencies": {
5277
- "is-fullwidth-code-point": "^2.0.0",
5278
- "strip-ansi": "^4.0.0"
5250
+ "emoji-regex": "^8.0.0",
5251
+ "is-fullwidth-code-point": "^3.0.0",
5252
+ "strip-ansi": "^6.0.1"
5279
5253
  },
5280
5254
  "engines": {
5281
- "node": ">=4"
5255
+ "node": ">=8"
5282
5256
  }
5283
5257
  },
5284
5258
  "node_modules/cli-table3/node_modules/strip-ansi": {
5285
- "version": "4.0.0",
5286
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
5287
- "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
5259
+ "version": "6.0.1",
5260
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
5261
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
5288
5262
  "dependencies": {
5289
- "ansi-regex": "^3.0.0"
5263
+ "ansi-regex": "^5.0.1"
5290
5264
  },
5291
5265
  "engines": {
5292
- "node": ">=4"
5266
+ "node": ">=8"
5293
5267
  }
5294
5268
  },
5295
5269
  "node_modules/cli-width": {
@@ -5347,14 +5321,6 @@
5347
5321
  "node": ">=8"
5348
5322
  }
5349
5323
  },
5350
- "node_modules/clone": {
5351
- "version": "1.0.4",
5352
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
5353
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
5354
- "engines": {
5355
- "node": ">=0.8"
5356
- }
5357
- },
5358
5324
  "node_modules/co": {
5359
5325
  "version": "4.6.0",
5360
5326
  "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
@@ -5722,17 +5688,6 @@
5722
5688
  "node": ">=0.10.0"
5723
5689
  }
5724
5690
  },
5725
- "node_modules/defaults": {
5726
- "version": "1.0.4",
5727
- "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
5728
- "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
5729
- "dependencies": {
5730
- "clone": "^1.0.2"
5731
- },
5732
- "funding": {
5733
- "url": "https://github.com/sponsors/sindresorhus"
5734
- }
5735
- },
5736
5691
  "node_modules/defer-to-connect": {
5737
5692
  "version": "2.0.1",
5738
5693
  "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
@@ -9882,6 +9837,69 @@
9882
9837
  "node": ">=8"
9883
9838
  }
9884
9839
  },
9840
+ "node_modules/lando/node_modules/cli-table3": {
9841
+ "version": "0.5.1",
9842
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
9843
+ "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
9844
+ "dependencies": {
9845
+ "object-assign": "^4.1.0",
9846
+ "string-width": "^2.1.1"
9847
+ },
9848
+ "engines": {
9849
+ "node": ">=6"
9850
+ },
9851
+ "optionalDependencies": {
9852
+ "colors": "^1.1.2"
9853
+ }
9854
+ },
9855
+ "node_modules/lando/node_modules/cli-table3/node_modules/ansi-regex": {
9856
+ "version": "3.0.1",
9857
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
9858
+ "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
9859
+ "engines": {
9860
+ "node": ">=4"
9861
+ }
9862
+ },
9863
+ "node_modules/lando/node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
9864
+ "version": "2.0.0",
9865
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
9866
+ "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
9867
+ "engines": {
9868
+ "node": ">=4"
9869
+ }
9870
+ },
9871
+ "node_modules/lando/node_modules/cli-table3/node_modules/string-width": {
9872
+ "version": "2.1.1",
9873
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
9874
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
9875
+ "dependencies": {
9876
+ "is-fullwidth-code-point": "^2.0.0",
9877
+ "strip-ansi": "^4.0.0"
9878
+ },
9879
+ "engines": {
9880
+ "node": ">=4"
9881
+ }
9882
+ },
9883
+ "node_modules/lando/node_modules/cli-table3/node_modules/strip-ansi": {
9884
+ "version": "4.0.0",
9885
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
9886
+ "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
9887
+ "dependencies": {
9888
+ "ansi-regex": "^3.0.0"
9889
+ },
9890
+ "engines": {
9891
+ "node": ">=4"
9892
+ }
9893
+ },
9894
+ "node_modules/lando/node_modules/colors": {
9895
+ "version": "1.4.0",
9896
+ "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
9897
+ "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
9898
+ "optional": true,
9899
+ "engines": {
9900
+ "node": ">=0.1.90"
9901
+ }
9902
+ },
9885
9903
  "node_modules/lando/node_modules/is-fullwidth-code-point": {
9886
9904
  "version": "3.0.0",
9887
9905
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -12811,14 +12829,6 @@
12811
12829
  "makeerror": "1.0.12"
12812
12830
  }
12813
12831
  },
12814
- "node_modules/wcwidth": {
12815
- "version": "1.0.1",
12816
- "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
12817
- "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
12818
- "dependencies": {
12819
- "defaults": "^1.0.3"
12820
- }
12821
- },
12822
12832
  "node_modules/webidl-conversions": {
12823
12833
  "version": "3.0.1",
12824
12834
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
@@ -14975,6 +14985,12 @@
14975
14985
  "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
14976
14986
  "dev": true
14977
14987
  },
14988
+ "@colors/colors": {
14989
+ "version": "1.5.0",
14990
+ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
14991
+ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
14992
+ "optional": true
14993
+ },
14978
14994
  "@es-joy/jsdoccomment": {
14979
14995
  "version": "0.40.1",
14980
14996
  "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.40.1.tgz",
@@ -17103,68 +17119,41 @@
17103
17119
  "restore-cursor": "^2.0.0"
17104
17120
  }
17105
17121
  },
17106
- "cli-table": {
17107
- "version": "git+ssh://git@github.com/automattic/cli-table.git#7b14232ba779929e1859b267bf753c150d90a618",
17108
- "integrity": "sha512-cgJEeZsoWrjcWTk0F4ycOIQku5HZYSG0qgHmg1t5y9zIn0IeOgKDq/3eaUfgtUWtLiTBIDQXMDtInaYTGMuxKQ==",
17109
- "from": "cli-table@github:automattic/cli-table#7b14232",
17110
- "requires": {
17111
- "chalk": "^2.4.1",
17112
- "wcwidth": "^1.0.1"
17113
- },
17114
- "dependencies": {
17115
- "chalk": {
17116
- "version": "2.4.2",
17117
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
17118
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
17119
- "requires": {
17120
- "ansi-styles": "^3.2.1",
17121
- "escape-string-regexp": "^1.0.5",
17122
- "supports-color": "^5.3.0"
17123
- }
17124
- }
17125
- }
17126
- },
17127
17122
  "cli-table3": {
17128
- "version": "0.5.1",
17129
- "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
17130
- "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
17123
+ "version": "0.6.3",
17124
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
17125
+ "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
17131
17126
  "requires": {
17132
- "colors": "^1.1.2",
17133
- "object-assign": "^4.1.0",
17134
- "string-width": "^2.1.1"
17127
+ "@colors/colors": "1.5.0",
17128
+ "string-width": "^4.2.0"
17135
17129
  },
17136
17130
  "dependencies": {
17137
17131
  "ansi-regex": {
17138
- "version": "3.0.1",
17139
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
17140
- "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw=="
17141
- },
17142
- "colors": {
17143
- "version": "1.4.0",
17144
- "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
17145
- "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
17146
- "optional": true
17132
+ "version": "5.0.1",
17133
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
17134
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
17147
17135
  },
17148
17136
  "is-fullwidth-code-point": {
17149
- "version": "2.0.0",
17150
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
17151
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="
17137
+ "version": "3.0.0",
17138
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
17139
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
17152
17140
  },
17153
17141
  "string-width": {
17154
- "version": "2.1.1",
17155
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
17156
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
17142
+ "version": "4.2.3",
17143
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
17144
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
17157
17145
  "requires": {
17158
- "is-fullwidth-code-point": "^2.0.0",
17159
- "strip-ansi": "^4.0.0"
17146
+ "emoji-regex": "^8.0.0",
17147
+ "is-fullwidth-code-point": "^3.0.0",
17148
+ "strip-ansi": "^6.0.1"
17160
17149
  }
17161
17150
  },
17162
17151
  "strip-ansi": {
17163
- "version": "4.0.0",
17164
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
17165
- "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
17152
+ "version": "6.0.1",
17153
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
17154
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
17166
17155
  "requires": {
17167
- "ansi-regex": "^3.0.0"
17156
+ "ansi-regex": "^5.0.1"
17168
17157
  }
17169
17158
  }
17170
17159
  }
@@ -17214,11 +17203,6 @@
17214
17203
  }
17215
17204
  }
17216
17205
  },
17217
- "clone": {
17218
- "version": "1.0.4",
17219
- "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
17220
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
17221
- },
17222
17206
  "co": {
17223
17207
  "version": "4.6.0",
17224
17208
  "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
@@ -17499,14 +17483,6 @@
17499
17483
  "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
17500
17484
  "dev": true
17501
17485
  },
17502
- "defaults": {
17503
- "version": "1.0.4",
17504
- "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
17505
- "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
17506
- "requires": {
17507
- "clone": "^1.0.2"
17508
- }
17509
- },
17510
17486
  "defer-to-connect": {
17511
17487
  "version": "2.0.1",
17512
17488
  "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz",
@@ -20520,6 +20496,51 @@
20520
20496
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
20521
20497
  "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
20522
20498
  },
20499
+ "cli-table3": {
20500
+ "version": "0.5.1",
20501
+ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.5.1.tgz",
20502
+ "integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
20503
+ "requires": {
20504
+ "colors": "^1.1.2",
20505
+ "object-assign": "^4.1.0",
20506
+ "string-width": "^2.1.1"
20507
+ },
20508
+ "dependencies": {
20509
+ "ansi-regex": {
20510
+ "version": "3.0.1",
20511
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz",
20512
+ "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw=="
20513
+ },
20514
+ "is-fullwidth-code-point": {
20515
+ "version": "2.0.0",
20516
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
20517
+ "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w=="
20518
+ },
20519
+ "string-width": {
20520
+ "version": "2.1.1",
20521
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
20522
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
20523
+ "requires": {
20524
+ "is-fullwidth-code-point": "^2.0.0",
20525
+ "strip-ansi": "^4.0.0"
20526
+ }
20527
+ },
20528
+ "strip-ansi": {
20529
+ "version": "4.0.0",
20530
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
20531
+ "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
20532
+ "requires": {
20533
+ "ansi-regex": "^3.0.0"
20534
+ }
20535
+ }
20536
+ }
20537
+ },
20538
+ "colors": {
20539
+ "version": "1.4.0",
20540
+ "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
20541
+ "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
20542
+ "optional": true
20543
+ },
20523
20544
  "is-fullwidth-code-point": {
20524
20545
  "version": "3.0.0",
20525
20546
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -22648,14 +22669,6 @@
22648
22669
  "makeerror": "1.0.12"
22649
22670
  }
22650
22671
  },
22651
- "wcwidth": {
22652
- "version": "1.0.1",
22653
- "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
22654
- "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=",
22655
- "requires": {
22656
- "defaults": "^1.0.3"
22657
- }
22658
- },
22659
22672
  "webidl-conversions": {
22660
22673
  "version": "3.0.1",
22661
22674
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "2.36.0",
3
+ "version": "2.36.1",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -142,7 +142,7 @@
142
142
  "chalk": "4.1.2",
143
143
  "check-disk-space": "3.4.0",
144
144
  "cli-columns": "^4.0.0",
145
- "cli-table": "github:automattic/cli-table#7b14232",
145
+ "cli-table3": "^0.6.3",
146
146
  "configstore": "5.0.1",
147
147
  "copy-dir": "0.4.0",
148
148
  "debug": "4.3.4",