codefresh 0.78.3 → 0.78.4

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/yarn.lock +11 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codefresh",
3
- "version": "0.78.3",
3
+ "version": "0.78.4",
4
4
  "description": "Codefresh command line utility",
5
5
  "main": "index.js",
6
6
  "preferGlobal": true,
@@ -36,9 +36,9 @@
36
36
  "bluebird": "^3.5.1",
37
37
  "cf-errors": "^0.1.16",
38
38
  "chalk": "^4.1.0",
39
- "cli-progress": "3.6.0",
39
+ "cli-progress": "3.10.0",
40
40
  "codefresh-sdk": "^1.9.22",
41
- "colors": "^1.1.2",
41
+ "colors": "1.4.0",
42
42
  "columnify": "^1.5.4",
43
43
  "compare-versions": "^3.4.0",
44
44
  "copy-dir": "^0.3.0",
@@ -64,7 +64,7 @@
64
64
  "mongodb": "^3.0.1",
65
65
  "node-forge": "^0.10.0",
66
66
  "ora": "^3.0.0",
67
- "prettyjson": "^1.2.1",
67
+ "prettyjson": "^1.2.5",
68
68
  "promise-retry": "^2.0.1",
69
69
  "recursive-readdir": "^2.2.1",
70
70
  "request": "^2.88.0",
package/yarn.lock CHANGED
@@ -1010,13 +1010,12 @@ cli-cursor@^3.1.0:
1010
1010
  dependencies:
1011
1011
  restore-cursor "^3.1.0"
1012
1012
 
1013
- cli-progress@3.6.0:
1014
- version "3.6.0"
1015
- resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.6.0.tgz#20317e6a653c3e5636fb5f03a7d67cd48ebc215a"
1016
- integrity sha512-elg6jkiDedYrvwqWSae2FGvtbMo37Lo04oI9jJ5cI43Ge3jrDPWzeL3axv7MgBLYHDY/kGio/CXa49m4MWMrNw==
1013
+ cli-progress@3.10.0:
1014
+ version "3.10.0"
1015
+ resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.10.0.tgz#63fd9d6343c598c93542fdfa3563a8b59887d78a"
1016
+ integrity sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==
1017
1017
  dependencies:
1018
- colors "^1.1.2"
1019
- string-width "^2.1.1"
1018
+ string-width "^4.2.0"
1020
1019
 
1021
1020
  cli-spinners@^2.0.0:
1022
1021
  version "2.3.0"
@@ -1127,7 +1126,7 @@ color-name@~1.1.4:
1127
1126
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1128
1127
  integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1129
1128
 
1130
- colors@^1.1.2:
1129
+ colors@1.4.0:
1131
1130
  version "1.4.0"
1132
1131
  resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
1133
1132
  integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -4525,12 +4524,12 @@ pretty-format@^23.6.0:
4525
4524
  ansi-regex "^3.0.0"
4526
4525
  ansi-styles "^3.2.0"
4527
4526
 
4528
- prettyjson@^1.2.1:
4529
- version "1.2.1"
4530
- resolved "https://registry.yarnpkg.com/prettyjson/-/prettyjson-1.2.1.tgz#fcffab41d19cab4dfae5e575e64246619b12d289"
4531
- integrity sha1-/P+rQdGcq0365eV15kJGYZsS0ok=
4527
+ prettyjson@^1.2.5:
4528
+ version "1.2.5"
4529
+ resolved "https://registry.yarnpkg.com/prettyjson/-/prettyjson-1.2.5.tgz#ef3cfffcc70505c032abc59785884b4027031835"
4530
+ integrity sha512-rksPWtoZb2ZpT5OVgtmy0KHVM+Dca3iVwWY9ifwhcexfjebtgjg3wmrUt9PvJ59XIYBcknQeYHD8IAnVlh9lAw==
4532
4531
  dependencies:
4533
- colors "^1.1.2"
4532
+ colors "1.4.0"
4534
4533
  minimist "^1.2.0"
4535
4534
 
4536
4535
  private@^0.1.8: