Skip to content

Commit

Permalink
chore(deps): Add tar to root dev deps to avoid tree bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 26, 2019
1 parent 9a47201 commit 8b7cdc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -75,6 +75,7 @@
"path-key": "^2.0.1",
"prettier": "^1.16.4",
"tacks": "^1.3.0",
"tar": "^4.4.8",
"tempy": "^0.2.1",
"touch": "^3.1.0"
},
Expand Down

3 comments on commit 8b7cdc0

@palmerabollo
Copy link

@palmerabollo palmerabollo commented on 8b7cdc0 May 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evocateur Would it be possible to release a new 3.13.5 with this change? lerna is raising a secuirity alert in npm audit (details) due to the transitive dependency with tar<4.4.2 in lerna 3.13.4. Thank you.

@evocateur
Copy link
Member Author

@evocateur evocateur commented on 8b7cdc0 May 3, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@palmerabollo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood. Thanks, Daniel.

Please sign in to comment.