Skip to content

Commit

Permalink
fix: update dependency tar-fs to v2.1.0 (#1103)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 13, 2020
1 parent fd8121d commit 7882036
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -42,7 +42,7 @@
"meow": "4.0.1",
"read-pkg": "5.2.0",
"require-from-string": "2.0.2",
"tar-fs": "2.0.0"
"tar-fs": "2.1.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}
15 changes: 10 additions & 5 deletions yarn.lock
Expand Up @@ -7777,6 +7777,11 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

mkdirp-classic@^0.5.2:
version "0.5.3"
resolved "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==

mkdirp-promise@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1"
Expand Down Expand Up @@ -10143,13 +10148,13 @@ table@^5.2.3:
slice-ansi "^2.1.0"
string-width "^3.0.0"

tar-fs@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.0.0.tgz#677700fc0c8b337a78bee3623fdc235f21d7afad"
integrity sha512-vaY0obB6Om/fso8a8vakQBzwholQ7v5+uy+tF3Ozvxv1KNezmVQAiWtcNmMHFSFPqL3dJA8ha6gdtFbfX9mcxA==
tar-fs@2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5"
integrity sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==
dependencies:
chownr "^1.1.1"
mkdirp "^0.5.1"
mkdirp-classic "^0.5.2"
pump "^3.0.0"
tar-stream "^2.0.0"

Expand Down

0 comments on commit 7882036

Please sign in to comment.