Skip to content

Commit

Permalink
Fix version of tar that composer report cli command requires (hyperle…
Browse files Browse the repository at this point in the history
…dger-archives#3693)

Fix the version of tar that composer report cli command requires

Signed-off-by: Sam Smith <[email protected]>
  • Loading branch information
samjsmith authored and Simon Stone committed Mar 27, 2018
1 parent a15b3a2 commit aaa71b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/composer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettyjson": "1.2.1",
"prompt": "1.0.0",
"sanitize-filename": "1.6.1",
"tar": "3.1.5",
"tar": "4.3.0",
"valid-url": "1.0.9",
"yargs": "10.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-playground-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"request": "2.81.0",
"semver": "5.3.0",
"socket.io": "1.7.3",
"tar": "3.1.5"
"tar": "4.3.0"
},
"nyc": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"moment": "2.19.3",
"node-report": "2.2.1",
"tar": "3.1.5"
"tar": "4.3.0"
},
"license-check-config": {
"src": [
Expand Down

0 comments on commit aaa71b5

Please sign in to comment.