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:34:34 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commit381d0e14df19371ce0ddee3eef66ac96169e7d46 (patch)
treefe4dd41a95bb2658651a2aea7331cf0bbe2e97bc /workspaces/libnpmaccess
parente5b4fa6251f0c6b16d84d46d62f5b98ad755385f (diff)
deps(libnpmaccess): 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/libnpmaccess')
-rw-r--r--workspaces/libnpmaccess/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 760da6cc1..f32c1a3c8 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -31,8 +31,8 @@
"dependencies": {
"aproba": "^2.0.0",
"minipass": "^3.1.1",
- "npm-package-arg": "^8.1.2",
- "npm-registry-fetch": "^12.0.1"
+ "npm-package-arg": "^9.0.0",
+ "npm-registry-fetch": "^13.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"