Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Minor package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Aug 8, 2019
1 parent d0ca129 commit 22c3441
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@hapi/joi": "^15.1.0",
"archiver": "^3.0.3",
"archiver": "^3.1.1",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cosmiconfig": "^5.2.1",
Expand All @@ -47,10 +47,10 @@
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"coveralls": "^3.0.5",
"eslint-config-globex": "^2.1.1",
"coveralls": "^3.0.6",
"eslint-config-globex": "^2.1.2",
"flow-bin": "^0.104.0",
"flow-typed": "^2.6.0",
"flow-typed": "^2.6.1",
"jest": "^24.8.0",
"prettier-package-json": "^2.1.0"
},
Expand Down
78 changes: 39 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1193,18 +1193,18 @@ archiver-utils@^2.1.0:
normalize-path "^3.0.0"
readable-stream "^2.0.0"

archiver@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.0.3.tgz#7487be5172650619eb5e3a473032a348a3412cdc"
integrity sha512-d0W7NUyXoLklozHHfvWnHoHS3dvQk8eB22pv5tBwcu1jEO5eZY8W+gHytkAaJ0R8fU2TnNThrWYxjvFlKvRxpw==
archiver@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.1.1.tgz#9db7819d4daf60aec10fe86b16cb9258ced66ea0"
integrity sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==
dependencies:
archiver-utils "^2.1.0"
async "^2.6.3"
buffer-crc32 "^0.2.1"
glob "^7.1.4"
readable-stream "^3.4.0"
tar-stream "^2.1.0"
zip-stream "^2.1.0"
zip-stream "^2.1.2"

are-we-there-yet@~1.1.2:
version "1.1.5"
Expand Down Expand Up @@ -1778,13 +1778,13 @@ component-emitter@^1.2.1:
resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==

compress-commons@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-2.0.0.tgz#c555107ef865eef0ba8a31fe56ec79f813ed3e65"
integrity sha512-gnETNngrfsAoLBENM8M0DoiCDJkHwz3OfIg4mBtqKDcRgE4oXNwHxHxgHvwKKlrcD7eZ7BVTy4l8t9xVF7q3FQ==
compress-commons@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-2.1.1.tgz#9410d9a534cf8435e3fbbb7c6ce48de2dc2f0610"
integrity sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==
dependencies:
buffer-crc32 "^0.2.13"
crc32-stream "^2.0.0"
crc32-stream "^3.0.1"
normalize-path "^3.0.0"
readable-stream "^2.3.6"

Expand Down Expand Up @@ -1854,10 +1854,10 @@ cosmiconfig@^5.2.1:
js-yaml "^3.13.1"
parse-json "^4.0.0"

coveralls@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.5.tgz#28d7274c6c9827aa85537eab82d66e7e62d0d527"
integrity sha512-/KD7PGfZv/tjKB6LoW97jzIgFqem0Tu9tZL9/iwBnBd8zkIZp7vT1ZSHNvnr0GSQMV/LTMxUstWg8WcDDUVQKg==
coveralls@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.6.tgz#5c63b2759b6781118e7439bd870ba5e9ee428b25"
integrity sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==
dependencies:
growl "~> 1.10.0"
js-yaml "^3.13.1"
Expand All @@ -1866,13 +1866,13 @@ coveralls@^3.0.5:
minimist "^1.2.0"
request "^2.86.0"

crc32-stream@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4"
integrity sha1-483TtN8xaN10494/u8t7KX/pCPQ=
crc32-stream@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-3.0.1.tgz#cae6eeed003b0e44d739d279de5ae63b171b4e85"
integrity sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==
dependencies:
crc "^3.4.4"
readable-stream "^2.0.0"
readable-stream "^3.4.0"

crc@^3.4.4:
version "3.8.0"
Expand Down Expand Up @@ -2169,17 +2169,17 @@ escodegen@^1.9.1:
optionalDependencies:
source-map "~0.6.1"

eslint-config-globex@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-globex/-/eslint-config-globex-2.1.1.tgz#80c0108d3eca9aed832da1e035684d08a5c90d11"
integrity sha512-WPrWcOUFcZph/joU6rHljgtmUQKLAHoOfIS/Zy0ijwo1Fj3kKG55YojiBxLBv0UQ7UzafXbGGOB4EMfXp2lVUA==
eslint-config-globex@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-globex/-/eslint-config-globex-2.1.2.tgz#377c0a60598e8b7989f92956a2f247d03f37f84b"
integrity sha512-oAEmdE2LMlS7KllWyXpsTRPXuI/R5Oull9yG9Zq7CK5RPc0lgoZ30t+sJNPTIWnCrZDhaFvwRucYAJoVLmfQ3g==
dependencies:
babel-eslint "10.0.2"
eslint "6.1.0"
eslint-plugin-babel "5.3.0"
eslint-plugin-cumul8 "1.4.56"
eslint-plugin-filenames "1.3.2"
eslint-plugin-flowtype "3.12.1"
eslint-plugin-flowtype "3.13.0"
eslint-plugin-import "2.18.2"
eslint-plugin-jasmine "2.10.1"
eslint-plugin-json "1.4.0"
Expand Down Expand Up @@ -2227,12 +2227,12 @@ eslint-plugin-filenames@1.3.2:
lodash.snakecase "4.1.1"
lodash.upperfirst "4.3.1"

eslint-plugin-flowtype@3.12.1:
version "3.12.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.1.tgz#b673c716b578c9aa66887feef3bc146f8cbe1c21"
integrity sha512-NZqf5iRgsfHOC31HQdtX2pvzCi0n/j9pB+L7Cf9QtuYxpx0i2wObT+R3rPKhQK4KtEDzGuzPYVf75j4eg+s9ZQ==
eslint-plugin-flowtype@3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz#e241ebd39c0ce519345a3f074ec1ebde4cf80f2c"
integrity sha512-bhewp36P+t7cEV0b6OdmoRWJCBYRiHFlqPZAG1oS3SF+Y0LQkeDvFSM4oxoxvczD1OdONCXMlJfQFiWLcV9urw==
dependencies:
lodash "^4.17.11"
lodash "^4.17.15"

eslint-plugin-import@2.18.2:
version "2.18.2"
Expand Down Expand Up @@ -2614,10 +2614,10 @@ flow-bin@^0.104.0:
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.104.0.tgz#ef5b3600dfd36abe191a87d19f66e481bad2e235"
integrity sha512-EZXRRmf7m7ET5Lcnwm/I/T8G3d427Bq34vmO3qIlRcPIYloGuVoqRCwjaeezLRDntHkdciagAKbhJ+NTbDjnkw==

flow-typed@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/flow-typed/-/flow-typed-2.6.0.tgz#504e6a7e7312ab31adc1717e6527b94014a459a6"
integrity sha512-aTd2ygnb9e0/O4Rskzh/zYMU0NJR3PygoheTfiDEOCbEVdXS6mpX/TfcpcbpPVcJpqqV44+pjhOt36VXlYkLRA==
flow-typed@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/flow-typed/-/flow-typed-2.6.1.tgz#e991f53840ad121d9e1f61bd8f8b844cfae57ab1"
integrity sha512-UXhkAHcv4t+sSsuGud35zkV5CVXkEfIbGee545/1WnajM0+na1IKhmccuawg/PVu1Jtc3i127JcuKV/CLhF0oQ==
dependencies:
"@babel/polyfill" "^7.0.0"
"@octokit/rest" "^15.12.1"
Expand Down Expand Up @@ -4057,7 +4057,7 @@ lodash@^4.17.11, lodash@^4.17.4:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==

lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14:
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
Expand Down Expand Up @@ -6252,11 +6252,11 @@ yargs@^12.0.2:
y18n "^3.2.1 || ^4.0.0"
yargs-parser "^11.1.1"

zip-stream@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.1.0.tgz#4f94246b64341536b86318bd556654278812b726"
integrity sha512-F/xoLqlQShgvn1BzHQCNiYIoo2R93GQIMH+tA6JC3ckMDkme4bnhEEXSferZcG5ea/6bZNx3GqSUHqT8TUO6uQ==
zip-stream@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.1.2.tgz#841efd23214b602ff49c497cba1a85d8b5fbc39c"
integrity sha512-ykebHGa2+uzth/R4HZLkZh3XFJzivhVsjJt8bN3GvBzLaqqrUdRacu+c4QtnUgjkkQfsOuNE1JgLKMCPNmkKgg==
dependencies:
archiver-utils "^2.1.0"
compress-commons "^2.0.0"
compress-commons "^2.1.1"
readable-stream "^3.4.0"

0 comments on commit 22c3441

Please sign in to comment.