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:
authorisaacs <i@izs.me>2019-06-28 02:20:03 +0300
committerisaacs <i@izs.me>2019-06-30 06:23:54 +0300
commitf75d46a9ddfdc98f5050f1bfe853067a4e6c8ab9 (patch)
treed483a42200893a55e2ee19b282c477c0d4ef082b /package.json
parentec62362104be24458ad06d085be5d58ea61f5aeb (diff)
tar@4.4.10
Fixes a bug related to FSReqWrap on Node v12, and incorrect encoding/decoding of base-256 numeric values.
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 7c982bba9..a0ad08283 100644
--- a/package.json
+++ b/package.json
@@ -127,7 +127,7 @@
"sorted-union-stream": "~2.1.3",
"ssri": "^6.0.1",
"stringify-package": "^1.0.0",
- "tar": "^4.4.8",
+ "tar": "^4.4.10",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
"uid-number": "0.0.6",