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:36:48 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commitfde2f85cea28b0a6b56f90eeaa3144b4d05c7f75 (patch)
treed1437fcdfdfcf2428341cdffb2789c19421d16a0 /workspaces/libnpmexec
parentb6401fd1b793be08c4af280111fe9fb53b7b3dd2 (diff)
deps(libnpmexec): 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/libnpmexec')
-rw-r--r--workspaces/libnpmexec/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 4410f187e..c88bfb163 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -55,9 +55,10 @@
"@npmcli/run-script": "^2.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
- "npm-package-arg": "^8.1.2",
- "pacote": "^12.0.0",
- "proc-log": "^1.0.0",
+ "npm-package-arg": "^9.0.0",
+ "npmlog": "^6.0.1",
+ "pacote": "^13.0.2",
+ "proc-log": "^2.0.0",
"read": "^1.0.7",
"read-package-json-fast": "^2.0.2",
"walk-up-path": "^1.0.0"