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:
authorLuke Karrys <luke@lukekarrys.com>2022-02-21 23:50:29 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commitc5a801d0f46e474133b3ebdf2bf42be29ffce494 (patch)
treedafbce43dd3a4a4471188af1308e02b4915bbb3c /workspaces/libnpmteam
parent1c09034d41db3a7dc622a2ec56e303aa63980d7b (diff)
deps(libnpmteam): update to latest major versions of npm deps
BREAKING CHANGE: the log option is no longer passed to the updated deps
Diffstat (limited to 'workspaces/libnpmteam')
-rw-r--r--workspaces/libnpmteam/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 23903551a..083fd6f08 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -32,7 +32,7 @@
"homepage": "https://npmjs.com/package/libnpmteam",
"dependencies": {
"aproba": "^2.0.0",
- "npm-registry-fetch": "^12.0.1"
+ "npm-registry-fetch": "^13.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"