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-02-24 05:20:41 +0300
committerisaacs <i@izs.me>2020-05-08 04:11:52 +0300
commitae1415e777adf2a2b3865d1fb6717496c40e7e88 (patch)
tree82ed632547481cc27177445870a72131c1665c5f /package.json
parentb40093b8950d50f960894efbd442f80f88413f18 (diff)
@npmcli/arborist@0.0.0-pre.11
- Stop sending an HTTP Referer header to the registry - Install global packages properly - Save added packages in the appropriate dep type in package.json - Dedupe npm-registry-fetch and pacote to top level
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7c01dab4c..8d7c9439c 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"npx": "./bin/npx-cli.js"
},
"dependencies": {
- "@npmcli/arborist": "0.0.0-pre.9",
+ "@npmcli/arborist": "0.0.0-pre.11",
"JSONStream": "^1.3.5",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
@@ -105,13 +105,13 @@
"npm-packlist": "^2.1.0",
"npm-pick-manifest": "^6.0.0",
"npm-profile": "^4.0.2",
- "npm-registry-fetch": "^7.0.0",
+ "npm-registry-fetch": "^8.0.0",
"npm-user-validate": "~1.0.0",
"npmlog": "~4.1.2",
"once": "~1.4.0",
"opener": "^1.5.1",
"osenv": "^0.1.5",
- "pacote": "^11.0.0",
+ "pacote": "^11.1.0",
"path-is-inside": "~1.0.2",
"promise-inflight": "~1.0.1",
"qrcode-terminal": "^0.12.0",