Skip to content

Commit

Permalink
Nail down version of caporal.
Browse files Browse the repository at this point in the history
  • Loading branch information
legander committed Jul 9, 2019
1 parent bf9d326 commit 66e1df9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "har-to-k6",
"description": "Convert LI-HAR to k6 script",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",
"keywords": [
"k6",
Expand All @@ -24,7 +24,7 @@
"bin": "bin/har-to-k6.js",
"dependencies": {
"bundle-collapser": "^1.3.0",
"caporal": "^1.0.0",
"caporal": "1.0.0",
"chalk": "^2.4.2",
"emailjs-mime-builder": "^2.0.5",
"form-urlencoded": "^3.0.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1220,16 +1220,18 @@ camelcase@^5.0.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==

caporal@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/caporal/-/caporal-1.2.0.tgz#4b3b46cb412f3e9c7310ac97c11d6462fc5061e5"
integrity sha512-oj2E5hfcivjl+/9M4sHqchXsG+U16NdvmuiZjxXk41Iva5ry7/aPUPg+2jpI1bvWyfnWxBBsGnsoOK0BKi5SFQ==
[email protected]:
version "1.0.0"
resolved "https://registry.yarnpkg.com/caporal/-/caporal-1.0.0.tgz#33d6128699c23418315287e31d03176cc7526b42"
integrity sha512-3MSTBx1ZJaaLFBXmytTGQTVXxPKZVv8AxDMu5K1htFxat/eKoBNQjpT2P3jsTxQbq2XWr4yeu5vVS3F6gNnq8A==
dependencies:
bluebird "^3.4.7"
cli-table3 "^0.5.0"
colorette "1.0.1"
fast-levenshtein "^2.0.6"
lodash "4.17.11"
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"
lodash.merge "^4.6.0"
micromist "1.1.0"
prettyjson "^1.2.1"
tabtab "^2.2.2"
Expand Down Expand Up @@ -3646,12 +3648,17 @@ lodash.islength@^4.0.1:
resolved "https://registry.yarnpkg.com/lodash.islength/-/lodash.islength-4.0.1.tgz#4e9868d452575d750affd358c979543dc20ed577"
integrity sha1-Tpho1FJXXXUK/9NYyXlUPcIO1Xc=

lodash.kebabcase@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=

lodash.memoize@~3.0.3:
version "3.0.4"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-3.0.4.tgz#2dcbd2c287cbc0a55cc42328bd0c736150d53e3f"
integrity sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=

lodash.merge@^4.6.1:
lodash.merge@^4.6.0, lodash.merge@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
Expand All @@ -3676,7 +3683,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

lodash@4.17.11, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
Expand Down

0 comments on commit 66e1df9

Please sign in to comment.