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>2020-12-09 03:49:37 +0300
committerisaacs <i@izs.me>2020-12-09 03:53:05 +0300
commit3d7aff9d8dd1cf29956aa306464cd44fbc2af426 (patch)
tree3f0f73546eed3fdd466ad48c06f09687a868b3c1 /package.json
parent518a664500bcde30475788e8c1c3e651f23e881b (diff)
update all dependencies using latest npm to install them
This addresses the inclusion of some dev dependencies that should not have been included, due to a bug in Arborist 1.x which has been corrected. It also just moves some stuff around that was still in the tree shape that npm 6 created, which is different than what npm v7 will create. Several formerly dev deps were moved to production dependencies due to the addition of resolve in normalize-package-data v3.
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 ea1379c4c..df3234090 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,7 @@
"libnpmsearch": "^3.1.0",
"libnpmteam": "^2.0.2",
"libnpmversion": "^1.0.7",
- "make-fetch-happen": "^8.0.11",
+ "make-fetch-happen": "^8.0.12",
"mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0",
"ms": "^2.1.2",