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-24 22:49:45 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 22:49:45 +0300
commit77399cb988d984133bfc2885a6407ffc56b9152d (patch)
tree521b8aa747cee0dd7899b3af14a7abb70d7b0717
parentd58e4442b0a16c84219d5f80ab88ef68ad209918 (diff)
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmaccess/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 866eab764..e6be40e2c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -111,7 +111,7 @@
"init-package-json": "^3.0.0",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^5.0.1",
+ "libnpmaccess": "^6.0.0",
"libnpmdiff": "^3.0.0",
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
@@ -10488,7 +10488,7 @@
}
},
"workspaces/libnpmaccess": {
- "version": "5.0.1",
+ "version": "6.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index dbcd326a6..5c63b97f7 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"init-package-json": "^3.0.0",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^5.0.1",
+ "libnpmaccess": "^6.0.0",
"libnpmdiff": "^3.0.0",
"libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index f32c1a3c8..33085ffd7 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "5.0.1",
+ "version": "6.0.0",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",