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:
authorGar <gar+gh@danger.computer>2022-01-27 21:40:46 +0300
committerGar <gar+gh@danger.computer>2022-01-27 21:40:46 +0300
commit0ee4927d2e8206dd24fa7eea5e1c10ea649ecc49 (patch)
treed5be99b9c1f140b14907f941c099f38474b6ec83
parent9652d685b1e4bd21cec107a611c2e307387623d6 (diff)
chore(release): libnpmaccess@5.0.1libnpmaccess@5.0.1
-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 d46f855d7..a2542640a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -111,7 +111,7 @@
"init-package-json": "^2.0.5",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^5.0.0",
+ "libnpmaccess": "^5.0.1",
"libnpmdiff": "^3.0.0",
"libnpmexec": "^3.0.2",
"libnpmfund": "^2.0.2",
@@ -10577,7 +10577,7 @@
}
},
"workspaces/libnpmaccess": {
- "version": "5.0.0",
+ "version": "5.0.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index 60a8fc22d..9df639dce 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"init-package-json": "^2.0.5",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
- "libnpmaccess": "^5.0.0",
+ "libnpmaccess": "^5.0.1",
"libnpmdiff": "^3.0.0",
"libnpmexec": "^3.0.2",
"libnpmfund": "^2.0.2",
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 3e1b5c770..760da6cc1 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",