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 23:18:07 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 23:18:07 +0300
commit0b2fa7feda4643fe16c9a492497908f94d310dbd (patch)
tree1775843d7b6f0d8cbdfbb3035a9aa87f5567035a
parent8b26a6db13c37a6f0df86c54ca859ad2f9627825 (diff)
deps: libnpmteam@4.0.0libnpmteam@4.0.0libnpmteam-v4.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmteam/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 51011dffc..4d60ee47b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -120,7 +120,7 @@
"libnpmpack": "^4.0.0",
"libnpmpublish": "^6.0.0",
"libnpmsearch": "^5.0.0",
- "libnpmteam": "^3.0.1",
+ "libnpmteam": "^4.0.0",
"libnpmversion": "^2.0.2",
"make-fetch-happen": "^10.0.3",
"minipass": "^3.1.6",
@@ -10787,7 +10787,7 @@
}
},
"workspaces/libnpmteam": {
- "version": "3.0.1",
+ "version": "4.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index dc462965b..ba95f4202 100644
--- a/package.json
+++ b/package.json
@@ -88,7 +88,7 @@
"libnpmpack": "^4.0.0",
"libnpmpublish": "^6.0.0",
"libnpmsearch": "^5.0.0",
- "libnpmteam": "^3.0.1",
+ "libnpmteam": "^4.0.0",
"libnpmversion": "^2.0.2",
"make-fetch-happen": "^10.0.3",
"minipass": "^3.1.6",
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 083fd6f08..1c4633acc 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -1,7 +1,7 @@
{
"name": "libnpmteam",
"description": "npm Team management APIs",
- "version": "3.0.1",
+ "version": "4.0.0",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",