Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-04-09 07:35:00 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-04-09 07:35:00 +0300
commit20e90031b847e9f7c7168f3dad8b1e526f9a2586 (patch)
tree15b3247f1c0aa31fb3862db28ea6b94a420ba70c /package.json
parent26d36e9cf0eca69fe1863d2ea536c28555b9e8de (diff)
tar@2.0.1
Normalize symlinks less aggressively -- only convert to absolute paths if they would actually point outside the extraction root, not all symlinks with relative paths.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 26c8725ba..06902adab 100644
--- a/package.json
+++ b/package.json
@@ -92,7 +92,7 @@
"slide": "~1.1.6",
"sorted-object": "~1.0.0",
"strip-ansi": "~2.0.1",
- "tar": "~2.0.0",
+ "tar": "~2.0.1",
"text-table": "~0.2.0",
"uid-number": "0.0.6",
"umask": "~1.1.0",