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:
authorKat Marchán <kzm@zkat.tech>2018-08-15 23:18:26 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:21 +0300
commita5e6f78e916873f7d18639ebdb8abd20479615a9 (patch)
tree2eb05079a1e8f9af626656f8e9393789a42b3bda /package.json
parente8d5f441821553a31fc8cd751670663699d2c8ce (diff)
JSONStream@1.3.4
Fixes memory leak problem when streaming large files (like legacy npm search) Credit: @daern91
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 08fb54754..f5f32704c 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"npx": "./bin/npx-cli.js"
},
"dependencies": {
- "JSONStream": "^1.3.3",
+ "JSONStream": "^1.3.4",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",