@codefresh-io/eventbus 1.3.1 → 1.4.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/lib/Store.js +2 -1
- package/package.json +4 -4
- package/yarn-error.log +3182 -0
- package/yarn.lock +18 -11
package/yarn.lock
CHANGED
|
@@ -341,12 +341,12 @@ center-align@^0.1.1:
|
|
|
341
341
|
align-text "^0.1.3"
|
|
342
342
|
lazy-cache "^1.0.3"
|
|
343
343
|
|
|
344
|
-
cf-errors@^0.1.
|
|
345
|
-
version "0.1.
|
|
346
|
-
resolved "https://registry.yarnpkg.com/cf-errors/-/cf-errors-0.1.
|
|
347
|
-
integrity sha512-
|
|
344
|
+
cf-errors@^0.1.16:
|
|
345
|
+
version "0.1.16"
|
|
346
|
+
resolved "https://registry.yarnpkg.com/cf-errors/-/cf-errors-0.1.16.tgz#03d0b050ac94762552792907b08bd39d1a012116"
|
|
347
|
+
integrity sha512-ewA6cTS+bVC32NCxIdEu/5HQ8zb09PV1ubdu0t2yPXs51K31gI78+XGEomVjaXdTbZcGBPVIWhFnG6R/U7K4IQ==
|
|
348
348
|
dependencies:
|
|
349
|
-
lodash "4.17.
|
|
349
|
+
lodash "^4.17.21"
|
|
350
350
|
|
|
351
351
|
chai@^3.0.0:
|
|
352
352
|
version "3.5.0"
|
|
@@ -529,7 +529,14 @@ debug@2.2.0, debug@~2.2.0:
|
|
|
529
529
|
dependencies:
|
|
530
530
|
ms "0.7.1"
|
|
531
531
|
|
|
532
|
-
debug
|
|
532
|
+
debug@2.6.9:
|
|
533
|
+
version "2.6.9"
|
|
534
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
|
535
|
+
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
|
|
536
|
+
dependencies:
|
|
537
|
+
ms "2.0.0"
|
|
538
|
+
|
|
539
|
+
debug@^2.1.1, debug@^2.2.0:
|
|
533
540
|
version "2.6.8"
|
|
534
541
|
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
|
|
535
542
|
dependencies:
|
|
@@ -1871,11 +1878,6 @@ lodash@3.7.x:
|
|
|
1871
1878
|
version "3.7.0"
|
|
1872
1879
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.7.0.tgz#3678bd8ab995057c07ade836ed2ef087da811d45"
|
|
1873
1880
|
|
|
1874
|
-
lodash@4.17.20:
|
|
1875
|
-
version "4.17.20"
|
|
1876
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
|
|
1877
|
-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
|
|
1878
|
-
|
|
1879
1881
|
lodash@^3.0.1:
|
|
1880
1882
|
version "3.10.1"
|
|
1881
1883
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
|
|
@@ -1884,6 +1886,11 @@ lodash@^4.0.0, lodash@^4.2.0:
|
|
|
1884
1886
|
version "4.15.0"
|
|
1885
1887
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.15.0.tgz#3162391d8f0140aa22cf8f6b3c34d6b7f63d3aa9"
|
|
1886
1888
|
|
|
1889
|
+
lodash@^4.17.21:
|
|
1890
|
+
version "4.17.21"
|
|
1891
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
|
1892
|
+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
1893
|
+
|
|
1887
1894
|
lodash@~1.0.1:
|
|
1888
1895
|
version "1.0.2"
|
|
1889
1896
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.0.2.tgz#8f57560c83b59fc270bd3d561b690043430e2551"
|