Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 4bdc615

Browse files
committed
Update tar-fs to resolve security warnings
This also installs a slightly older version of tar-stream, as the latest uses a very new version of bl, which drops support for older Node versions. We don't explicitly declare our engine support, but it'd be good to nice to keep whilst we can.
1 parent 4c75a69 commit 4bdc615

File tree

2 files changed

+75
-90
lines changed

2 files changed

+75
-90
lines changed

package-lock.json

Lines changed: 73 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"homepage": "https://github.com/pimterry/lambda-git#readme",
2626
"dependencies": {
27-
"tar-fs": "^1.14.0"
27+
"tar-fs": "^2.1.0",
28+
"tar-stream": "~2.0.1"
2829
},
2930
"devDependencies": {
3031
"bats": "^0.4.2",

0 commit comments

Comments
 (0)