Update tar in order to prevent symlink file overwriting This closes #346
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/87f8540e Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/87f8540e Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/87f8540e Branch: refs/heads/common-2.0.x Commit: 87f8540ed2efc33c5f69244088dd0bcbe582fc70 Parents: 30c4261 Author: Bruno Oliveira <[email protected]> Authored: Tue Dec 1 10:37:31 2015 -0200 Committer: Steve Gill <[email protected]> Committed: Thu Mar 9 17:42:31 2017 -0800 ---------------------------------------------------------------------- cordova-lib/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/87f8540e/cordova-lib/package.json ---------------------------------------------------------------------- diff --git a/cordova-lib/package.json b/cordova-lib/package.json index a05d0a4..6ffbf79 100644 --- a/cordova-lib/package.json +++ b/cordova-lib/package.json @@ -38,7 +38,7 @@ "request": "2.47.0", "semver": "^4.3.x", "shelljs": "0.3.0", - "tar": "1.0.2", + "tar": "2.2.1", "underscore": "1.7.0", "unorm": "1.3.3", "valid-identifier": "0.0.1", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
