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:40:58 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commit78f4a013c6e577714bda6851fb69a39c873571af (patch)
treec43ed09688029635f743fb13fe39ac1b256ad262
parentfde2f85cea28b0a6b56f90eeaa3144b4d05c7f75 (diff)
deps(libnpmhook): update to latest major versions of npm deps
BREAKING CHANGE: the log option is no longer passed to the updated deps
-rw-r--r--workspaces/libnpmhook/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 4f3055527..86e3c9b68 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -34,7 +34,7 @@
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
- "npm-registry-fetch": "^12.0.1"
+ "npm-registry-fetch": "^13.0.0"
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",