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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-03-25 00:19:52 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-03-25 17:40:38 +0300
commit66f77adfcd6c4df2dfa8914c40114a6d24d0cc8a (patch)
tree2d3f6c74800b996ba3225b0f9315407f0f76fa38
parentbe3796141440dfd29d0c674fc11426ed77ae870f (diff)
docs: changelog for 6.14.4
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c0779eb2..5cd9c8d8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+## 6.14.4 (2020-03-24)
+
+### DEPENDENCIES
+
+* Bump `minimist@1.2.5` transitive dep to resolve security issue
+ * [`9c554fd8c`](https://github.com/npm/cli/commit/9c554fd8cd1e9aeb8eb122ccfa3c78d12af4097a) `update-notifier@2.5.0`
+ * bump `deep-extend@1.2.5`
+ * bump `deep-extend@0.6.0`
+ * bump `is-ci@1.2.1`
+ * bump `is-retry-allowed@1.2.0`
+ * bump `rc@1.2.8`
+ * bump `registry-auth-token@3.4.0`
+ * bump `widest-line@2.0.1`
+* [`136832dca`](https://github.com/npm/cli/commit/136832dcae13cb5518b1fe17bd63ea9b2a195f92) `mkdirp@0.5.4`
+* [`8bf99b2b5`](https://github.com/npm/cli/commit/8bf99b2b58c14d45dc6739fce77de051ebc8ffb7) [#1053](https://github.com/npm/cli/pull/1053) deps: updates term-size to use signed binary
+ * [`d2f08a1bdb`](https://github.com/nodejs/node/commit/d2f08a1bdb78655c4a3fc49825986c148d14117e) ([@rvagg](https://github.com/rvagg))
+
## 6.14.3 (2020-03-19)
### DOCUMENTATION