2
2
# yarn lockfile v1
3
3
4
4
5
- " @codefresh-io/task-logger@^0.0.1 " :
6
- version "0.0.1 "
7
- resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-0.0.1 .tgz#e1518ae5c14defdf8961da9459b2f96cddff034c "
8
- integrity sha512-DeFF+Ao5KQKnUyd/W6cKjFvj6w/jhHSJVXZtftQomizAFQ4UxG8pThi2UgDZ4Ew4rAJy6kLo9BaduF5buapJmg ==
5
+ " @codefresh-io/task-logger@^0.0.2 " :
6
+ version "0.0.2 "
7
+ resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-0.0.2 .tgz#464bf69309447877e45f6770d68cd89f48a78c4c "
8
+ integrity sha512-EpBqPMxzLC/EHzBRDiA8TZx34rgUR+qHBiZB/EBk0Hz+mVROxK+GoGaCJrhIYsVZ7FOp2UbWtI9WUpNRe+0ciA ==
9
9
dependencies :
10
10
cf-errors "^0.1.11"
11
11
crypto "0.0.3"
17
17
q "^1.4.1"
18
18
redis "^2.8.0"
19
19
request "^2.88.0"
20
- request-promise "^4.2.4"
21
20
22
21
" @sinonjs/commons@^1.0.2" , "@sinonjs/commons@^1.3.0":
23
22
version "1.3.0"
@@ -433,11 +432,6 @@ bl@~1.0.0:
433
432
dependencies :
434
433
readable-stream "~2.0.5"
435
434
436
- bluebird@^3.5.0 :
437
- version "3.5.3"
438
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
439
- integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
440
-
441
435
boom@2.x.x :
442
436
version "2.10.1"
443
437
resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
@@ -3573,7 +3567,7 @@ ps-tree@0.0.x:
3573
3567
dependencies :
3574
3568
event-stream "~0.5"
3575
3569
3576
- psl@^1.1.24, psl@^1.1.28 :
3570
+ psl@^1.1.24 :
3577
3571
version "1.1.31"
3578
3572
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
3579
3573
integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
@@ -3589,7 +3583,7 @@ punycode@^1.4.1:
3589
3583
version "1.4.1"
3590
3584
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
3591
3585
3592
- punycode@^2.1.0, punycode@^2.1.1 :
3586
+ punycode@^2.1.0 :
3593
3587
version "2.1.1"
3594
3588
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
3595
3589
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
@@ -3798,23 +3792,6 @@ replace-ext@0.0.1:
3798
3792
version "0.0.1"
3799
3793
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924"
3800
3794
3801
- request-promise-core@1.1.2 :
3802
- version "1.1.2"
3803
- resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.2.tgz#339f6aababcafdb31c799ff158700336301d3346"
3804
- integrity sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==
3805
- dependencies :
3806
- lodash "^4.17.11"
3807
-
3808
- request-promise@^4.2.4 :
3809
- version "4.2.4"
3810
- resolved "https://registry.yarnpkg.com/request-promise/-/request-promise-4.2.4.tgz#1c5ed0d71441e38ad58c7ce4ea4ea5b06d54b310"
3811
- integrity sha512-8wgMrvE546PzbR5WbYxUQogUnUDfM0S7QIFZMID+J73vdFARkFy+HElj4T+MWYhpXwlLp0EQ8Zoj8xUA0he4Vg==
3812
- dependencies :
3813
- bluebird "^3.5.0"
3814
- request-promise-core "1.1.2"
3815
- stealthy-require "^1.1.1"
3816
- tough-cookie "^2.3.3"
3817
-
3818
3795
request@2.67.x :
3819
3796
version "2.67.0"
3820
3797
resolved "https://registry.yarnpkg.com/request/-/request-2.67.0.tgz#8af74780e2bf11ea0ae9aa965c11f11afd272742"
@@ -4209,11 +4186,6 @@ static-extend@^0.1.1:
4209
4186
define-property "^0.2.5"
4210
4187
object-copy "^0.1.0"
4211
4188
4212
- stealthy-require@^1.1.1 :
4213
- version "1.1.1"
4214
- resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b"
4215
- integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
4216
-
4217
4189
stream-consume@~0.1.0 :
4218
4190
version "0.1.1"
4219
4191
resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.1.tgz#d3bdb598c2bd0ae82b8cac7ac50b1107a7996c48"
@@ -4476,14 +4448,6 @@ to-regex@^3.0.1, to-regex@^3.0.2:
4476
4448
regex-not "^1.0.2"
4477
4449
safe-regex "^1.1.0"
4478
4450
4479
- tough-cookie@^2.3.3 :
4480
- version "2.5.0"
4481
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
4482
- integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
4483
- dependencies :
4484
- psl "^1.1.28"
4485
- punycode "^2.1.1"
4486
-
4487
4451
tough-cookie@~2.2.0 :
4488
4452
version "2.2.2"
4489
4453
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.2.2.tgz#c83a1830f4e5ef0b93ef2a3488e724f8de016ac7"
0 commit comments